|
remove_log_registry procedure (by ID) |
|
Contained in package wwlog_api_admin. Call this procedure to remove a record from the wwlog_registry$ table. procedure remove_log_registry (
); |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Parameters: |
|
|
p_id |
The ID number of the log filter record to be removed. |
|
Exceptions: If no matching log filter record is found, a LOG_FILTER_NOT_FOUND_EXCEPTION is raised. Example: wwlog_api_admin.remove_log_registry (
); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |