You are here:
Hi Mahesh, You are getting this error because you must be using it in a SQL statement. 'desc' is not a SQL command, it is a SQL*Plus command. So if you connect to SQL*Plus, you can issue 'desc tablename'
Hi Chaishekar, Here's an example of the syntax that invoke three SQL*Loader direct path load sessions on the same table, you would execute each of the following commands at the operating system prompt
Hi Ashwath, To load the CSV file you can use the SQL*Loader utility. All the errors related to table constraints (primary, foreign, check etc) will be validated during loading, the log of which will
Jing, Assuming that the line_id is the primary key of the table. You can add an additional statement to the original code (in the first reply) to get the data that are added in Table2 (today). SELECT
Jing, The solution that I had before is assumed the line_id is unique. Without an unique column, there is no way to identify if new data is added or data has changed from table1 and table2. What is

©2009 About.com, a part of The New York Times Company. All rights reserved.