Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
oracle_audit_tracing [2020/02/11 09:12] – andonovj | oracle_audit_tracing [2020/03/05 15:26] (current) – andonovj | ||
---|---|---|---|
Line 133: | Line 133: | ||
2. populate table: | 2. populate table: | ||
| | ||
+ | |||
+ | |||
3. drop policy | 3. drop policy | ||
exec DBMS_FGA.DROP_POLICY (object_schema => ' | exec DBMS_FGA.DROP_POLICY (object_schema => ' | ||
+ | </ | ||
+ | |||
+ | You can of course choose to export to CSV using the following syntax on SQL: | ||
+ | |||
+ | <sxh bash> | ||
+ | set embedded on | ||
+ | set pagesize 0 | ||
+ | set colsep ';' | ||
+ | set echo off | ||
+ | set feedback off | ||
+ | set linesize 32767 | ||
+ | set trimspool on | ||
+ | set headsep off | ||
+ | spool name.csv | ||
</ | </ |