LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Unable to start any executables or .sh files for Oracle 11g from /u01/app/oracle/product/11.2.0/db_1/bin (https://www.linuxquestions.org/questions/linux-newbie-8/unable-to-start-any-executables-or-sh-files-for-oracle-11g-from-u01-app-oracle-product-11-2-0-db_1-bin-4175597987/)

sye 01-22-2017 02:41 AM

Unable to start any executables or .sh files for Oracle 11g from /u01/app/oracle/product/11.2.0/db_1/bin
 
Hello,
Please help, I am trying to run Oracle Srvctl tool but unable to run it.

[oracle@bluestone bin]$ pwd
/u01/app/oracle/product/11.2.0/db_1/bin
[oracle@bluestone bin]$ srvctl status
/u01/app/oracle/product/11.2.0/db_1/bin/srvctl: line 81: /u01/app/oracle/product/11.2.0/srvm/admin/getcrshome: No such file or directory
/u01/app/oracle/product/11.2.0/db_1/bin/srvctl: line 239: /u01/app/oracle/product/11.2.0/jdk/bin/java: No such file or directory
[oracle@bluestone bin]$


Also I tried running other tools like netmgr, dbca, netca nothing works.

please help.

Thanks,
Sye

pan64 01-22-2017 06:02 AM

did you check if the error message was valid (I mean for example /u01/app/oracle/product/11.2.0/srvm/admin/getcrshome is available, or really missing)

smallpond 01-22-2017 07:18 AM

Are you logged in as a user with privilege to run Oracle? What is your PATH? Why is your current directory the Oracle bin directory?

Habitual 01-22-2017 10:13 AM

n/m.
Broke network?

sye 01-22-2017 06:46 PM

Quote:

Originally Posted by pan64 (Post 5658544)
did you check if the error message was valid (I mean for example /u01/app/oracle/product/11.2.0/srvm/admin/getcrshome is available, or really missing)

No, I don't find these (/srvm/admin/getcrshome )directory at /u01/app/oracle/product/11.2.0 this location instead it is available at /u01/app/oracle/product/11.2.0/db_1/srvm

Seems like I messed up on Oracle software installation.

Regards,
Sye

sye 01-22-2017 06:47 PM

Quote:

Originally Posted by smallpond (Post 5658567)
Are you logged in as a user with privilege to run Oracle? What is your PATH? Why is your current directory the Oracle bin directory?

Yes I have access and even I tried running as root, getting same error.

Regards,
Sye

pan64 01-23-2017 12:18 AM

probably only an environment variable was not set properly


All times are GMT -5. The time now is 12:28 AM.