Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: How to change password in SqlPlus/Net?

Re: How to change password in SqlPlus/Net?

From: Ari Kaplan <akaplan_at_psycfrnd.interaccess.com>
Date: 1997/05/16
Message-ID: <5liori$rt1@psycfrnd.interaccess.com>#1/1

In SQL*Plus, type:

alter user USERNAME identified by PASSWORD;

This will change the users's password (assuming you are the user or have DBA privileges).

-Ari Kaplan
Independent Oracle DBA Consultant

<-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><->
<-> For 60+ technical tips, visit my Web Page:                    <->
<->                                                               <->
<->              http://homepage.interaccess.com/~akaplan         <->
<->                                                               <->
<->             email: akaplan_at_interaccess.com                    <->
<-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><->

epaik_at_deans.umd.edu (Ellen Paik) writes:
>Sorry about the cluelessness of the question, but how do you change your
>password (the one you use to connect to an Oracle database)? I'm talking
>about the one you'd code into your Pro C program in the EXEC SQL CONNECT
>string, not the one to get on a server that runs the Oracle gateway.
 

>Hope that made sense. Any help would be greatly appreciated.

>+------------------------------------------------------------------+
>| Ellen Paik |
>| Programmer/Analyst |
>| Academic Data Systems |
>| University of Maryland, College Park |
>| Phone: (301) 405-7259 |
>| Fax: (301) 405-7942 |
>+------------------------------------------------------------------+
Received on Fri May 16 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US