PL/SQL (MOSC)

MOSC Banner

CAN USE COPY COMMAND INSIDE PROCEDURE BODY

edited May 26, 2009 8:43PM in PL/SQL (MOSC) 5 commentsAnswered
Hi all
  can we use COPY command inside procedure  body like this



CREATE OR REPLACE procedure USER2.PRO1
Begin
execute immediate'copy from hr/hr@ERP to USER21/PASS@DB1 append user2.per_images using select * from hr.per_images';
commit;  
end;
/


  YOU ADVICE PLEASE

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center