|
INTERVIEW QUESTIONS
ORACLE
DETAILS
Question: Name the stages of processing a DML statement. What stages are part of processing a query?
Answer: When processing a query or select statement, the parsing operation occurs first, followed by the fetch operation and the execute operation. However, when processing a DML statement, the parse operation is conducted as well as the execute operation, but not the fetch operation.
|
|
|
Category |
Oracle Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.2) By 7815 users |
Added on |
7/7/2010 |
Views |
68949 |
Rate it! |
|
|
Question:
Name the stages of processing a DML statement. What stages are part of processing a query?
Answer:
When processing a query or select statement, the parsing operation occurs first, followed by the fetch operation and the execute operation. However, when processing a DML statement, the parse operation is conducted as well as the execute operation, but not the fetch operation.
Source: CoolInterview.com
when processing a DML statement, the parse operation is conducted as well as the execute operation and fetch operation also, because update requires select first. Fetch the data from disk to Database bauffer cache then updates the table with new data. server process is responsible to intimate DBWn to update corresponding datafiles. It keeps previous or before image in undo tablespace for read consistancy Source: CoolInterview.com
Answered by: Shiva | Date: 2/19/2009
| Contact Shiva
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
Which component of the SGA contains the parsed SQL code?
|
View Answer
|
|
Choose the right hierarchy, from largest to smallest, from this list of logical database structures.
|
View Answer
|
|
Describe a parallel server configuration.
|
View Answer
|
|
Which background process is not started by default when you start up the Oracle instance?
|
View Answer
|
|
What is the maximum number of database writer processes allowed in an Oracle instance?
|
View Answer
|
|
Which background process and associated database component guarantees that committed data is saved even when the changes have not been recorded in the data files?
|
View Answer
|
|
List components of an Oracle instance?
|
View Answer
|
Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.
View All Oracle Interview Questions & Answers - Exam Mode /
Learning Mode
|