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