OBJ_M_CONNECTION
This table stores the description of all secured connections defined by the Supervisor or the Designer.
Name | Null ? | Type | Values |
M_CNTN_N_ID | NOT NULL | int10 | Primary key, see obj_m_magicid 'CONNECTION' row. |
M_CNTN_C_NAME | NOT NULL | char(35) | Connection name |
M_CNTN_N_TYPE | NOT NULL | int10 | 1: connection for
universe or document domains.
2: connection for exported universes. |
M_CNTN_C_NETNAME | NOT NULL | char(35) | Middleware layer name |
M_CNTN_C_RDBMSNAME | NOT NULL | char(35) | Database server name |
M_CNTN_N_CHARSET | NOT NULL | int10 | Not used |
M_CNTN_N_LAD | NOT NULL | int10 | Last Action Date |
M_CNTN_N_LAT | NOT NULL | int10 | Last Action Type |