Skip to content

Tag Archives: gcc

Using IMA to get a list of inbound/outbound connections in GCC

A question recently came up on the Ingres forums regarding the ability to query IMA to get a count and list of out bound sessions in the GCC servers. The former can be done using an existing IMA table, ima_gcc_info, like so: The latter is a bit more involved as there is no IMA table [...]

Share