What is the difference between the SQL*Loader and IMPORT utilities?SQL*Loader is a bulk loader utility used for moving data from external files into the Oracle database. SQL*Loader supports various load formats, selective loading, and multi-table loads.
Oracle's export (exp) and import (imp) utilities are used to perform logical database backup and recovery. When exporting, database objects are dumped to a binary file which can then be imported into another Oracle database.
|
Oracle system privilegeOracle system privilege - user privileges, developer privileges, “any” privileges, database maintenance, monitoring privileges.....