Product Documentation

SQL Operations Guide

Previous Topic

Next Topic

fc_set_nodename( )

Sets the NODE name of the connection. The c-tree NODE name identifies a connection with a string value, that can then be conveniently viewed with monitoring tools.

fc_set_nodename() can be called multiple times within a FairCom DB SQL session to change the node name. It can also be called with an empty string to clear the NODE name.

Parameters (1)

nodename VARCHAR(31)

Example

call fc_set_nodename('accounting');

TOCIndex