Tech Tutorials Database
GeekArticles FAQ Oracle FAQ
 

Update base on join view fails with ora 1779

 
Author: asktom.oracle.com
Category: Oracle FAQ
Comments (0)

Hi, Here is the problem update (select t1.* from T1,T2 where t1.col=T2.col) t set col4='toto' ora-1779 even if i try /*+bypass_ujvc*/ in my update update /*+bypass_ujvc*/ (select t1.* from T1,T2 where t1.col=T2.col) t set col4='toto'...

Read More...




Sponsored Links




Read Next: date field in many to many relationships



 

 

Comments



Post Your Comment:

Your Name:*
e-mail ID:(required for notification)*
Image Verification: 
 
 Subscribe