Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Crack your DBA's password for 99 cents with Xg for oracle10g

Re: Crack your DBA's password for 99 cents with Xg for oracle10g

From: <stevedhoward_at_gmail.com>
Date: 20 Mar 2006 06:38:13 -0800
Message-ID: <1142865493.310664.208310@e56g2000cwe.googlegroups.com>


I am actually curious to see if this works. Please provide the new password that was implemented below, given the following inputs...

SQL> alter user test identified by *********************;

User altered.

SQL> select password from dba_users where username = 'TEST';

PASSWORD



C7FECFC7002D43AD SQL> select * from v$version;

BANNER



Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod PL/SQL Release 10.2.0.1.0 - Production
CORE 10.2.0.1.0 Production
TNS for 32-bit Windows: Version 10.2.0.1.0 - Production NLSRTL Version 10.2.0.1.0 - Production

SQL> select name from v$database;

NAME



TEST10G SQL> select host_name from v$instance;

HOST_NAME



HOWARDS SQL> Thanks!

Steve Received on Mon Mar 20 2006 - 08:38:13 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US