sp_addaudittable

Description

Adds another system audit table after auditing is installed.

Syntax

sp_addaudittable devname

Parameters

devname

is the name of the device for the audit table. Specify a device name or specify “default”. If you specify “default”, Adaptive Server creates the audit table on the same device as the sybsecurity database. Otherwise, Adaptive Server creates the table on the device you specify.

Examples

Example 1

Creates a system audit table on auditdev2. If only one system audit table (sysaudits_01) exists when you execute the procedure, Adaptive Server names the new audit table sysaudits_02 and places it on its own segment, called aud_seg_02, on auditdev2:

sp_addaudittable auditdev2

Example 2

Creates a system audit table on the same device as the sybsecurity database. If two system audit tables (sysaudits_01 and sysaudits_02) exist when you execute the procedure, Adaptive Server names the new audit table sysaudits_03 and places it on its own segment, called aud_seg_03, on the same device as the sybsecurity database:

sp_addaudittable "default"

Usage

Permissions

Only a uses who is both a System Administrator and a System Security Officer to execute sp_addaudittable.

See also

System procedure sp_audit