Oracle - parameters to be provided
while executing Export and Import commands - August 11, 2008 at 15:00
PM by Amit Satpute
What are the parameters to be provided while executing Export and Import
commands?
The parameters that need to be
provided while executing IMPORT or EXPORT commands are:
The file name
Write access
The commit count number
The nickname
For example:
IMPORT FROM file_1.ixf OF IXF
ALLOW WRITE ACCESS
COMMITCOUNT 20
INSERT INTO NICKNAME_1;
|