|
-
I've encountered an 'anomaly' in certain versions of 9i that manifests itself as such.......
----------------------------------------
connect sys@sid_name as sysdba
gives you an unexpected error
----------------------------------------
Try
At command prompt - SET ORACLE_SID=SID_NAME
Where SID_NAME is the instance identifier
Then SQLPLUS /NOLOG
Then CONNECT SYS AS SYSDBA
You never know, it might just work goddamit!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|