Hi,
I am trying to move large amounts of data from one oracle db to another. Tablespace moves are not useful. I have been instructed to use the COPY commmand. It is working well for tables that do not have FLOAT datatype. However it errors on those tables with FLOATS. Oracle documentation states that FLOATS are not supported by the COPY command.
Is there a newer SQL*PLUS command that supersedes the COPY command or what would be the best way to mimic the behavior of the COPY command to move tables with FLOAT datatypes?
I am trying to move large amounts of data from one oracle db to another. Tablespace moves are not useful. I have been instructed to use the COPY commmand. It is working well for tables that do not have FLOAT datatype. However it errors on those tables with FLOATS. Oracle documentation states that FLOATS are not supported by the COPY command.
Is there a newer SQL*PLUS command that supersedes the COPY command or what would be the best way to mimic the behavior of the COPY command to move tables with FLOAT datatypes?