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
I used ora2pg version 24.3
Here is my configuration file:
PG_VERSION 14
ORACLE_DSN dbi:Oracle:host=host;port=1521;service_name=server.com
ORACLE_USER SCHEMA
ORACLE_PWD xxxxxxx
USER_GRANTS 1
PG_SCHEMA schemaname
SCHEMA SCHEMA
TRANSACTION READONLY
EXCLUDE TGUTASKLOCK
DATA_TYPE NUMBER(38\,*):bigint
DATA_TYPE NUMBER(1,0):smallint
FILE_PER_CONSTRAINT 1
FILE_PER_INDEX 1
FILE_PER_FKEYS 1
DEBUG YES
the rule DATA_TYPE NUMBER(38,*):bigint does not work for converting NUMBER(38,0) to bigint, instead type are mapped with numeric(38)
Any help will be very appreciate
Fabrice
The text was updated successfully, but these errors were encountered:
I used ora2pg version 24.3
Here is my configuration file:
PG_VERSION 14
ORACLE_DSN dbi:Oracle:host=host;port=1521;service_name=server.com
ORACLE_USER SCHEMA
ORACLE_PWD xxxxxxx
USER_GRANTS 1
PG_SCHEMA schemaname
SCHEMA SCHEMA
TRANSACTION READONLY
EXCLUDE TGUTASKLOCK
DATA_TYPE NUMBER(38\,*):bigint
DATA_TYPE NUMBER(1,0):smallint
FILE_PER_CONSTRAINT 1
FILE_PER_INDEX 1
FILE_PER_FKEYS 1
DEBUG YES
the rule DATA_TYPE NUMBER(38,*):bigint does not work for converting NUMBER(38,0) to bigint, instead type are mapped with numeric(38)
Any help will be very appreciate
Fabrice
The text was updated successfully, but these errors were encountered: