I am attempting to run a sqlplus commandline connect, but my database password has a "@" symbol. For example,
sqlplus username/P@ssword@123.45.67.111:1521/SID123 @myscript.sql
I suspect that it is failing at the @. How can I get this to work?
Oracle DatabaseMySQL ServerDatabases
Last Comment
slightwv (䄆 Netminder)
8/22/2022 - Mon
abuhaneef
ASKER
I keep getting
ORA-12154 : TNS: could not resolve the connect identifier specified.
I have verified that I can connect to the database via SQL Developer.
Change the password, remove the @, retry script. If script works, @ is the issue, consider using a password without @. If script is not working, then you have another issue, If you have another issue than the base for this question isn't really there...
ORA-12154 : TNS: could not resolve the connect identifier specified.
I have verified that I can connect to the database via SQL Developer.