Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Password change
"A" <arun.nayak_at_gmail.com> wrote in message
news:1128694527.148152.12210_at_f14g2000cwb.googlegroups.com...
> We are planning to change the database passwords for all our PS
> instances.
> -My understanding is we need to change password in PSACCESSPRFL table.
> Do we have to to do anything else?
> -After we update this table with new password, how to encrypt the same
> ?
> Would appreciate any help on this ...
>
> tia ...
>
Don't know what a PS instance is. But in Oracle one would do
alter user xx indentified by yyyy;
If this is a vendor application then there should be a way from the vendor.
In that case I wouldn't change the vvalue of the table unless the vendor
docs say to do so. What does it say?
Jim
Received on Fri Oct 07 2005 - 09:36:02 CDT
![]() |
![]() |