GeekArticles
FAQ
Oracle FAQ
FAQ
Oracle FAQDefinition of SQL statement execution
When we run a trace and TKPROF on a query (a select statement), we see timing information for three phases:
1. Parse
2. Execute
3. Fetch
Can you clarify exactly what it means to "execute" a statement?
The manual entry for
Sponsored Links
Related Topics
Subscribe via RSS
Oracle FAQ
- Synchronize data from remote location
- Oracle Fundamentals
- How to connect SQLPlus without tnsnames.ora
- Best Practices for App Server Keep Alive
- bind variables in triggers
- how to avoid outer joins
- One 900 column table versus ten 90 column tables.
- Does select generate undo ?
- Performance Question
- Help analyze statspack report
