Solution 1:
Login using SQL*Plus as user SYSADM, password: SYSADM
[oracle@ptud fmw]$ sqlplus sysadm/SYSADM@FIN92DMO
SQL*Plus: Release 12.1.0.1.0 Production on Mon Jul 20 10:41:46 2015
Copyright (c) 1982, 2013, Oracle. All rights reserved.
Last Successful login time: Mon Jul 20 2015 10:29:00 +07:00
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 - 64bit Production
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
SQL> update PSACCESSPRFL set ACCESSID='VP1', ACCESSPSWD='VP1', ENCRYPTED=0
where SYMBOLICID='SYSADM1';
SQL> commit;
Login using SQL*Plus as user SYSADM, password: SYSADM
[oracle@ptud fmw]$ sqlplus sysadm/SYSADM@FIN92DMO
SQL*Plus: Release 12.1.0.1.0 Production on Mon Jul 20 10:41:46 2015
Copyright (c) 1982, 2013, Oracle. All rights reserved.
Last Successful login time: Mon Jul 20 2015 10:29:00 +07:00
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 - 64bit Production
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
SQL> update PSACCESSPRFL set ACCESSID='VP1', ACCESSPSWD='VP1', ENCRYPTED=0
where SYMBOLICID='SYSADM1';
SQL> commit;
0 komentar:
Post a Comment