installing 2 databases on same machine [message #200452] |
Mon, 30 October 2006 23:59  |
khushi2006
Messages: 13 Registered: October 2006
|
Junior Member |
|
|
Hi
I wish to install another database (version 9.2) on same machine as the first one. what steps are required for this(setting variables etc/path)? Under what circumstances would it conflict with the first database? Also, can 2 databases be opened simultaneaously or only 1?? Please help.
Khushi
|
|
|
Re: installing 2 databases on same machine [message #200454 is a reply to message #200452] |
Tue, 31 October 2006 00:12   |
Mohammad Taj
Messages: 2412 Registered: September 2006 Location: Dubai, UAE
|
Senior Member |

|
|
Hi
I am not clear what ru what to achieve.
1. You want to Install More than one Oracle Software
like Oracle 9i , 10g, 8i on One Machine
Answer > Yes.
Every Oracle Software Create seprate Ora-home.
For use some utilities ( like Imp etc) you have to set path variable for specific version.
2. You want to Create More than One Database on One Machine.
Answer > Yes.
Through DBCA ( Database Configuration Assistant)
start>run>dbca
You can Open more than one database sometime but you have to First set Oracle_Sid enviourment variable. like
cmd>set oracle_sid=db_name ( which one want to operate)
hope this Helps
[Updated on: Tue, 31 October 2006 00:13] Report message to a moderator
|
|
|
|
|
|
|
|
|