Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...Your site was well structured and I found what I was looking for in about 2 minutes. I am looking forward to participating with you in the future..."

Geography

Where in the world do Tek-Tips members come from?
crdba (Programmer)
5 Dec 07 10:31
I am using a windows 2000 box and I dont remember what my system password is. I want to log in as sysdba to change it but there is just one problem. SQLPLUS prompts me for a password. How do I work around that? I know it has something to do with the remote_login_password file and the orapaswd file, but not sure how to set it up. I am running Oracle 8.1.7. Can anyone please help.

Thank you
SantaMufasa (TechnicalUser)
5 Dec 07 13:36
crdba,

You can even circumvent the "remote_login_password" setting if you log into the machine (that holds your Oracle server) as a user that is in the Oracle DBA group, then issue the following commands:

CODE

% sqlplus /nolog
(Oracle log-in banner)
SQL> connect / as sysdba
connected.
SQL> ALTER USER <et cetera>
Let us know the applicability of the above.

santaMufasa
(aka Dave of Sandy, Utah, USA)
[I provide low-cost, remote Database Administration services: www.dasages.com]

crdba (Programmer)
6 Dec 07 7:26
What about logging into svrmgrl because I was able to do that and connect as sysdba with a password, but when I used that same password for sqlplus, it didnt work. This whole issue came about because we thought there was a particular user in the database. We have come to find out that no user exist through svrmgrl.

Mufasa wrote:
You can even circumvent the "remote_login_password" setting if you log into the machine (that holds your Oracle server) as a user that is in the Oracle DBA group, then issue the following commands:

Are you saying if I put sys as a user in the Oracle DBA group, he will be able to login with out giving a password??
SantaMufasa (TechnicalUser)
6 Dec 07 12:34
Exactly. That is the "back door"/"safety net" that Oracle leaves in case the DBA loses her/his mind and forgets the administrative password.

santaMufasa
(aka Dave of Sandy, Utah, USA)
[I provide low-cost, remote Database Administration services: www.dasages.com]

crdba (Programmer)
6 Dec 07 14:54
Thanks for clearing that up.
Beilstwh (Programmer)
18 Dec 07 14:06
You do NOT put the oracle SYS user into the DBA Group, you login as the OS user that was used to install the Oracle database on the database machine and use the commands that Dave showed you.

Bill
Oracle DBA/Developer
New York State, USA

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close