Search Results

Search: Posts Made By: Sonny_103024
1,662
Posted By RudiC
Read the error message carefully and look at your...
Read the error message carefully and look at your script to find out why the done can't be found:
while read match
do <-----------+
sqlplus user/pwd@table <<EOF ...
1,662
Posted By RudiC
describe is NOT a command known to the shell. I...
describe is NOT a command known to the shell. I think you need to do the loop inside ORACLE.
3,509
Posted By RudiC
What be the input data structure that db2...
What be the input data structure that db2 expects? Is it satisfied by your ORACLE dump?
Please post the target table definition and a reasonable part of the input file.
4,783
Posted By rbatte1
The file name you choose should not make any...
The file name you choose should not make any difference to your export or import commands. They are pretty much just a label to find the data. There is no inference on the 'bit after the dot' like...
4,783
Posted By gandolf989
Sonny, How long is too long to run? How...
Sonny,

How long is too long to run? How many indexes do you have on the table? How many constraints, including foreign keys do you have? How many row level triggers do you have and what do they...
4,783
Posted By rbatte1
You might be able to get the data into Oracle in...
You might be able to get the data into Oracle in a number of ways.

The Oracle command sqlldr to load the data from an input file
The Oracle command imp if the file format is compatible with...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 12:01 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy