Question : In our data feeds, we have a stack of XML files as well as numerous flat files to […]
Tag: sql-loader
Example of loading into RDS from S3 using SQL*Loader
Question : Does anyone have a working sample of loading data into an Amazon AWS RDS Oracle database using SQL*Loader […]
Load file based on line number in sqlldr
Question : I am trying to load header and detail records from a file. The only way I know the […]
Load Numerical Column with Variable Comma
Question : I’m using sqlldr to load a file which has a numerical value as one of its fields. The […]
When is the best time to use RMAN vs when to use Data Pump? [duplicate]
Question : This question already has answers here: Is there any other way that we can take auto backup in […]
Call trigger during SQL Loader insert
Question : I’m trying to insert data from a file into an Oracle table using SQL loader. The primary key […]
Use sqlldr control file to automatically create several tables in Oracle
Question : I have a client who has a requirement that I load data from csv files into an Oracle […]
sqlldr syntax error [closed]
Question : Closed. This question is off-topic. It is not currently accepting answers. Too localized – this could be because […]
Oracle SQL Loader – load file where record is composed of “n” delimiters
Question : How would you write a control file for Oracle SQL Loader that treats each record as being composed […]