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

إرسال Sms من الفورم

Featured Replies

بتاريخ:

ماهي الطريقه لكي أستطيع إرسال رساله إلى الجوال عن طريف أوراكل فورم 6i  أو عن طريق قاعدة البيانات 11g

بتاريخ:

http://www.smscountry.com/Developers.aspx?code=httpjava&sft=1

 

Steps to integrate SMSCountry Oracle API in Oracle System.

 

---------------------------------------------------------------

1) Download the SMSCountry_Oracle_API.plb file and copy .plb file from it into D drive.
3) In SqlPlus run below command
sql> @D:\SMSCountry_Oracle_API.plb;
4) You will see message as "package created" and "package body created".
5) Now to send SMS call function SendSMS as
a) Declare all variables as below and initialize them with your account details and sms parameters. Set Proxy_Str as "Your ProxyIP:Your Proxy port". If you don't have proxy then pass it as empty.
sql> VARIABLE Response VARCHAR2(500);
sql> VARIABLE username VARCHAR2(15);
sql> VARIABLE password VARCHAR2(15);
sql> VARIABLE mobile_numbers VARCHAR2(500);
sql> VARIABLE message VARCHAR2(500);
sql> VARIABLE Sender-ID VARCHAR2(15);
sql> VARIABLE Message_Type CHAR;
sql> VARIABLE Proxy_Str VARCHAR2(20);
 Use any of below methods to call the SendSMS function.
sql> Call SMSCountry_Oracle_API.SendSMS(username, password, mobile_numbers,message,Sender-ID,Message_Type,Proxy_Str) into :Response;
sql> Print Response;

ORselect SMSCountry_Oracle_API.SendSMS(username, password, mobile_numbers,message,Sender-ID,Message_Type,Proxy_Str) from dual;
6) To check delivery status of the message, call GetDR function as:
a) Declare all variables as below and initialize them with your account details and Job-Id. Set Proxy_Str as "Your ProxyIP:Your Proxy port". If you don't have proxy then pass it as empty.
sql> VARIABLE Response VARCHAR2(500);
sql> VARIABLE username VARCHAR2(15);
sql> VARIABLE password VARCHAR2(15);
sql> VARIABLE SMS_Job_ID VARCHAR2(16);
  Use any of below methods to call the GetDR function.
sql> Call SMSCountry_Oracle_API.GetDR(username, password, SMS_Job_ID,Proxy_Str) into :Response;
sql> Print Response;

ORselect SMSCountry_Oracle_API.SendSMS(username, password, SMS_Job_ID,Proxy_Str) from dual;
  • بعد 4 أسابيع...
بتاريخ:

اخي الكريم SAYYAD17  ممكن لو تكرمت تحمل الملف SMSCountry_Oracle_API.plb لاني لم اجده  في جوجل ولك جزيل الشكر

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

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

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

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

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

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.