current audit table establishes the table where SAP ASE writes audit rows.
Summary Information |
|
---|---|
Default value |
1 |
Range of values |
0–8 |
Status |
Dynamic |
Display level |
Intermediate |
Required role |
System security officer |
Configuration group |
Security Related |
sp_configure "current audit table", n [, "with truncate"]
1 means sysaudits_01, 2 means sysaudits_02, and so forth, up to 8.
2 if the current audit table is sysaudits_01
3 if the current audit table is sysaudits_02
1 if the current audit table is sysaudits_03
"with truncate" specifies that SAP ASE should truncate the new table if it is not already empty. sp_configure fails if this option is not specified and the table is not empty.
To execute sp_configure to change the current audit table, you must have the sso_role active. You can write a threshold procedure to change the current audit table automatically.