J johnp Member Jul 7, 2003 #1 works only for current transaction ? i have a stateless application server ( mts ) and i want to know if can have a benefit using this property or just overhead
works only for current transaction ? i have a stateless application server ( mts ) and i want to know if can have a benefit using this property or just overhead
Marco Kalter Administrator Staff member Jul 7, 2003 #1 This property causes the query to reuse previously parsed cursors for the duration of the session. It is not limited to a transaction. ------------------ Marco Kalter Allround Automations
This property causes the query to reuse previously parsed cursors for the duration of the session. It is not limited to a transaction. ------------------ Marco Kalter Allround Automations