SQL*Plus: Release 9.2.0.2.0 - Production on Tue Dec 17 17:19:55 2002
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to:
Oracle9i Enterprise Edition Release 9.2.0.2.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.2.0 - Production
SQL> create user test identified by test;
User created.
SQL> select password from dba_users where username = 'TEST';
PASSWORD
------------------------------
7A0F2B316C212D67
SQL>
-----Original Message-----
From: Bob Metelsky [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 17, 2002 2:26 PM
To: Multiple recipients of list ORACLE-L
Subject: RE: password
From: Bob Metelsky [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 17, 2002 2:26 PM
To: Multiple recipients of list ORACLE-L
Subject: RE: password
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
