الانتقال إلى المحتوى
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.

مساعدة في الكود

Featured Replies

بتاريخ:

السلام عليكم
تحية طيبة لأعضاء مجموعة مستخدمي اوراكل
ارجوا المساعدة في الكود التالي ( الكود شغال تمام بس المشكلة اني اريد حساب القيمة من 100
حاليا تظهر بهذا الشكل ( 00.0067 ) واريداها تظهر بهذا الشكل ( 67.00 ) تم ضرب القيمة 100
ولكن حين التعديل على السجل يظهر الخطأ رقم ( frm - 40509 )
وشكرا
declare
avg_n number(10);
begin
avg_n:=(:s+:t+:r)/3
if:VOLTAG is not null and :station_capacity is not null then
v:=:(voltag *1.732 * (avg_n) / (:station_capacity * 100))
end if;
end;

بتاريخ:

الاخ الكريم
تظهر هذه الرسالة لعدم وجود نتيجة او ان الحقل فاضي لذلك عليك وضع nlv
بالشكل التالي
\
declare
avg_n number(10);
begin
avg_n:=(nvl(:s,0)+nvl(:t,0)+nvl(:r,0))/3
if:VOLTAG is not null and :station_capacity is not null then
v:=(nvl(:voltag,0) *1.732 * (nvl(avg_n,0)) / (nvl(:station_capacity,0) * 100))
end if;
end;

هذا تعديل كامل

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

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

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

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

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

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.