User Password Change

Suraj

Member
Hi,

Could any one tell me what a chnage to any of the following Oracle users in a OneWorldXe implementation on Unix/Oracle would do?
SYS7333, SVM7333, OBJ7333 and DD7333

I actually want to know if I can change the password for the users via SQL with ALTER USER command without any problem in the Syetem resulting from that.

Will appreciate any help.


Regards,

Suraj
 
We changed all our passwords for those owners using ALTER USER. It has not been a problem for us. The only time it was a problem was during our upgrade. We just changed them to the default during the upgrade and then changed them back after. Thanks!
 
We are using SQL Server, not Oracle, but we changed the default passwords. The only time we have a problem is when we run R98403, which assumes the table owner name and password is the same.

We use a script that changes passwords back to the default before running R98403 and then another script that changes the passwords back to non-default.
 
Back
Top