Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Is Oracle 7.3.2 server compatible with later client release?

955794Aug 14 2012 — edited Aug 15 2012
Hi,

We have an Data into an Oracle 7.3.2 server. A new application will be added that require an Oracle8 or greater client tool.

I searched and couldn't find any kind of server/client interoperability matrix. Can you please inform me what client version is compatible with that server version or which one is best suited? Can we use 8i, 9i, 10g, 11g?

Regards,

Alex

Edited by: 952791 on Aug 14, 2012 1:51 PM

Comments

Blue Bird

You can format Label column in your chart source Query so it will took less space. For your case you can use abbreviated month name like Mar, Feb, Jan, etc.

If this suit you, let me know and I can help you on that. Just paste the query with this field name and tell me the data type of the field.

Oleh Tyshchenko
Answer

If it's JET Charts then you can set the X axis label size in percent or pixels by this chart's Advanced JavaScript code:

function( options ) { 

    options.xAxis.size  = "30%"; // define size in percent

    options.xAxis.size  = "100px"; // define size in pixels

   

    return options;

}

Marked as Answer by cmeda · Sep 27 2020
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 12 2012
Added on Aug 14 2012
9 comments
526 views