Record id
|
Description
|
---|---|
CONNECT
|
A new user connection
|
CONNERR
|
An user connection that failed
|
DISCONN
|
A user has disconnected
|
SQLEXEC
|
SQL execute
|
SQLERRO
|
Error in SQL execute
|
TRXCOMM
|
Transaction commit
|
TRXERRO
|
Error in transaction commit
|
TRXROLL
|
Transaction rollback
|
FULLQUE
|
Audit read queue full, some records discarded
|
SYSTEM
|
A system record that can contain information about server startup, shutdown and HotStandby role changes. Details about the event can be found in fields verb and full_sql.
|
Field
|
Description
|
---|---|
time
|
Unix style time in seconds since 1970
|
msg_id
|
Unique id of the message since server was started
|
session_id
|
Client session id inside the server
|
client_ip
|
Client machine name and IP address
|
client_port
|
N/A (client port number)
|
server_ip
|
Server IP address when using TCP/IP
|
server_port
|
Server port number when using TCP/IP
|
db_user
|
User name used to connect to solidDB
|
server_type
|
Always solidDB
|
server_os
|
Operating system in the server
|
client_os
|
N/A (operating system in the client)
|
client_hostname
|
Client machine name and IP address
|
server_hostname
|
Server machine host name
|
comm_protocol
|
Communication protocol used by client to connect to server
|
db_protocol
|
Database protocol that the client used to connect to solidDB (for example, ODBC)
|
db_protocol_version
|
Version of the db_protocol
|
os_user
|
N/A
|
source_progam
|
Client application info if set by the application
|
client_mac
|
N/A
|
server_description
|
Server description
|
service_name
|
Server name
|
process_id
|
Server process id
|
db_name
|
Always solidDB
|
app_user_name
|
N/A
|
error_code
|
Native error code, or zero if no error
|
error_info
|
Error info text
|
Field
|
Description
|
---|---|
verb
|
Statement type
|
sql_len
|
Length of the SQL string
|
full_sql
|
SQL string
|
param_len
|
Length of SQL parameter values
|
sql_params
|
SQL parameter values, used only if server is configured to send also parameter values
|
catalog
|
Current catalog when executing SQL
|
schema
|
Current schema when executing SQL
|
records_affected
|
Number of records affected. This value has a meaning only with SQL insert, update and delete operations.
|
execution_time
|
SQL execution time in seconds
|
Field
|
Description
|
---|---|
time
|
Unix style time in seconds since 1970
|
lost_records
|
Number of records lost (not returned by the ADMIN COMMAND)
|