Have you set the
in your environment. Then make sure that your listeners are up and functioning usingCode:export ORACLE_SID=O9IDB
for connecting as followsCode:lsnrctl status if down then: lsnrctl start
Hope this is the problemCode:sqlplus scott/[email protected]
-Sam




Reply With Quote