I got a strange thing here, using SQL Plus as SysDBA is some what different than IMP.
To specify the connection string; you need the following format: username/password@instance as SYSDBA.
For SQL Plus:
This should be wrapped by double quotes "username/password@instance as SYSDBA"
For IMP:
This should be wrapped by single quotes 'username/password@instanceas SYSDBA' ; double quotes will not work.
Wired !
3 comments:
Very useful. Thanks.
Thank you very much, I was about to go mad. It does realy work!
thank you very much..........
Post a Comment