1. Install Oracle DB using installer from OTN under u01
2. Run the script /u01/app/oracle/product/11.2.0/dbhome_1/root.sh
3. Invoke oraenv.sh from the shell , provide the home variable with /u01/app/oracle/product/11.2.0/dbhome_1
4. Invoke dbca.sh to create a database instance
5. Repeat step 3 this time give the SID from step 4
6. Edit /etc/oratab to have SID:db_home:y ex. orcl:/u01/app/oracle/product/11.2.0/dbhome_1:y
6. Edit /etc/oratab to have SID:db_home:y ex. orcl:/u01/app/oracle/product/11.2.0/dbhome_1:y
7. Invoke .dbstart $ORACLE_HOME
Oracle instance should be started and ready to use
No comments:
Post a Comment