ora2pg icon indicating copy to clipboard operation
ora2pg copied to clipboard

ora2pg -- exporting partitions

Open niteshn24 opened this issue 4 months ago • 0 comments

Hi, Using ora2pg version 24.3 and i simply exporting some of the partitions in an Oracle table and no matter what i set, it seems to be exporting all partitions by default. Please advise

This is what i have in my config:

SCHEMA		TEST
ALLOW		TABLEA
TYPE 		COPY PARTITION
OUTPUT		partition.sql
EXCLUDE PARITION[SOURCE_MI,SOURCE_OP,SOURCE_MA,SOURCE_MT,SOURCE_OW,SOURCE_VC,SOURCE_VN]
TRANSACTION	readonly
DATA_LIMIT 10000
BLOB_LIMIT 10

niteshn24 avatar Oct 07 '24 15:10 niteshn24