Hi experts,
I've got a new Oracle install on a test DB (migrating 9i to 10g)
A set of scripts that run on the server don't work, they're expecting a connect string with a pattern
sqlplus -s USER/PWD@SID ........
rather than
sqlplus -s USER/PWD ......
(which works on the production 9i DB)
That's is pretty annoying ^^
I remember there's an option somewhere to get rid of this problem, but my attempts to find it have failed so far ...
Any suggestions welcome
Hilaire
Start Free Trial