Kbase P129046: Incorrect syntax for AUDIT SET statement in 10.1B SQL Reference
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  27/05/2008 |
|
Status: Unverified
SYMPTOM(s):
Incorrect syntax for AUDIT SET statement in 10.1B SQL Reference
Running the AUDIT SET statement as described in documentation fails with error 10713
Error: Syntax error in SQL statement at or about " NULL" (10713) (State:S1000, Native Code: FFFCCB78)
CAUSE:
This is a known issue
FIX:
AUDIT SET statement requires two string parameters to qualify event group or application context. These parameters are mandatory.
The following syntax is correct:
AUDIT SET { EVENT_GROUP | APPLICATION_CONTEXT} { string1 | NULL } { string2 | NULL};