|
|
|
|
Re: INCLUDE=TABLE:"IN (select name from maintenance.tt)" does not work [message #522946 is a reply to message #522862] |
Wed, 14 September 2011 12:38 |
hristo
Messages: 258 Registered: May 2007
|
Senior Member |
|
|
The problem is that you cant do it like that when using partitions.
Problem when I use a parameter file is:
I got two errors:
First there where two many rows in the file. I then shorted the file and I then got that I needed "," between each table.
The parameter file looks like this, the interesting part:
TABLES=ldw.table1:part1,
ldw.table1:part2,
...
and so on.
(we created a script to get all the partitions, thats why then end up one table:partition on each row)
For some reason, EXPDP dont understand the "," and a new line is the same as the same line.
I guess the EXPDP expects this:
TABLES=ldw.table1:part1,ldw.table1:part2,...
But we have over 1800 partitions. And changing this manually is insane.
Does any one have an idea?
Regards
H
|
|
|
|
|
|