Amazon books

Monday, July 29, 2013

Creating Database Using DBCA got ORA-01034: ORACLE not available

My oracle file permission was wrong.

--Before
[oracle@bwdhdbpr060 bin]$ ls -la oracle
-rwxr-x--x  1 orashp oinstall 232399041 Jul 27 15:05 oracle

--After

[oracle@bwdhdbpr060 bin]$ chmod 6751 oracle
[oracle@bwdhdbpr060 bin]$ ls -la oracle
-rwsr-s--x 1 oracle oinstall 203972171 Jul 25 19:24 oracle


Also, unset ORA_CRS_HOME from your database OS user before starting dbca.

This fix my problem.


Best Regards,
Paulo Portugal

No comments:

Post a Comment