Hi
Thanks for that, it is very similar to what I'm currently doing but I have taken a couple of tips from your code and applied them to mine to see if it will work.
However without any luck, as before, it will execute from an sqlplus session as an anonymous pl/sql block. But when inside a procedure and called via exec e.g exec p_test_impdp it fails, seemingly because it cannot create the master table required for the job handle.
Is there something in the roles/privileges within Oracle that gives different behavior between anonymous pl/sql and explicit pl/sql?
The error i am getting is :-
ORA-31626: job does not exist
ORA-31633: unable to create master table
"OPS$NIKU_MI.SYS_IMPORT_TA
ORA-06512: at "SYS.DBMS_SYS_ERROR", line
95
ORA-06512: at "SYS.KUPV$FT", line 863
ORA-01031: insufficient privileges
Main Topics
Browse All Topics





by: schwertnerPosted on 2009-01-30 at 03:26:55ID: 23507053
I use PL/SQL data pump API for third year and it works perfect.
Select allOpen in new window