I am using SQL Developer for Oracle, but I forgot my username and password. I need help finding the username and password enter image description here
Is there a command-line option for recovering my username and password from the login?
I am using SQL Developer for Oracle, but I forgot my username and password. I need help finding the username and password enter image description here
Is there a command-line option for recovering my username and password from the login?
Copyright © 2021 Jogjafile Inc.
Well, you should be able to connect to database, somehow. If there's a DBA available to you, contact them and ask for assistance. If you're a DBA, then you'll have to do it yourself.
If operating system user you're connected to also owns Oracle database software, try with operating system authentication:
Oracle trusts that this (operating system) user is allowed to establish connection.
My operating system user isn't the one, but I do know
syspassword so I can connect:OK, we're in.
You said you don't know your username; that's kind of unusual as people forget passwords, but do know usernames. Never mind that objection; query
all_usersand see whether any of these ring a bell. If not, then I presume nobody can help you. I recognize my user, its name isSCOTT:If you don't know its password, reset it:
Connect as
SCOTT, using newly set password:That's all.