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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.