ご使用のブラウザはJavaScriptをサポートしていません。このヘルプ・ページを正しく表示するにはJavaScriptが必要です。 purge_audit_template
ヘッダーをスキップ
前へ
前へ
 
次へ
次へ

purge_audit_template

purge_audit_template.sqlスクリプトを使用すると、配布監査データまたは実行監査データをパージできます。

管理権限を持つworkspaceOwnerまたはworkspaceUserとして接続します。スクリプトは次の形式を取ります。

SQL> @drive:OWBhome/owb/rtp/sql/purge_audit_template.sql 
   workspace
   {DEPLOYMENT | EXECUTION}
   {sql_predicate | ALL | DATE_RANGE} [start_date end_date];

次の例に示すように、このスクリプトを起動するにはいくつかの方法があります。

SQL> @drive:OWBhome/owb/rtp/sqlpurge_audit_template.sql 
     workspace DEPLOYMENT ALL null null

SQL> @drive:OWBhome/owb/rtp/sqlpurge_audit_template.sql
     workspace EXECUTION "number_task_errors > 0" null null

SQL> @drive:OWBhome/owb/rtp/sqlpurge_audit_template.sql
     workspace EXECUTION DATE_RANGE TO_DATE('01-Jan-2008') SYSDATE