GeekArticles
FAQ
Oracle FAQExternal table intermittent errors
Author: asktom.oracle.com |
Published: 10th May 2008 |
Visited: 79 times |
Add CommentFiled in: Oracle FAQI'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
...
Read Article Sponsored Links
Related Articles
• Sources of Java Errors
The Java VM shields most developers from having to think about the memory-management aspects their Java objects, but it does not completely manage other types of resources automatically, says Gwyn Fisher, CTO of Klockwork in this interview with Artima. Great Java developers learn to understand what ...
• MySQL Table Manager MySQL engine permits user level locks. The program explains how to manipulate these lock ty ...
• 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 ...