[oracle@KY22 ~]$ sqlplus admin/admin4567
SQL*Plus: Release 10.2.0.1.0 - Production on D??ú?t 6?? 12 13:52:50 2012
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
SQL> create database link for244_dblink connect to kyxx_yx identified by admin4567 using 'ky_244';
Database link created.
SQL> select sysdate from ;
select sysdate from
*
ERROR at line 1:
ORA-01017: invalid username/password; logon denied
ORA-02063: preceding line from FOR244_DBLINK
[oracle@KY22 ~]$ sqlplus
SQL*Plus: Release 10.2.0.1.0 - Production on D??ú?t 6?? 12 13:58:44 2012
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> alter user kyxx_yx identified by admin4567;
User altered.
[oracle@KY22 ~]$ sqlplus admin/admin4567
SQL*Plus: Release 10.2.0.1.0 - Production on D??ú?t 6?? 12 13:59:59 2012
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
SQL> select sysdate from ;
SYSDATE
--------------
12-6?? -12