ITPUB
Jun 13, 2016 · Databases
How to Connect to Oracle When Your Password Contains an @ Symbol
When an Oracle user password includes the '@' character, standard sqlplus login fails with a connection string parsing error; escaping the '@' by using backslashes or enclosing the password in double quotes restores successful connection.
Database ConnectionEscape CharacterOracle
0 likes · 3 min read
