Hello Everybody,
I am in a client place now where Model Bank Implementation is going on. DataBase is ORACLE.
There is a requirement here which is stated below.
As you all know data in jBASE is stored in the form of FILES where as in ORACLE it is stored in the form of TABLES.
We have T24 - jBASE - XMLORACLE Driver - ORACLE DataBase Instance
XMLORACLE Driver will take care of storing the data in ORACLE in the form of Tables.
There is an Environmental Variable by name ORACLE_SID which is used to indicate the ORACLE Instance on which to update the data. I may be wrong on this. Please correct me on this point if i am wrong.
Say suppose in a single server we have 2 ORACLE Instances. Say for example:
* ORACLE Instance 1 - Exclusively for T24. All T24 data by default comes and stores here. This is the Instance specified in ORACLE_SID
* ORACLE Instance 2 - For an External System
Say that i have a requirement where i have to create a Local Template, the data of which has to be stored in ORACLE Instance 2.
So the requirement is as below:
Can T24 have access to multiple Instances of ORACLE at the same time? (Programatically speaking in a Single Classic Mode Session)
Best Regards
Shiva Shankaran S