M MURALI KRISHNA Member² Apr 26, 2011 #1 which one is more effective (time wise and performance wise) if i want to import (1..5)thousands of records into the oracle data base table
which one is more effective (time wise and performance wise) if i want to import (1..5)thousands of records into the oracle data base table
Marco Kalter Administrator Staff member Apr 27, 2011 #1 SQL*Loader will be more efficient. It is built for speed. The Text Importer is built for convenience.
SQL*Loader will be more efficient. It is built for speed. The Text Importer is built for convenience.