Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA 01732 - data manipulation operation not legal on this view

793686Sep 17 2010 — edited Sep 17 2010
hi

can somone help me why i am getting the error ORA 01732
UPDATE (SELECT t1.ax_index a1, t2.ax_index b1 
                                          FROM aa t1, bb t2 
                                                WHERE 
                                                    t1.trade_no_tri = t2.trade_jul||t2.trade_no 
                                                    and t1.sec_no=t2.sec_no 
                                                    and t_account=f_acct
                                                    and t1.cust_acct=t2.cust_acct 
                                                    and t1.quantity=t2.quantity
                                                    and rept_amt=principal            
                                                    and t2.source='aaa'
                                                   and  rownum=1) SET a1 = b1;
Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 15 2010
Added on Sep 17 2010
3 comments
1,152 views