When I open the “Run SQL Command Line” in windows(Start->Programs->Oracle-11g->Run SQL Command Line) it is closing automatically. I am not able to figure out why it is happening. Please help me about this issue.
When I open the Run SQL Command Line in windows(Start->Programs->Oracle-11g->Run SQL Command Line) it
Share
Start sqlplus from the command line, like in *Nix. To do this make sure that you know where your Oracle executables are. The are in a ORACLE_HOME\bin\ directory. ORACLE_HOME can be anywhere on your disks.
Now you can start sqlplus and see what happens.