Does anybody knows the syntax in dbms_datapump.metadata_filter to exclude scheduler_jobs while using dbms_datapump import via dblink?
Im Metalink I found :
How to Filter Scheduler Jobs Via Data Pump API (Doc ID 2014494.1)
where they
EXCLUDE=PROCOBJ:"IN (SELECT NAME FROM sys.OBJ$ WHERE TYPE# IN (47,48,49,50,66,67,68,69,71,72,74))"
But they do not give the syntax for dbms_datapump.metadata_filter
Has anyone an Idea?
I am really wondering that I am the only who wants to exclude scheduler_jobs from dp import.
So does anyone has an Idea what to do ?
Thanks for you Help in advance
PeterĀ