I do not have any user with dba permission. But I have heard that the "sys" user has dba priviliges. I am not sure incase sys and system are the same user. And even if they are not then is the default password of the sys user change_on_install.
I tried sys/change_on_install as sysdba ..the same is also not being accepted at prompt. Isn't there any other way to resolve this issue.
Main Topics
Browse All Topics





by: catchmeifuwantPosted on 2004-11-24 at 02:51:20ID: 12663775
Do you have any user with DBA privileges? If you have one, then login and change the system password..
alter user system identified by new_password;