0 = continue error mode
When it encounters an error as it writes an audit record, the database server writes a message of the failure into the message log. It continues to process the thread.
1 = halt error mode: suspend thread processing
When the database server encounters an error as it writes an audit record, the database server suspends processing of the thread until it successfully writes a record.
3 = halt error mode: shut down system
When the database server encounters an error as it writes an audit record, the database server shuts down.
ADTERR specifies how the database server behaves when it encounters an error while it writes an audit record.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]