MON$ATTACHMENTS
MON$ATTACHMENTS
displays information about active attachments to the database.
Column Name | Data Type | Description |
---|---|---|
|
|
Connection identifier |
|
|
Server process identifier |
|
|
Connection state:
|
|
|
Connection string — the file name and full path to the primary database file |
|
|
The name of the user who is using this connection |
|
|
The role name specified when the connection was established.If no role was specified when the connection was established, the field contains the text |
|
|
Remote protocol name |
|
|
Remote address (address and server name) |
|
|
Remote client process identifier |
|
|
Connection character set identifier (see |
|
|
The date and time when the connection was started |
|
|
Garbage collection flag (as specified in the attachment’s DPB): 1=allowed, 0=not allowed |
|
|
The full file name and path to the executable file that established this connection |
|
|
Statistics identifier |
|
|
Client library version |
|
|
Remote protocol version |
|
|
Name of the remote host |
|
|
Name of remote user |
|
|
Name of authentication plugin used to connect |
|
|
Flag that indicates the type of connection:
|
|
|
Connection-level idle timeout in seconds.When |
|
|
Idle timer expiration time |
|
|
Connection-level statement timeout in milliseconds.When |
|
|
Wire compression active (TRUE) or inactive (FALSE) |
|
|
Wire encryption active (TRUE) or inactive (FALSE) |
|
|
Name of the wire encryption plugin used |
|
|
Name of the session time zone |
|
|
Maximum number of parallel workers for this connection, |
SELECT MON$USER, MON$REMOTE_ADDRESS, MON$REMOTE_PID, MON$TIMESTAMP
FROM MON$ATTACHMENTS
WHERE MON$ATTACHMENT_ID <> CURRENT_CONNECTION