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

O2I-00122: Invalid filename for the INITFILE file

1 Answers  


ORA-24057: cannot define subscriber with rule for queue string

1 Answers  


ORA-02070: database stringstring does not support string in this context

1 Answers  


ORA-02297: cannot disable constraint (string.string) - dependencies exist

1 Answers  


ORA-01925: maximum of string enabled roles exceeded

2 Answers  






NNL-00400: Response status:

1 Answers  


ORA-16575: request terminated at broker discretion

1 Answers  


RMAN-06738: database name "string" is not unique in the recovery catalog

1 Answers  


ORA-23419: regenerate replication support before resuming master activity

1 Answers  


UDE-00010: multiple job modes requested, string and string.

1 Answers  


ORA-32804: invalid value string, string should have form string

1 Answers  


ORA-14160: this physical attribute may not be specified for a table subpartition

1 Answers  


Categories