What is the difference between the SQL*Loader and IMPORT
utilities?
Answer / swetha
1) sql*loader is used only to load data into database
tables from external files.
It's all about data loading.
2) Import is used to read and write the operating system
files in and out of database.
it's completely a different aspect.
We can deal with structures as well as data here.
We can import entire database or a particular user/schema
or required table spaces with structures or even with data
according to the requirement.
| Is This Answer Correct ? | 3 Yes | 0 No |
HOW TO SAVE UNIVERSES AND DOCUMENTS IN THE REPOSITORY?
how to get the values if source table & target table having duplicate values that matches the lookup condition ?(i want all duplicate match)
what is domain in database and its benefits?
What is the difference between recovery and restoring of the oracle database?
What is the mandatory setup in cyclecount ?
I am Bsc Computer Science Graduate, I have good knowledge in SQL 7.0, Can I go for Oracle APPS course please suggest me the answer
what is the link between suppliers and banks in ap module in oracle apps? And also query?
What type of index should you use on a fact table?
what is difference between inner join & nested query or subqueries
Explain how to account for bank charges deducted from amount received against an invoice. : oracle accounts receivable
What are the different tools available for hot backups in Oracle? Is it preferable to take it manually all the time or it depends on the size of the database?
How to update the simple views?give me example?if the table having 100 records and created a view on this table. if i can update the table then how to update the views