sql-loader
Oracle SQL*loader running in direct mode is much slower than conventional path load
In the past few days I\'ve playing around with Oracle\'s SQL*Loader in attempt to bulk load data into Oracle. After trying out different combination of options I was surprised to found the conventiona[详细]
2023-03-28 11:18 分类:问答How do I load files with multiple master detail data?
I would like to loadbelow files into the oracle database which have multiple master detail data using the sqlldr.[详细]
2023-03-23 02:30 分类:问答SQL LOADER CONTROL FILE
I have this loader control file. LOAD DATA REPLACE INTO TABLE TEST WHEN TEST_CD != \'A\' AND TEST_CD = \'B\' AND TEST_TYPE_CD = 15[详细]
2023-03-19 05:43 分类:问答SQL*Loader job exits unexpectedly and causes table to be locked with NOWAIT
I have a weekly report job that I run where I have to load about 48 logs with about 750k rows of data in each log. To facilitate this, we have been using a Java job that runs SQL*Loader as an external[详细]
2023-03-17 22:30 分类:问答Oracle Sql Loader skip option for multiple infiles
When using SQL Loader control file as following: OPTIONS(**skip=1**,bindsize=1048576,rows=1024) LOAD DATA[详细]
2023-03-16 09:04 分类:问答External Table - Discard File not generated as expected
I have an external table with the below definition. create table app_doctor ( doc_nonumber(9), agenumber(3),[详细]
2023-03-13 21:03 分类:问答ERROR 704 & 12154 while connecting sqlloader to server
I have a oracle database based on a server, and I want to import the data in the tables on the server.[详细]
2023-03-11 10:34 分类:问答Oracle: Import CSV file
I\'ve开发者_如何转开发 been searching for a while now but can\'t seem to find answers so here goes...[详细]
2023-03-09 21:55 分类:问答SQLLDR and NULL Field detection in column to be imported
SQLLDR and CTL file Got a CSV file to import. I want to specify in my CTL file to insert only into my table when I\'ve got an empty value in a certain column in my CSV file. E.GI want to upload only u[详细]
2023-03-08 06:35 分类:问答using sqlldr from java
I have a Java utility for database imports. I\'d like to be able to use sqlldr for performance on oracle. I could create the control and data files, but that doesn\'t seem like The Right Thing™ to do[详细]
2023-03-07 04:26 分类:问答