dbaspot
Tags Register FAQ Calendar Search Today's Posts Mark Forums Read

Sec_protocol_error_trace_action - Oracle FAQ

This is a discussion on Sec_protocol_error_trace_action - Oracle FAQ ; Type:String Syntax:SEC_PROTOCOL_ERROR_TRACE_ACTION = { NONE | TRACE | LOG | ALERT } Default:TRACE Modify:ALTER SESSION, ALTER SYSTEM Basic:No Notes:SEC_PROTOCOL_ERROR_TRACE_ACTION specifies the action that the database should take when bad packets are received from a possibly malicious client. Values: ■ NONE ...


Home > Database Forum > Oracle Database > Oracle FAQ > Sec_protocol_error_trace_action

Reply

 

LinkBack Thread Tools Display Modes
  #1  
Old 02-04-2008, 07:17 AM
Database Guru
 
Join Date: Jan 2008
Posts: 2,546
domregchief is on a distinguished road
Post Sec_protocol_error_trace_action

Type:String
Syntax:SEC_PROTOCOL_ERROR_TRACE_ACTION = { NONE | TRACE | LOG |
ALERT }
Default:TRACE
Modify:ALTER SESSION, ALTER SYSTEM
Basic:No
Notes:SEC_PROTOCOL_ERROR_TRACE_ACTION specifies the action that the database should take when bad packets are received from a possibly malicious client.

Values:

■ NONE

The database server ignores the bad packets and does not generate any trace files or log messages.

■ TRACE

A detailed trace file is generated when bad packets are received, which can be used to debug any problems in client/server communication.

■ LOG

A minimal log message is printed in the alert logfile and in the server trace file. A minimal amount of disk space is used.

■ ALERT

An alert message is sent to a DBA or monitoring console.
Reply With Quote
Reply

Thread Tools
Display Modes



All times are GMT -4. The time now is 07:56 PM.