omacron
Technical User
- Feb 5, 2002
- 149
Hi
I am running into an issue and don't know if there is a solution. My app runs on multiple DBMS packages (Oracle, DB2 and MS SQL). There were features that were originally added to DB2 and now need to ported over to Oracle. In the new features a new table was required and in that table one of the fields is named "Comment". Issue is in creating this table in Oracle I am getting the following error message;
Is there anyway to get column named "Comment" into Oracle? Altering a table name is not only code changes but the end client will have to change their code.
thanks
I am running into an issue and don't know if there is a solution. My app runs on multiple DBMS packages (Oracle, DB2 and MS SQL). There were features that were originally added to DB2 and now need to ported over to Oracle. In the new features a new table was required and in that table one of the fields is named "Comment". Issue is in creating this table in Oracle I am getting the following error message;
Code:
Error report:
SQL Error: ORA-00904: : invalid identifier
00904. 00000 - "%s: invalid identifier"
*Cause:
*Action:
Is there anyway to get column named "Comment" into Oracle? Altering a table name is not only code changes but the end client will have to change their code.
thanks