initialization of Oracle [message #63615] |
Wed, 20 October 2004 22:07 |
Amit Kumar Dhariwal
Messages: 1 Registered: October 2004
|
Junior Member |
|
|
THis is regarding the initailisation of Oracle. If we Create more than one database, then by deafult oracle open the latest database, my query is that how we can do the setting in oracle that a perticular database open at the time of start up
|
|
|
Re: initialization of Oracle [message #63619 is a reply to message #63615] |
Thu, 21 October 2004 03:33 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
in windows,
create the oracle service oracleserviceSID using oradim.exe
using controlpanel/services make this service properties to autostart.
in Unix,
edit the oratab file and add entries.
add entries to rc.d
|
|
|