sql*plus copy

Roadling

Member²
is there a comperable command/function in pl/sql developer for the sql*plus copy command?

COPY FROM TO
{ ( ) } USING

thanks
 
The COPY command is currently not supported by the Command Window. To copy table data you can use the Export Tables and Import Table tools.

You can alternatively type SQLPLUS on the Command Window command-line and enter the copy statement there
wink.gif
.

------------------
Marco Kalter
Allround Automations
 
Back
Top