You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: