SQL-02131: Runtime context in use

Answers were Sorted based on User's Feedback



SQL-02131: Runtime context in use..

Answer / guest

Cause: Your application attempted to execute a SQL statement
using a runtime context that is already in use.

Action: Rewrite the application to either wait for one
thread to complete before executing another SQL statement
with the same runtime context, or to allocate and use a
separate runtime context for each thread.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

SQL-02131: Runtime context in use..

Answer / sourabh

When i tried to use the same database connection in thread
for two sql query. it did not work.then i passsed two sql
context in thread strucure one for the first query and
another for the second query
Thanks,
Sourabh

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-01943: IDENTIFIED BY already specified

1 Answers  


PLS-00603: GROUPING function supported only with GROUP BY CUBE or ROLLUP

1 Answers  


PCC-01003: Invalid continuation at line number in file string

1 Answers  


PCB-00301: Use of non-ANSI function is an Oracle extension

1 Answers  


ORA-03246: Invalid block number specified

1 Answers  






ORA-06315: IPA: Invalid connect string

1 Answers  


ORA-12214: TNS:missing local communities entry in TNSNAV.ORA

1 Answers  


ORA-06780: TLI Driver: recv error code failed

1 Answers  


ORA-19336: Missing XML root element

1 Answers  


ORA-07753: slemcf: fseek before write failure

1 Answers  


DRG-11112: length of string exceeds maximum of string

1 Answers  


TNS-00515: Connect failed because target host or object does not exist

1 Answers  


Categories