Oracle9iAS Portal Developer Kit

get_log_interval function

Contained in package wwlog_api_admin.

Call this function to return the minimum interval between log purges, in days.

Note: Log purges may not occur at the exact interval returned, but they will not occur more frequently than the interval returned.

function get_log_interval

return number;

Version: Oracle Portal 3.0.6.6.5 or later

Returns:

This function returns the minimum number of days between log purges.

Exceptions:

This function raises no user-defined exceptions.

Example:

interval := wwlog_api_admin.get_log_interval;

Related topics

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