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

مشكلة فى Parametric Code

Featured Replies

بتاريخ:

declare
v_current_deptno dept.deptno%type;
v_emp  varchar2(250);
cursor dept_cursor is
select deptno
from dept where deptno=v_deptno;
begin open dept_cursor;
loop
fetch dept_cursor into v_cureent_deptno; exit when dept_cursor%notfound;
if emp_cursor%open  then
close emp_cursor;
endif;
open emp_cursor (v_current_deptno);
loop
fetch emp_cursor into v_emp; exit when emp_cursor%notfound
insert into message (result)
values (v_emp)
end loop;
end loop;
if emp_cursor%is open then
close emp_cursor;
end if;
close dept_cursor;
end;
/

  • بعد 2 أسابيع...
بتاريخ:

أخى الكريم \ محمود شومان

أرجو ان توضح ما هو الغرض من كودك ..... لأنى لا أريد أن أصلح ال syntax للكود لكى يقوم بتنفيذ غرض انت لا تريده ،
أرجو ان تشرح الغرض بمزيد من التفصيل و شكراً.

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

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

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

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

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

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.