views:

259

answers:

2

i just installed oracle express, im trying to login at database homepage. trying with user sys and system with the password i gave at the installation but i cant log in. message: Invalid Login Credentials at sql command line trying to connect ora-01017 invalid username/password; logon denied

i dont know how to modify the password or just try to uninstall and reinstall?

thanks for the answer.

A: 

You can try this from the DOS command line:

sqlplus /nolog
connect / as sysdba;
alter user sys identified by newpass;

Make sure the Oracle bin folder is on your path, but XE installation usually modifies that for you automatically.

dcp
thanks, i succesfully logged in :)
azevik
You're welcome, please mark the answer as accepted then :).
dcp
A: 

I've done the installation like 10 times and the same result, when I try to login by apex or by sqlplus with the sys account it doesn't accepts the password I just typed when I configured it.

david