بتاريخ: 3 أغسطس 201312 سنة comment_238995 I have column called Maint_Cost in table when I update table I want to set value calculated in sql like this (select a.cust_prc * b.comp_qty + ((a.cust_prc * a.sales_tax)/100) from t_prclist a , s_parts b where a.prod_code = b.comp_code and b.call_no=t_call.cal_no) i'm used "derived from sql expression" in entity object and I get the value but when I press commit I get an Error " ORA-00936: missing expression Can anyone help me please? تقديم بلاغ
بتاريخ: 4 أغسطس 201312 سنة comment_239003 يقوم ADF بإنشاء alias للجدول وبالتالي يجب عليك استخدام نفس الـ alias جرب تكتبها برمجياً حتى يستطيع JDeveloper تحديد مكان الخطأ بالضبط من خلال الـ exception إن وجد تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.