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

NNL-00294: No entries found

1 Answers  


ORA-24406: API mode switch is disallowed when a call is in progress.

1 Answers  


NNC-00426: no such data type

1 Answers  


NZE-29230: the header length is not sufficient for message header

1 Answers  


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

2 Answers  


ORA-06607: LU6.2 Driver: Reset occurred in send state

1 Answers  


ORA-25201: invalid value, VISIBILITY should be ON_COMMIT or IMMEDIATE

1 Answers  


ORA-03132: two-task default value overflow

1 Answers  


ORA-25284: Invalid value string for string

1 Answers  


ORA-01599: failed to acquire rollback segment (string), cache space is full

1 Answers  


ORA-12540: TNS:internal limit restriction exceeded

1 Answers  


TNS-00308: Navigator: Failed to open log while rereading parameter data

1 Answers  


Categories