Re: HELP - ORACLE SET PASSWORD

From: Kingaroo <kingaroo_at_aol.com>
Date: 1995/10/04
Message-ID: <44tp4r$nk9_at_newsbf02.news.aol.com>#1/1


>>> ALTER USER <User's Login> IDENTIFIED BY <NewPassword>?
>>
>>it wont work if 'User' has no DBA privileges.
 

>That's funny, I have configured a number of accounts without DBA
>privilege and it works just fine for our development staff!

ok, check if this works at your site:

CONNECT SCOTT/TIGER;
ALTER USER SYSTEM IDENTIFIED BY SHMOE;
CONNECT SYSTEM/SHMOE; if yes, then gimme guest account on your system ;) Received on Wed Oct 04 1995 - 00:00:00 CET

Original text of this message