You are here:

Focus on Windows 2000/NT

Recent Answers

2009-11-19 Oracle - Describe command in oracle 10g:

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'

2009-11-17 Oracle - Using Sql Loader to run multiple instance parallely:

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

2009-11-15 Oracle - regarding CSV upload !:

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

2009-11-11 Oracle - compare data in two columns:

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

2009-11-11 Oracle - compare data in two columns:

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

Categories

Browse Alphabetically

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