GET_CURRENT_USER_PASSWORD¶
Applies to: ORAFlex SQLFlex MYSQLFlex PGFlex DB2Flex
This command is used to get the password associated with the user currently logged into the server.
Syntax
GET_CURRENT_USER_PASSWORD of {server} to {variable}
Parameter |
Description |
---|---|
server |
The name of the server the user is in |
variable |
Variable to hold the password |
Example
GET_CURRENT_USER_PASSWORD of "localhost" to sPassword