I have some data that has been "dumped" from Oracle into what appears to
be a proprietary text file... It is not delimited into a format that I
can just import into mysql (easily). The IT guy has provided me an
outline of the "dump"..
ie;
SQL> describe isup051024;
Name Null? Type
----------------------------------------- --------
----------------------------
CCS_UNITID NOT NULL CHAR(7)
DIS_POSI_TION NOT NULL CHAR(3)
OPC CHAR(11)
CIRCUIT_ID_CODE NUMBER
etc.. etc.. etc..
Does mysql have a way to import these Oracle dumps easily??
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]