sqlplus password with at
I have an account with password 12345@6789 , when i try keyin the password in sqlplus
sqlplus user1/12345@6789@DB1
it shows error below:
Copyright (c) 1982, 2007, Oracle. All rights reserved.
ERROR:
ORA-12154: TNS:could not resolve the connect identifier specified
I think this is because sqlplus treat the 6789 as database connection descriptor, i try to use quote or double quote, but still now working.
Appreciate of any advise here.
many thanks