Is there a restriction on creating a user in a DB (8.1.6) with the same password as a different user in the same DB using the IDENTIFIED BY VALUES clause? I seem to be having problems using it:
SQL> create user fraze identified by fraze;
User created.
SQL> select username, password from dba_users where username='FRAZE';
Bookmarks