Hi,
I want to be able to run SQLPlus's COPY command from within a PL/SQL block of code. Is this possible and how would I go about doing this?? Any examples would help greatly..
DECLARE
{Variable Declarations}
BEGIN
{Code.....}
{Be able to RUN COPY command}
{Code}
END;
/
I want to be able to run SQLPlus's COPY command from within a PL/SQL block of code. Is this possible and how would I go about doing this?? Any examples would help greatly..
DECLARE
{Variable Declarations}
BEGIN
{Code.....}
{Be able to RUN COPY command}
{Code}
END;
/