password security could not impact 'alter user...identified by <password>'
I used 'alter user...identified by <password>' like this;
SQL>alter user <username> identified by <password>;
no matter any password I used even signle number 1, 2 or 0, always got 'User altered'.
it seems that password secutry or profile even I already granted the profile to the user who can execute 'Alter User...' did not have any security on password creating.
SQL>alter user <username> identified by <password>;
no matter any password I used even signle number 1, 2 or 0, always got 'User altered'.
it seems that password secutry or profile even I already granted the profile to the user who can execute 'Alter User...' did not have any security on password creating.
0