ORA-12842: Cursor invalidated during parallel execution

Answers were Sorted based on User's Feedback



ORA-12842: Cursor invalidated during parallel execution..

Answer / guest

Cause: The cursor was invalidated during the parse phase of
deferred parallel processing, e.g. when set operands are
parallelized.

Action: Depends on why the cursor was invalidated. Possible
causes include DDL on a schema object and shared pool being
flushed.

Please add more information about this Error

Is This Answer Correct ?    7 Yes 1 No

ORA-12842: Cursor invalidated during parallel execution..

Answer / prepareinterview

1. What are the components of physical database structure of
Oracle database?
Oracle database is comprised of three types of files. One or
more datafiles, two are more redo log files, and one or more
control files.

2. What are the components of logical database structure of
Oracle database?
There are tablespaces and database's schema objects.

3. What is a tablespace?
A database is divided into Logical Storage Unit called
tablespaces. A tablespace is used to grouped related logical
structures together.

4. What is SYSTEM tablespace and when is it created?
Every Oracle database contains a tablespace named SYSTEM,
which is automatically created when the database is created.
The SYSTEM tablespace always contains the data dictionary
tables for the entire database.

5. Explain the relationship among database, tablespace and
data file.
Each databases logically divided into one or more
tablespaces one or more data files are explicitly created
for each tablespace.

Check out for more...

http://www.prepareinterview.com/tips/questiondatabase.asp

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More Oracle Errors Interview Questions

ORA-02195: Attempt to create string object in a string tablespace

1 Answers  


ORA-32735: DIAG process is not running in the instance

1 Answers  


ORA-40208: duplicate or multiple algorithm settings for function string

1 Answers  


ORA-31406: change source string is referenced by a change set

1 Answers  


QSM-02144: aggregate functions are present without a GROUP BY clause

1 Answers  


TNS-12211: TNS:needs PREFERRED_CMANAGERS entry in TNSNAV.ORA

1 Answers  


ORA-02449: unique/primary keys in table referenced by foreign keys

1 Answers  


ORA-01567: dropping log string would leave less than 2 log files for instance string (thread string)

1 Answers  


QSM-01092: mjv tries to rewrite a semi-join and primary key or rowid missing

1 Answers  


RMAN-03031: this option of set command needs to be used inside a run block

1 Answers  


PLS-00705: exception 'string' used in expression requiring return type

1 Answers  


DRG-10532: table is not partitioned

1 Answers  


Categories