Example: lrd_ora8_attr_set_literal

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

lrd_ora8_attr_set_literal (Ses1, USERNAME, "scott", -1, 0);                                                                                */