|
get_user function |
|
Contained in package wwctx_api. Call this function to get the name of the Oracle Portal user currently logged in. Note: Use the returned name for logging and authorization checks. function get_user return varchar2; |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Returns: This function returns the user name of the current Oracle Portal user. Exceptions:
Example: This example returns TRUE if the current Oracle Portal user is the Portal schema owner. It returns FALSE otherwise. begin
end; |
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |