How do I import data in "loader" format using SQL Developer?
SQLDeveloper can export data in "loader" format, so I would like to re-import it.
Note: I'm not able to login to the server on which the Oracle DB is running, and I don't have sysdba privileges.
In SQL Developer, click the Export Cart icon and select “loader” in the Format menu. In SQL Developer, open a connection to the Oracle Database 12c database on the Database service and execute the generated script to create the database objects.
Install OracleClient_11gR2_W64.zip package
Oracle home e.g. C:\oracle\product\11.2.0\client_1
Edit the C:\oracle\product\11.2.0\client_1\network\admin\tnsnames.ora, add a configuration for your remote DB, e.g. named ACME.
sqlldr scott/tiger@ACME control=BATCH_REPORTS_DATA_TABLE.ctl log=BATCH_REPORTS_DATA_TABLE.ctl.log
Also read this: How to install Oracle 11gR2 64-bit client on Windows 7
Download Oracle client 11gR2
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With