How can I import data in "loader" format using SQL Developer?
SQLDeveloper can export data in the "loader" format, so I would like to re-import it.
Note. I cannot log in to the server running Oracle DB and I do not have sysdba privileges.
Install OracleClient_11gR2_W64.zip Package
Oracle home, for example. C: \ oracle \ product \ 11.2.0 \ client_1
C:\oracle\product\11.2.0\client_1\network\admin\tnsnames.ora, , . ACME.
sqlldr scott/tiger@ACME control=BATCH_REPORTS_DATA_TABLE.ctl log=BATCH_REPORTS_DATA_TABLE.ctl.log
: 64- Oracle 11gR2 Windows 7
Oracle 11gR2
: deinstall.bat , , . Oracle_win64_11gR2_deinstall_11.2.0.1.0.
c:\tmp\Oracle_win64_11gR2_deinstall_11.2.0.1.0\deinstall> deinstall.bat -home C:\oracle\product\11.2.0\client_1
Source: https://habr.com/ru/post/1529966/More articles:Automatically scale batch jobs on an elastic beanstalk - cloud@Transactional annotation, not starting transaction (Guice Persist) - javaСистема Linux ждет 90 секунд после вызова "poweroff" перед завершением работы в VMware - linuxangular event success on form submission opens popup - javascriptПочему 3toString() выдает исключение синтаксиса и 3..toString() работает нормально? - javascriptSymfony2 syntax error or access violation - phpHow to enter left parentheses in a text box - javaHow do I hide the sidebar on a GitHubs wiki page for specific pages? - githubHow to change the default value using the lines at the top of each class - c #attempt to call the 'translet' method (nil value) in the crown - luaAll Articles