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

بتاريخ:

اريد وضع السنوات من تاريخ التعيين وحتى هذه السنة
يعني مثلا سنة التعيين 2007
يكون في الليست
2007
2008
2009

وضعت الكود التالي ولكن ما زبط

declare
v_YEAR number;
v_this_year number;

cursor YERAS is
select  (TO_CHAR(hire_date,'YYYY'))   
from employees WHERE EMP_ID=:GLOBAL.G_EMPID;
ind number:=0;
begin select to_char(sysdate,'yyyy') into v_this_year from dual;
clear_list('YEAR');
open YERAS;
while  v_YEAR   != v_this_year 
loop
fetch YERAS into v_YEAR; ind :=ind+1;
v_YEAR:=v_YEAR+1;
add_list_element('YEAR',ind,v_YEAR,v_YEAR);

exit when YERAS%notfound;


end loop;
end;

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

ما بعرف ما بيعطيني خطأ .؟؟؟
بيعطيني انو compiled successfully
ولكن اين النتيجة لا اعرف

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

بتاريخ:

السلام عليكم
يمكنك تجربة الاتي

declare
x number;
z number;
ind number;
begin ind:=1;
select to_char(hiredate,'yyyy') into x from emp where empno=:empno;
select to_char(sysdate,'yyyy') into z from dual;
clear_list('years');
for i  in x ..z loop
add_list_element('years',ind,i,i);
ind:=ind+1;
end loop;
end;



على اساس ان الليست اسمها yesr ويوجد ايتم هتتدخل به رقم الموظف
دي على اسكيمة سكوت
موفق

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

مشكور اخوي مصطفى جزاك الله كل خير
انتا دايما مخجلني بمشاركاتك الطيبة
ربنا يفتحها عليك من اوسع الابواب
صدقا احس حالي الا اعرف شي باوراكل مقابل خبرتك
تسلم يا غالي

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

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

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

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

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

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.