Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Sqlldr "automatic" control file
DBArtisan has that built in. It's actually pretty easy to do this yourself
using SQL from SQL or dbms_output, and getting the data you need from
dba_tables and dba_tab_columns. I used to have scripts to do it, but alas,
no more...
-----Original Message-----
From: Figueiredo, Pedro [mailto:PFigueiredo_at_europeantelecom.at]
Sent: Thursday, August 24, 2000 9:25 AM
To: Multiple recipients of list ORACLE-L
Subject: Sqlldr "automatic" control file
Hi,
I want to load data to a table with lots of fields (exported with fixed
length from a SQL*Server).
The table is already created on my Oracle database
Anyone knows a way to automatically "extract" the design of this table and
produce a sqlldr control file to import the data?
Thanks in advance
Pedro Figueiredo
-- Author: Figueiredo, Pedro INET: PFigueiredo_at_europeantelecom.at Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Thu Aug 24 2000 - 13:08:18 CDT