Oracle 10G Release 2 on Solaris [message #161293] |
Fri, 03 March 2006 02:13 |
AlinaC
Messages: 45 Registered: November 2005 Location: India
|
Member |
|
|
Hi,
I have to install Oracle 10G Release 2 on Solaris platform. Can any one refer any documentation on install Oracle 10G Release 2 on Solaris platform or any URL or any book from which I'll get the complete guidance on the topic?
Thanks,
Alina
|
|
|
|
Re: Oracle 10G Release 2 on Solaris [message #163927 is a reply to message #161293] |
Mon, 20 March 2006 18:14 |
nmacdannald
Messages: 460 Registered: July 2005 Location: Stockton, California - US...
|
Senior Member |
|
|
It is not too hard.
Create a group named dba. Create a user, put the user in that group. Use that user when doing the install. Set system parameters in the system file, reboot the system.
Log in as the created user. vi the .profile, name the ORACLE_HOME, ORACLE_BASE, ORACLE_SID, LD_LIBRARY_PATH, PATH.
Install while logged in as the created user. Go to $ORACLE_HOME/network/admin. vi the tnsnames.ora listener.ora files so that they have the correct service names in them.
run
dbca - to help you create a databse.
run
netca - to help you create the listener and network.
run
emca - to help you create the enterprise manager.
Start the database.
Start the listener.
Do some other stuff I forgot. I usually do one in about two hours.
Neil.
|
|
|