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
We recently upgraded to ora2pg Ver 23.2. we noticed issue with the column name (table or sequence or index name) having special character as "$" in their name
With the older version of ora2pg , it got converted without any issues.
We faced issued in the conversion of a Sequence name having " $" in their name.
CREATE SEQUENCE "public"."bsv_ISEQ$$_25269" MINVALUE 1 MAXVALUE XXXX INCREMENT BY 1 START WITH 142 ;
The text was updated successfully, but these errors were encountered:
Darold - I believe your fix ( We recently upgraded to ora2pg Ver 23.2. we noticed) is fixed in ora2pg ver 24.0 or the future release ?. can you pl clarify ,
We recently upgraded to ora2pg Ver 23.2. we noticed issue with the column name (table or sequence or index name) having special character as "$" in their name
With the older version of ora2pg , it got converted without any issues.
We faced issued in the conversion of a Sequence name having " $" in their name.
CREATE SEQUENCE "public"."bsv_ISEQ$$_25269" MINVALUE 1 MAXVALUE XXXX INCREMENT BY 1 START WITH 142 ;
The text was updated successfully, but these errors were encountered: