Friday, 24 May 2013

Changing AccessID Password

Changing the Password:
Method 1:
       1. Login to SQL Plus
       2. Use the following command to change the password.
           SQL> alter user SYSADM identified by SYSADM;
       3.  Open the DATAMOVER and run following command
           CHANGE_ACCESS_PASSWORD SYSADM1 SYSADM;
Method 2:
       1. Login to SQL Plus
       2. Use the following command to change the password.
           SQL> alter user SYSADM identified by SYSADM;
       3. update PSACCESSPRFL set ACCESSID = 'sysadm' ,ACCESSPSWD ='New Access Password' , ENCRYPTED = 0, where SYMBOLICID ='SYMADM1';


No comments:

Post a Comment