|
purge_log procedure |
|
Contained in package wwlog_api_admin. Use this procedure to delete all log records from the specified log. procedure purge_log (
); |
|
|
This function removes ALL log records from the specified table. |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Parameter: |
|
|
p_current_log |
Indicates which log will be purged. Notes:
Datatype: in number |
|
Exceptions: If a user who attempts to use this procedure has insufficient privileges, a NOT_ENOUGH_PRIVILEGES_EXCEPTION is raised. Example: wwlog_api_admin.purge_log (
); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |