Home > Contents > Index >
USER.SU
Log in as a particular user.
Syntax
<USER.SU USERNAME="user name" PASSWORD="user's password"/>Parameters
USERNAME (required)
- Name of the user.
PASSWORD (required)
- The user's password.
Description
Allows you to log in as a particular so you can make changes. This tag is useful when combined with the
USER.MODIFY
tag to make administrative user profile changes.Error Numbers
The possible values of
errno
include:
Value Description -10004 A required parameter is missing. -10005 The requested object is not in the object pool (is not loaded intomemory).Example
The following example logs in a user as Percy, changes the password, and logs out and back to the original user:
<USER.SU USERNAME="Percy" PASSWORD="rosebud"> <USER.MODIFY USERNAME="Percy" PASSWORD="other"/> </USER.SU>See Also
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.