LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   connecting to oracle on linux (https://www.linuxquestions.org/questions/programming-9/connecting-to-oracle-on-linux-201608/)

suchi_s 07-06-2004 02:27 AM

connecting to oracle on linux
 
after sending user name scott
and password tiger
gives an error Enter user-name: scott
Enter password:
ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux Error: 2: No such file or directory
how to solve it

jim mcnamara 07-06-2004 01:54 PM

Oracle is made of files. It's saying you aren't aimed at anything.

The environment variable ORACLE_SID has to be defined or you have to enter it like this:
Code:

sqlplus username/password@oracle_sid
-- oracle_sid is a value like DATA1 or something

marist89 07-07-2004 03:44 PM

Check to make sure your instance is up and your environment variables are defined correctly.

suchi_s 07-08-2004 05:38 AM

what all r the command to make svrmgrl up

rajnishmishra 07-09-2004 02:24 AM

most probably oracle instance is not running. Issue svrmgrl and connect with internal if you have oracle 8i then start up the database using startup command.


now connect.


All times are GMT -5. The time now is 05:28 PM.