Jason Haslow
04/11/2025, 8:14 PMMismatch in datatype for physical column "Oracle_Data_Warehouse"..<some columnd in my customization>. If anyone has experienced this, how did you fix the error?
I think it could be related to this image, but I've tried creating my column in many waysJason Haslow
04/11/2025, 8:15 PMJason Haslow
04/11/2025, 8:17 PMDOUBLE or NUMERIC , never INT .
account_id_int int
, account_id_integer integer
, account_id_number38 number(38)
, account_id_number38_0 number(38,0)
, account_id_double double precision
, account_id_decimal decimal(38,0)Jason Haslow
04/17/2025, 6:39 PM