Example: lrd_attr_set

In the following example, the lrd_attr_set function assigns the value "scott" to the USERNAME attribute during session 1.

lrd_attr_set (Ses1, LRD_ATTR_ORACLE_USERNAME, "scott", -1, 0);                                                                                            */