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

بتاريخ:

plz any we help me to solve this quiz:

assume that we have a column in database , and there are some of stored procedures names stored in that column as the followning

insert into procedure_table(procedure_name_column)
values (procedure1)
------------2
-------------3
......... and so on .
then in forms builder we will make data block wizard for "procedure_table"
table

and the procedure names will be displayed in text items ,ok?

Now the question ,how can i execute these procedures from forms builder without seeking of help from sqlplus , note that i ll must take the procedure name from text item , do not write it hard coded.

plz help me , thanks

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

ولا حد لاقي حل للمشكلة العويصة

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

ربنا سبحانه وتعالى رزقني الحل وهو كلآتي :
اولا قم بعمل ال procedure الآتية في sqlplus

create or replace procedure call_dynamic_proced(proc_name IN varchar2) as
begin
execute immediate 'begin ' || proc_name || '; end;';
end;



وفي ال forms builder فقط كل ما سوف تعمله وهو أنك ستنادى عليها وتمرر لها ال اسم العمود الذي يحتوى على اسماء ال procedures كلآتي

call_dynamic_proced(:column_name);



والحمد لله رب العالمين , وشكرا لكل من حاول أن يساعدني في حل المشكلة

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

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

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

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

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

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.