Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Does Oracle Support multiple versions running on the same system?

Status
Not open for further replies.

jdomino

Technical User
Apr 24, 2001
2
0
0
US
I know that you can run multiple versions of Oracle on the same system, but does Oracle support this?
 
Yes, ORACLE Corp. supports it as follows:

A simple flat file named oratab, has a 1 line entry for each
Oracle Data Base on that Unix machine. Each consists of
$ORACLE_SID name, VIS2 (for example), and a corresponding
$ORACLE_HOME, /u01/app/oracle/product/8.1.6 (for example).

When the user supplies the SID, or database name,
via a script like .oraenv
the corresponding version of Oracle software is then selected.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top