Oracle9iAS Portal Developer Kit

get_sso_schema function

Contained in package wwctx_api.

Call this function to get the Single Sign-On (SSO) schema name.

function get_sso_schema

return varchar2;

Version: Oracle Portal 3.0.6.6.5 or later

Returns:

This function returns the name of the SSO schema.

Exceptions:

This function raises no user-defined exceptions.

Example:

sso_schema := wwctx_api.get_sso_schema;

Related topics

The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio