ORA-01747 on item from query [message #432418] |
Tue, 24 November 2009 01:48 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
|
Hi Guys:
This is the first time to encounter this design on existing module. On a block, my items were all from table_A aside from 1 item which is from query.
The item has these properties:
Database Item = Yes
Column Name = (select name from table_B B where C.myid = table_A.myid) myid
Then I get this error upon saving changes:
ORA-01747: invalid user.table.column, table.column, or column specification
along with this query:
UPDATE table_A SET fld1=:1,fld2=:2,fld3=:3,fld4=:4,fld5=:5,(select name from table_B B where B.myid = table_A.myid) name=:6 WHERE ROWID=:7
Where should be wrong here?
When I set Database Item = No, it saves without problem.
[Updated on: Tue, 24 November 2009 01:52] Report message to a moderator
|
|
|
|
|