|
Oracle Home |
|
Home > Oracle Database Administration (DBA) > Backup & Recovery > Oracle Import/ Export Utility |
|
Oracle Database 10g Administration (DBA): Backup and Recovery |
|---|
Oracle Import/ Export Utility |
|
1. What is the Import/ Export Utility ?
Export (exp), Import (imp) are Oracle utilities which allow you to write data in an ORACLE-binary format from the database into operating system files and to read data back from those operating system files.
2. Which are the Import/ Export modes ?
a) Full export/export
The EXP_FULL_DATABASE & IMP_FULL_DATABASE, respectively, are needed to perform a full export. Use the
full export parameter for a full export. b)
Tablespace
3. Is it possible to exp/ imp to multiple files ?
Yes, is possible. Here is an example: exp SCOTT/TIGER FILE=C:\backup\File1.dmp,C:\backup\File2.dmp LOG=C:\backup\scott.log
4. How we can use exp/ imp when we have 2 different Oracle database versions?
5. What I have to do before importing database objects ?
Before
importing database objects, we have to drop or truncate the objects, if
not, the data will be added to the objects. If the sequences are not
dropped, the sequences will generate inconsistent
values. If there are any constraints on the target table, the
constraints should be disabled during the import and enabled
after import.
12. Which are the common IMP/EXP problems?
|
|
Home > Oracle Database Administration (DBA) > Backup & Recovery > Oracle Import/ Export Utility |
|
Different Romanian Links/ Linkuri romanesti diferite |
Disclaimer: The views expressed on this web site are my own and do not reflect the views of Oracle Corporation. You may use the information from this site only at your risk. Copyright (c) 2009-2011 Paul Catalin Tomoiu. All rights reserved.