datapump include line
I am trying to get this INCLUDE line to run in a datapump session but I get the error about a malformed parameter file, i.e. INCLUDE entry.
INCLUDE=TABLE:\"IN \(SELECT object_name FROM USER.expdp_tab WHERE owner=\'USER\' AND object_type=\'TABLE\'\)\" >> %PARAMETERFILE%
This is on Windows Server and 10.2.0.3.0 EE.
I am using a table that contains the names of the USER schema tables because of the problem with Tables too long list errors in DataPump.
Is the syntax right for Windows?
thanks.