Submitted Questions

  • SQL Loader

    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...

    dhiren21

    • Sep 20th, 2009

    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...