I have an Oracle 12C desktop database schema I created some time ago. I don't remember the username/password for when I created the schema.
Is there any way to retrieve it? I have full admin privileges for computer.
Thanks much.
CodePudding user response:
Login as SYS
(I suppose you are still able to do that) and then issue:
alter user <<schema>> identified by <<new_password>>;