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

FRM-41332 LIST ........

Featured Replies

بتاريخ:

السلام عليكم


عندي TLIST ولمشكله هي انه عند وضع شرط الخروج متن LOOP يظهر عندي هذا ال ERROR


begin
   Y:=1;
   open c_get_daily_card;
   LOOP
   fetch c_get_daily_card into col1;
      IF c_get_daily_card%NOTFOUND THEN
      MESSAGE ('NOT FOUND');
          MESSAGE ('NOT FOUND');
          FLAG := 1;
        EXIT  WHEN c_get_daily_card%NOTFOUND OR FLAG =1;
          
      ELSE
       
      Y:=Y+1;
          EXIT WHEN c_get_daily_card%NOTFOUND;
        add_list_element('LIST_CARD',Y,col1,col1); 
        Text_IO.New_Line;
       EXIT WHEN c_get_daily_card%NOTFOUND;
       END IF;
      END LOOP;
     



للعلم ان البرنامج يعمل دون اي عطل ولكن مع ظهور هذه المشكله

بتاريخ:

اخي العزيز هذا الكود بعد التعديل والله أعلم
begin
Y:=1;
open c_get_daily_card;
LOOP
IF c_get_daily_card%NOTFOUND THEN
MESSAGE ('NOT FOUND');
MESSAGE ('NOT FOUND');
FLAG := 1;
EXIT;
END IF;
Y:=Y+1;
fetch c_get_daily_card into col1;
add_list_element('LIST_CARD',Y,col1,col1);
Text_IO.New_Line;
EXIT WHEN c_get_daily_card%NOTFOUND;
END LOOP;

بتاريخ:

وهذا هدية مني

declare
cursor c_tab select Col from your_table;
begin 
    select count(*) into x from your_table;
    for i in c_tab loop
 add_list_element('LIST',x,Col,Col); 
    end loop;
    if x <1 then
    message('Sorry No Record to Display');
    message('Sorry No Record to Display');
end;

بتاريخ:

اسف توجد بعض الأخطاء وهذا هو التعديل

declare
i number;
x number;
cursor c_tab select Col from your_table;
begin 
   select count(*) into x from your_table;
   for i in c_tab loop
add_list_element('LIST',x,i.Col,i.Col); 
   end loop;
   if x <1 then
   message('Sorry No Record to Display');
   message('Sorry No Record to Display');
end;

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

السلام عليكم

شكرا جزيلا يا اخي على المجهود و جزاك الله خير

ولكن هذا الكود لا يحل المشكله

انا اريد ان اعرف ماذا يعني هذا ال error إي ما هي المشكله


و شكرا لك

بتاريخ:

ارجو كتابة نص الERROR

  • بعد 3 شهور...
بتاريخ:
  • كاتب الموضوع

السلام عليكم


ارجو من الاخوه مساعدتي
عندي مشكله تظهر على النحو الاتي

frm-41332 list elemant indexout of range

بتاريخ:

أخي العزيز ..
عندي ملف توجد فيه حميع الاخطاء التي تظهر في الاوراكل وهو مرفق في الاسفل وهذا الخطا مكتوب عنه مايلي:

FRM-41332: List element index out of range.

Cause:Not enough memory.

Action:Contact your DBA.

Level:99

Type:Error


الملف مرفق ...

بتاريخ:

جربت ارفاق الملف ..

بتاريخ:

جربت ارفاق الملف ولم أفلح ..
راسلني على ايميلي لاتمكن من بعثه لك ...

[email protected]

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

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

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

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

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

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.