|
get_product_version function |
|
Contained in package wwctx_api. Call this function to get the version string for the installation of Oracle Portal on the current node. For example: 3.0.6.6.5 function get_product_version return varchar2; |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Returns: This function returns the version string for Oracle Portal installed on the current node. Exceptions: This function raises no user-defined exceptions. Example: l_version := wwctx_api.get_product_version; |
|
A node is an Oracle Portal installation. |
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |