GeekArticles
FAQ
Oracle FAQPivot Query on heavy volume Table
Author: asktom.oracle.com |
Published: 8th Nov 2007 |
Visited: 138 times |
Add CommentFiled in: Oracle FAQHi,
We've Oracle Financial application running on 9.2.8 version databae.
There is a table called GL_BALANCES which has balance information for each
code_combination_id,currency_code, set_of_books_id, period. The structure looks like something...
Read Article Sponsored Links
Related Articles
• Sql query Sir,
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 i ...
• External table intermittent errors I'm having a problem with External tables. Most of the time I can read the data in the table without any issue. But when I issue the query below I get an error.
<b>Contents of test.csv file</b>
<code>Tool type,ID
Common,1
Type1,2
Type2,3 ...
• MySQL Table Manager MySQL engine permits user level locks. The program explains how to manipulate these lock ty ...
• 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 ...
• ODP.NET - Populating a Dataset with a Single Data Table ODP.NET - Populating a Dataset with a Single Data Table
A dataset is simply a group of data tables. These data tables can be identified with their own unique names within a dataset. You can also add relations between data tables available in a dataset.
Visit http://www.exforsys.com to read complete ...
• Indexes on single Partition of the table I have a table which has been partitioned by the months.Also in the same
table i have an indexes in 4 columns. I used partition as we will be loading the data everymonth. We will be having around 9 million rows everymonth.
While inserting the rows ...