الانتقال إلى المحتوى
View in the app

A better way to browse. Learn more.

مجموعة مستخدمي أوراكل العربية

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

كود لايعمل داخل الفورم ولكنه يعمل في بيئة Plsql

Featured Replies

بتاريخ:
declare
cursor emp_cur is select distinct employee_id from EMP_ELEMENT;
v_id number;
v_sal number;
begin
for i in emp_cur loop

  select sum(val)
  into v_sal
  from EMP_ELEMENT
  where employee_id=i.employee_id;
  insert into PAYROL
  values (i.employee_id,v_sal,to_number(to_char(sysdate-20,'mm')),to_number(to_char(sysdate-20,'yyyy')));
 
end loop;

end;

الكود ده عملته داخل الفورمه تحت BUTTON ولكنه لايعمل ولا يظهر أي خطأ منه ولا ينفذ ما بداخله من كود 

أما في التورد عملت له رن اشتغل ونفذ برجاء افادتي ما المشكلة من تشغيله تحت BUTTON

تم تعديل بواسطة ميسم الكرام

بتاريخ:

مين قالك انه مشتغلش

اعمل commit

بتاريخ:
  • كاتب الموضوع

مين قالك انه مشتغلش

اعمل commit

فعلا commit كانت هي المشكلة 

جزاك الله خيرا ياهندسه 

بتاريخ:

واياكم

انضم إلى المناقشة

يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.

زائر
أضف رد على هذا الموضوع...

برجاء الإنتباه

بإستخدامك للموقع فأنت تتعهد بالموافقة على هذه البنود: سياسة الخصوصية

Account

Navigation

البحث

إعداد إشعارات المتصفح الفورية

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.