GeekArticles
FAQ
Oracle FAQSql query
Author: asktom.oracle.com |
Published: 16th May 2008 |
Visited: 227 times |
Add CommentFiled in: Oracle FAQSir,
I have joined this team having severe problems with SQL and found one having excessive CpU from AWR reports.
There are many changes that we have suggested to this insert, could you please give your valuable inputs also please.
On a 10G in...
Read Article Sponsored Links
Related Articles
• Query Hi Tom,
I definetly remember seeing something similar to this on this site, but could not find. If I am right, could you direct me to the link please?
Thank you,
Sinan
here is my question.
<code>
-- Create table
create table ASKTOM_TA ...
• How to query a large table with cpu throttling My requirements:
1. I have a large table, in the range of 1 billion records.
2. But the machine is a relatively slow one. Therefore I would not
like to clog the machine when querying this large table.
My question:
A. Supposed I ...
• Query to obtain pagination links Hi Tom,
I am trying to formulate a SQL query to obtain a pagination links to display "By Name" in alphabetically. The page limit being 200 records.
E.g
A - L | M - S | T - Z
Authors starting char "A" to "L" are less than( ~ 200 like 190 ...