I'm trying to connect to an Oracle XE database using sqlplus.exe with the following command:
CONNECT SYSTEM/password@
Yes that's right, the '@' symbol is the last letter of the password, and needs escaping. :(
Many thanks.
I'm trying to connect to an Oracle XE database using sqlplus.exe with the following command:
CONNECT SYSTEM/password@
Yes that's right, the '@' symbol is the last letter of the password, and needs escaping. :(
Many thanks.
Try
Connect SYSTEM/"password@"
or if you need to specify a TNSName
Connect SYSTEM/"password@"@tnsname