|
get_sso_product_version function |
|
Contained in package wwctx_api. Call this function to get the version string for the Single Sign-On (SSO) Server installation. function get_sso_product_version return varchar2; |
|
Version: Oracle9iAS Portal 9.0.2 or later | |
|
Returns: This function returns the version string product version for the Single
Sign-On (SSO) Server. Returns null if Oracle Portal version is earlier
than 3.0.9. Exceptions: This function raises no user-defined exceptions. Example: l_version := wwctx_api.get_sso_product_version; |
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |