Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Difference between sqlloader,exp,imp,expdb,impdb within the Oracle forums, part of the Databases category; What is the difference between the sq loader and import and export utility One is the sqll loader can be used in data files not dmp files. import and exprort ...
|
|||||||
| Oracle Oracle 9i & Oracle 10g Knowledge Base Learn and Share Oracle Technology related articles, white papers, tutorials / study materials, example codes, FAQ's, Tips and Tricks. |
![]() |
| LinkBack | Thread Tools | Display Modes |
|
|||
|
Difference between sqlloader,exp,imp,expdb,impdb
What is the difference between the sq loader and import and export utility
One is the sqll loader can be used in data files not dmp files. import and exprort utility fopr dmp files |
| Sponsored Links |
|
|||
|
Re: Difference between sqlloader,exp,imp,expdb,impdb
Hi Friend,
SQL Loader is used to Load the Data from Delimiter Seperted files and files with fixed and Vaariable width Text One can also use plsql functions and procedures to load desired foramtted data. Import is the Utility that can only tool that understands Oracle Export Utility used to manke logical backup against Database/Schemas. Sql loader can import data from any flat files where as import command import data from exported file. Thanks..... |
|
|||
|
Re: Difference between sqlloader,exp,imp,expdb,impdb
sql loader is used to load data into database tables from flat files.
exp/expdp is used to create a dump file (backup) for the database. expdp is used in version 10 onwards. imp/impdp is used to recreate the database from a dump file (backup) for the database. impdp is used in version 10 onwards. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Difference | ks.dinesh | C and C++ | 3 | 09-07-2008 05:19 AM |
| Difference | vijenjoy2k2 | Testing Issues | 11 | 01-12-2008 12:12 AM |
| difference between SRS, FRS and BRD | chander.k | Testing Issues | 7 | 06-02-2007 02:29 AM |
| What is difference? | jainbrijesh | Windows | 2 | 05-06-2007 10:50 AM |
| Difference b/w SRS and URS? | ganeshc | Testing Issues | 2 | 03-13-2007 04:20 AM |