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-02182: savepoint name expected

1 Answers  


DRG-50859: failed to allocate statement handle

1 Answers  


ORA-07425: sdpri: error string in translating dump file location.

1 Answers  


NZE-29235: the key information could not be retrieved

1 Answers  


NZE-28784: file name translation failure

1 Answers  






ORA-00331: log version string incompatible with ORACLE version string

2 Answers  


PCB-00575: PLS-number: string

1 Answers  


ORA-19009: Missing XMLSchema keyword

1 Answers  


SQL*Loader-00605: Non-data dependent ORACLE error occurred -- load discontinued.

2 Answers  


ORA-09912: Malloc of name buffer(s) failed.

1 Answers  


QSM-02122: compatibility mode must be 8.1 or higher

1 Answers  


ORA-02832: Segment deallocation failed - segment not on list

1 Answers  


Categories