Skip to main content

Problem:

There are development shops that need to test multiple versions of Oracle.  The problem is that once the development shop(s) create a rtsora using one version of Oracle there isn't a way to animate using another version.

Is there a way to be able to animate both versions?

Resolution:

Create an environment that will point to the rtsora you want to use:

     export ORARTS=<my-orarts-for-9.x>        

                             or

     export ORARTS=<my-orarts-for-10.x>

To animate .int and .gnt using your custom rtsora use:

    COBSW= A $ORARTS my-command-line

Old KB# 2267