the value of soid=some number
eptno=some number
dbRegionId INDICATOR :dbRegionIdInd = some number
when = something like 1183579173 - which is of data type long.
and pinfo=some number.
The above query does the Insert into the a table and the Insert happens properly on one server and doesn't happen on the other. It throws Missing comma error on one of the servers.
And also when the query is run directly on the SQL*Plus, it throws no error on either servers. Only when run through the application, even though syntactically its very correct, it throw an error on one of the server.
I am using 10.2 of the oracle version on both the servers. Can anyone explain me about this strange behavior? Does it have something to do with the Pro C complier? or is it problem with the Oracle?
Bookmarks