password with @ [message #537755] |
Fri, 30 December 2011 21:55 |
|
lonion
Messages: 97 Registered: August 2011 Location: shenzhen,China
|
Member |
|
|
hi,all .i have a test that adding @ to the password,the following steps is my test:
SQL> ALTER USER SCOTT IDENTIFIED BY "TRIGER@";
when i logon on the local ,the password works:
SQL> CONNECT SCOTT/"TRIGER@"
but,when i logon from the remote,the password doesn't work.it occured an error: ORA-12154
SQL> CONNECT SCOTT/"TRIGER@"@SZCARGO_10.7.1.61;
WHY?
|
|
|
|
|
|
Re: password with @ [message #537764 is a reply to message #537758] |
Sat, 31 December 2011 00:19 |
|
lonion
Messages: 97 Registered: August 2011 Location: shenzhen,China
|
Member |
|
|
Hi,BlackSwan,look here.There are two ways to login ,but it have two results.
[oracle@shenzhengair admin]$
[oracle@shenzhengair admin]$
[oracle@shenzhengair admin]$ sqlplus scott/"tiger@"@orcl
SQL*Plus: Release 10.2.0.1.0 - Production on Sat Dec 31 14:20:58 2011
Copyright (c) 1982, 2005, Oracle. All rights reserved.
ERROR:
ORA-12154: TNS:could not resolve the connect identifier specified
Enter user-name:
ERROR:
ORA-01017: invalid username/password; logon denied
Enter user-name:
ERROR:
ORA-01017: invalid username/password; logon denied
SP2-0157: unable to CONNECT to ORACLE after 3 attempts, exiting SQL*Plus
[oracle@shenzhengair admin]$
[oracle@shenzhengair admin]$ sqlplus /nolog
SQL*Plus: Release 10.2.0.1.0 - Production on Sat Dec 31 14:21:14 2011
Copyright (c) 1982, 2005, Oracle. All rights reserved.
SQL> connect scott/"tiger@"@orcl;
Connected.
SQL>
SQL>
[Updated on: Sat, 31 December 2011 00:21] Report message to a moderator
|
|
|
|
|
|
|
|
|
Re: password with @ [message #537800 is a reply to message #537796] |
Sat, 31 December 2011 06:15 |
|
lonion
Messages: 97 Registered: August 2011 Location: shenzhen,China
|
Member |
|
|
>Do you now understand the importance of following Forum Guide - in your case, point 5:Post your Operating System (OS) name & version ? If you did that when you were opening a topic, your problem might have been resolved much sooner.
i'm sorry . i will remember how to open a topic next one .thanks "lie to me".
|
|
|