Home > Contents > Index >
CCUSER.SETNAME
Set the username to another name.
Syntax
<CCUSER.SETNAME NAME="old username" VALUE="new username" />Parameters
NAME (required)
- Old username.
VALUE (required)
- New username.
Example
<!-- Set the username to something else --> <CCUSER.SETNAME NAME="usrObj" VALUE="Urmila"/> <BR/><BR/> CCUSER.SETNAME: Error #: <CSVAR NAME="Variables.errno"/> <CCUSER.GETNAME NAME="usrObj" VARNAME="uname2"/> <BR/> CCUSER.GETNAME: <CSVAR NAME="User ID: Variables.uname2"/><BR/><BR/>
Home > Contents > Index > Oracle XML Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.