You are here:

Oracle

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-18 Data Management & Storage - can i compare databases in both oracle and sqlserver:

Assuming your data is text only, try the following steps: Reverse engineer physical model in a modeling tool (like ERStudio). Make sure to choose the right platform, bring in all indexes, code etc

2009-11-17 Data Management & Storage - can i compare databases in both oracle and sqlserver:

Yes, you can definitely compare two different databases, the technique will be different depending on what you are looking for. If you want to compare data, you can use any database query tool (look

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

Categories

Browse Alphabetically

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