Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using the COPY command

Status
Not open for further replies.

rich2020

Technical User
Oct 20, 2000
6
US
What is the syntax for using the copy command in a procedure or package?
I get compile errors even when I don't use the set arraysize and set copycommit parameters.
 
I think "copy" is a SQL*Plus command, so you won't be able to use it inside of a procedure or package. You can only use SQL and PL/SQL commands in them.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top