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-22818: subquery expressions not allowed here

1 Answers  


ORA-19592: wrong string conversation type

1 Answers  


RMAN-05508: SET NEWNAME TO NEW not allowed (datafile string)

1 Answers  


RMAN-06411: backup copies setting out of range (1-4): number

1 Answers  


NPL-00420: received ASN.1 object identifier with more than 256 sub-identifiers

1 Answers  






PLS-00249: Invalid WITH CONTEXT Syntax

1 Answers  


ORA-10659: Segment being shrunk is not a lob

1 Answers  


NID-00122: Database should have no offline immediate datafiles

1 Answers  


ORA-27052: unable to flush file data

1 Answers   Aomi,


LPX-00110: invalid ~1s "~2S" (not a Name)

1 Answers  


ORA-37005: (AWLISTALL03) number readers

1 Answers  


ORA-01119: error in creating database file 'string'

1 Answers  


Categories