sql-loader
Oracle sqlldr TRAILING NULLCOLS required, but why?
I have an abstruse sqlldr problem that\'s bothering me.My control file looks something like this: load data[详细]
2023-01-19 13:45 分类:问答46 Control Files for SQL Loader
I have to load 46 tables with data using 开发者_如何学GoSQL Loader for Oracle. All the data files are CSV.[详细]
2023-01-17 17:45 分类:问答How do I use sqlldr to load data from multiple files at once?
I need to load data into an oracle DB using SQLLDR, but I need to pull parts of my ta开发者_如何学编程ble from two different INFILES using the different positions from those infiles?You can certainly[详细]
2023-01-16 08:43 分类:问答Trouble using sqlldr.exe with NCLOB values when unicode characters not in ASCII code range are used
When we use sqlldr to populate an NCLOB column with a text value from a lob file and the character is not in the regular ASCII code range sqlldr bombs.[详细]
2023-01-15 18:47 分类:问答Convert date from one format to another using SQL*Loader control file
The data from the infile is in the format MM/DD/YYYY how do I tell the control开发者_运维百科 file to load it into the database as YYYYMM?When you specify the columns in the INFILE declare just identi[详细]
2023-01-08 22:26 分类:问答Using Oracle Sequence in SQL Loader?
I am using SEQUENCE keyword in SQL Loader control file to generate primary keys. But for a special scenario I would like to 开发者_JAVA技巧use Oracle sequence in the control file. The Oracle documenta[详细]
2023-01-03 07:17 分类:问答how to increase the limit of exceptions in oracle SQLLDR
how to increase the limit of exceptions in oracle ? i have a excel sheet in which their are about 900 records to be appended .so i converted the excel to dat file and wrote a batch file that read fro[详细]
2022-12-29 07:10 分类:问答Loading multiple concatenated CSV files into Qracle with SQLLDR
I have a dump of several Postgresql Tables in a selfcontained CSV file which开发者_C百科 I want to import into an Oracle Database with a matching schema. I found several posts on how to distribute dat[详细]
2022-12-29 06:59 分类:问答using sql loader in ruby
I just wonder if you know where to find a开发者_如何学C tutorial or samples of a Ruby script using sql *loader?Sqlldr is a command line utility that uses a control file to guide it.[详细]
2022-12-27 16:40 分类:问答Prevent password leakage while using sql* loader
I have shell script calling Sql*loader utility which inturn uses username/password as arguments. This details cannot be stored on server in any form due to security related policies. i got 2 approache[详细]
2022-12-26 02:42 分类:问答