created a user test identified by test on 2 separate
systems in db's with different names
The password value was the same
Can someone verify if it is the same on their system
Create user test identified by test;
select password from dba_users where username = 'TEST';
PASSWORD
------------------------------
7A0F2B316C212D67
The password value was the same
Can someone verify if it is the same on their system
Create user test identified by test;
select password from dba_users where username = 'TEST';
PASSWORD
------------------------------
7A0F2B316C212D67
-----Original Message-----
on my db
LTRACK1 SQL> select password from dba_users where username = 'TEST';
PASSWORD
------------------------------
7A0F2B316C212D67
bob