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.

index and datafile in same mount point

user10240196Sep 16 2008 — edited Sep 16 2008
hi

i am using oracle 7.3.4 under AIX 4.3. there are many datafile and indexes . the datafile and index of same table are located in same mount point . my question is is performence will degrade du to store index and datafile in same mount point.

'as for example

/dtemp/oradata/dhklive/data/inv_dtld01.dbf -- datafile
/dtemp/oradata/dhklive/data/inv_dtlx01.dbf -- index file


pls help me

munir

Edited by: user10240196 on Sep 15, 2008 10:19 PM

Comments

Oleh Tyshchenko
Answer

How about to replace your position values with negative ones (so 1 becomes -1 etc) and change labels to positive with custom y2 axis label converter See APEX 20.1 Sample Charts applications page 46 Event Drops to see how to add a custom converter. You may also need to change these properties as well: valueFormats.y2.converter and valueFormats.label.converter

1.png

Marked as Answer by Keyser · Sep 27 2020
Keyser

crikey, i was hoping it would be something simple like options.y2Invert = true

thank you, I'll have a play using your suggestions, i may have questions

did you alter my chart like that from dev tools console?

Oleh Tyshchenko

Keyser wrote:

did you alter my chart like that from dev tools console?

No, I made a replica

Keyser

and with the facility to download it so that I can copy your code and produce this...

pastedImage_0.png

and for teams that aren't quite as good...

pastedImage_1.png

that's exactly how i wanted it, thank you very much for your help, it's much appreciated!

jozzh

@oleh-tyshchenko It seems as this is not working for bubble chart type.

Any idea what the problem is here?

https://apex.oracle.com/pls/apex/r/jzzh/inverted-y2-axis

Thanks!

Jochen

Oleh Tyshchenko

Sorry, I don't get how the bubble chart is supposed to look like in your case.

jozzh

All good now, it is working also for bubble charts.

I was just missing that I need to work with the x axis and not with y2 or y axis…

https://apex.oracle.com/pls/apex/r/jzzh/inverted-y2-axis

1 - 7
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 14 2008
Added on Sep 16 2008
12 comments
510 views