when i say SQLPLUS at $ prompt it is saying KILLED, hence i could not able to connect to my database.
can anybody clear me how to connect to my database
I seem to remember this behaviour when you don't have the correct environment set up.
$ORACLE_HOME amongst others must be set up.
Talk to your DBA, there should be a script to set up all your necessary environment.
Last Wiki Answer Submitted: November 14, 2005 4:05 am by Posorio0 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
Sounds to me like a very bad installation.
Relink your sqlplus executables. Check your system resources – do you have any memory left? Linux/Unix will start killing off processes randomly if it’s out of memory.
First thing display your environment.
I think the “set” command gives you this since, you are probably using a Korn or Bourne shell.
Pipe the output to a file and send it back to us.
The SQLPLUS is also an alias.
I think if you type “alias” you’ll have a list of aliases and this should include what SQLPLUS actually points to.
It should point to a real executable file under the $ORACLE_HOME/bin directory.
I seem to remember having this behaviour when using two versions of Oracle in the same machine. And the environment was not set up correctly, I was using HPUX.
Sounds to me like a very bad installation.
Relink your sqlplus executables. Check your system resources – do you have any memory left? Linux/Unix will start killing off processes randomly if it’s out of memory.
First thing display your environment.
I think the “set” command gives you this since, you are probably using a Korn or Bourne shell.
Pipe the output to a file and send it back to us.
The SQLPLUS is also an alias.
I think if you type “alias” you’ll have a list of aliases and this should include what SQLPLUS actually points to.
It should point to a real executable file under the $ORACLE_HOME/bin directory.
I seem to remember having this behaviour when using two versions of Oracle in the same machine. And the environment was not set up correctly, I was using HPUX.