John Topley's KnowledgebaseSQL Statement To Change A User's PasswordTuesday, 10 August 2004This Oracle SQL statement will change the password for the user named user to the password password. ALTER USER user IDENTIFIED BY password |
![]() |
John Topley's KnowledgebaseSQL Statement To Change A User's PasswordTuesday, 10 August 2004This Oracle SQL statement will change the password for the user named user to the password password. ALTER USER user IDENTIFIED BY password |