Hi all,
Is there any way I can use in sql script where I can block changing specific user? For example I dont want to change system and sys user password. I have a script where it requests username and password to change. But I dont want this person to change system and sys user password. Anybody ever done this before?
Example of script:
accept user prompt 'Enter Oracle username: (must be in UPPERCASE) '
accept pwd hide prompt 'Enter New Password: (at least 6 characters including one
number) '
alter user &user identified by &pwd
/
Thank you in advance.
..........
dbase77
Is there any way I can use in sql script where I can block changing specific user? For example I dont want to change system and sys user password. I have a script where it requests username and password to change. But I dont want this person to change system and sys user password. Anybody ever done this before?
Example of script:
accept user prompt 'Enter Oracle username: (must be in UPPERCASE) '
accept pwd hide prompt 'Enter New Password: (at least 6 characters including one
number) '
alter user &user identified by &pwd
/
Thank you in advance.
..........
dbase77