GeekArticles
FAQ
Oracle FAQwhy the select keep generating redo?
Author: asktom.oracle.com |
Published: 11th Dec 2007 |
Visited: 65 times |
Add CommentFiled in: Oracle FAQHello,Tom:
Good afternoon!
I have 2 questions:
q1:
I delete all rows from a big table and dont commit ,I select count(*) from the table from another session, and i looked in the expain,I found every time the query generated some redos,why,...
Read Article Sponsored Links
Related Articles
• dml single insert/select or bulk collect/forall Tom,
i am currently designing a new database 10g Rel2 and would appreciate your advice on the following
Which method would you advise for the following business process
OPTION 1
########
DECLARE
CURSOR c1 IS
SELECT ..........
• CodeSnip: How to Select the Records from a Table Following a Pattern In this code snippet, Deepankar examines how to select only specific records from a table commencing in a series (even
series i.e. 2nd,4th,6th...records or odd series i.e. 1st,3rd,5th.... records and other simple series) in a single query. He provides a detailed analysis of the relevant SQL stateme ...