This example shows the same locator being used in more than one request within a session:
USING (a CLOB AS LOCATOR) SELECT :a; USING (a INTEGER, b CLOB AS LOCATOR) INSERT INTO tab2 (:a, :b);
This example shows the same locator being used in more than one request within a session:
USING (a CLOB AS LOCATOR) SELECT :a; USING (a INTEGER, b CLOB AS LOCATOR) INSERT INTO tab2 (:a, :b);