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

بتاريخ:

السلام عليكم ورحمة الله وبركاته

تلاشيا للمعاناة التي أرهقتني لمدة ايام في كيفية ارسال بريد بحيث يكون الموضوع قابل أن يصل باللغة العربية سليما فاني أحببت أن أضيف الموضوع لعل أحدنا يحتاج الي عمل بريد داخل البرنامج ويكون به نص يريد ان يصل باللغة العربية

1.قم بالدخول sqlplus ‘/ as sysdba’
2. قم بتشغيل السكرينات في الخطوة 2 و 3 @$ORACLE_HOME/rdbms/admin/utlmail.sql
3. @$ORACLE_HOME/rdbms/admin/prvtmail.plb
4. Set smtp_server information in init.ora or spfile.ora
alter system set smtp_out_server = ‘SMTP_SERVER_IP_ADDRESS:SMTP_PORT’ scope=both;
25 = Default SMTP Port
If instance had been started with spfile
alter system set smtp_out_server = ‘190.0.0.50:25’ scope=both;
If instance had been started with pfile
alter system set smtp_out_server = ‘190.0.0.50:25’ ;
Also make below entry in your initSID.ora

$ORACLE_HOME/dbs/initSID.ora
/u01/app/oracle//product/11.1.0/db_1
smtp_out_server = ‘190.0.0.50:25’
To enable other DB users to use this functionality, grant execute permission on UTL_MAIL package.
grant execute on utl_mail to scott;

وأخيرا من الشاشة او PL نفذ الكود
utl_mail.send( :from,:to, null,null,:Subject,:body,'text/plain; charset=windows-1256',3);

:from = sender like '[email protected]'
to the reciptionest
null is cc
null bcc


والله الموفق لما يحب ويرضي وصلي الله وسلم علي سيدنا محمد وعلي اله وصحبه وسلم اجمعين

send_mail_by_db.doc

بتاريخ:

شكرا يا صديقي على المشاركه
المهمه جدا
كان هناك طلب من احد الاعضاء بخصوص هذا الموضوع

بتاريخ:
السلام عليكم ورحمة الله وبركاته

تلاشيا للمعاناة التي أرهقتني لمدة ايام في كيفية ارسال بريد بحيث يكون الموضوع قابل أن يصل باللغة العربية سليما فاني أحببت أن أضيف الموضوع لعل أحدنا يحتاج الي عمل بريد داخل البرنامج ويكون به نص يريد ان يصل باللغة العربية

1.قم بالدخول sqlplus ‘/ as sysdba’
2. قم بتشغيل السكرينات في الخطوة 2 و 3 @$ORACLE_HOME/rdbms/admin/utlmail.sql
3. @$ORACLE_HOME/rdbms/admin/prvtmail.plb
4. Set smtp_server information in init.ora or spfile.ora
alter system set smtp_out_server = ‘SMTP_SERVER_IP_ADDRESS:SMTP_PORT’ scope=both;
25 = Default SMTP Port
If instance had been started with spfile
alter system set smtp_out_server = ‘190.0.0.50:25’ scope=both;
If instance had been started with pfile
alter system set smtp_out_server = ‘190.0.0.50:25’ ;
Also make below entry in your initSID.ora

$ORACLE_HOME/dbs/initSID.ora
/u01/app/oracle//product/11.1.0/db_1
smtp_out_server = ‘190.0.0.50:25’
To enable other DB users to use this functionality, grant execute permission on UTL_MAIL package.
grant execute on utl_mail to scott;

وأخيرا من الشاشة او PL نفذ الكود
utl_mail.send( :from,:to, null,null,:Subject,:body,'text/plain; charset=windows-1256',3);

:from = sender like '[email protected]'
to the reciptionest
null is cc
null bcc


والله الموفق لما يحب ويرضي وصلي الله وسلم علي سيدنا محمد وعلي اله وصحبه وسلم اجمعين



شكرا للاضافه
ممكن تشرح alter system set smtp_out_server = ‘190.0.0.50:25’ ;
هل هى ثابته ؟؟ ممكن شرح اكتر للكود
بتاريخ:
  • كاتب الموضوع

السلام عليكم ورحمة الله وبركاته بالطبع يا أخي سيكون هذا هو معرف ال اي بي الخاص بخادم بريدك

Your Exchange server IP address

وضعت الرقم كمثال لاني لو كتبته كنص ربما لا تأخذ بالك وتعمل كل شئ ولا يعمل

تحياتي

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

أخي العزيزي عند تنفيذ الخطوة الثانية يظهر لي الخطاء أدناه


SQL> @D:\oracle\product\10.2.0\db_1\RDBMS\ADMIN\prvtmail.plb

Warning: Package Body created with compilation errors.

Errors for PACKAGE BODY UTL_MAIL:

LINE/COL ERROR
-------- -----------------------------------------------------------------
309/5 PL/SQL: SQL Statement ignored
310/10 PL/SQL: ORA-00942: table or view not exists
315/7 PL/SQL: SQL Statement ignored
316/12 PL/SQL: ORA-00942: table or view not exists

بتاريخ:

الله يعطيك على قد جهدك واكثر ياماجد

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

واياكم وبارك الله فيكم

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

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

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

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

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

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.