I am re-posting this to the technical forum.I had already posted this in the General forum.
----
I have a Custom table in GLOGOWNER which I am trying to insert/update using CSV Upload from UI. I have created all the constraints/index/triggers similar to the standard tables. I've created public synonym too. The insert works perfectly, but the iu/u/d commands do not work. The error it is giving ( for update )
Exception ORA-00936 : Missing Expression
It seems it is not able to find out the WHERE clause.
Any help on this will be highly appreciated. Thanks in advance.
~Chayan
----
I have a Custom table in GLOGOWNER which I am trying to insert/update using CSV Upload from UI. I have created all the constraints/index/triggers similar to the standard tables. I've created public synonym too. The insert works perfectly, but the iu/u/d commands do not work. The error it is giving ( for update )
Exception ORA-00936 : Missing Expression
It seems it is not able to find out the WHERE clause.
Any help on this will be highly appreciated. Thanks in advance.
~Chayan