cancel
Showing results for 
Search instead for 
Did you mean: 

Forgot User and password

Former Member
0 Kudos

Dear Gurus,

When am trying to open Oracle 10G via command prompt, I ran the SQLPLUS command but I forgot User and Password,

Please Let me know where can i find out that and get the user password otherwise How can I Reset .

Kindly advice me.

Regards

Anand

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Anand,

If you are running on a SAP system, you can change the password by the command, below;

brconnect -u / u2013f chpass u2013u <user_name> -p <password>

Or execute the command, below;

command prompt -> sqlplus "/ as sysdba"
Then execute the command below, on SQLPlus
alter user <user> identified by <new_password>;

Best regards,

Orkun Gedik

Former Member
0 Kudos

Try to connect as sysdba (As mentioned by other techie above)

OR

Contact your database administrators for username and the password (If your database is secured with user names and password)

Regards,

Nick Loy

Former Member
0 Kudos

Hi,

Connect using the sysdba user

'sqlplus / as sysdba'

Regards,

Srikishan

Former Member
0 Kudos

Dear All,

I try that all, but it will ask for User and Password , I am afraid , miss that both,

Now I want to Alter User and Password Please tell me advice.

Former Member
0 Kudos

What procedure/command you are using to logon into sqlplus ?

You can't alter user/password without logon though !