How does Export/Import feature differ from that of SQL Loader?
Sheraz Baig
Nov 21st, 2013
Totally different Export/Import are oracle utilities to export data in the oracle format and to import the data which is been exported so the format will be the oracle one.
While SQL Loader is the u...
Its Different.. For Export we are exporing the data from the Database to a Dump file..i.e EXP from user datafile buffer rows compress etcfor Imprting we are importing the data from a dump file to a da...