Tuesday, 24 March 2015

Change SYSADM password

Change SYSADM password


1.Go to the server and login to the server with oracle id
2.export ORACLE_SID=environment name
3.enter inside with sysdba sqlplus '/as sysdba' 

4. run the script
Alter user <username> idenfied by <Password>;
5.In Datamover run below part:

set log c:\temp\sysadm.log;
CHANGE_ACCESS_PASSWORD SYSADM1 <password>;

No comments:

Post a Comment

The purge process did not run because the Oprid configured to start the Process Scheduler did not have the required permissions to run the purge process.

  Purge process - Required permissions The PeopleSoft Oprid used to start the Process Scheduler, as defined in the Scheduler's psprcs.cf...