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

بتاريخ:

[b]اكود الموجود في المنتدي لم يتم ارسالة رسالة الي الايميل بعد عملية setup بالنسبة smtp ارجو المساعدة[/b]

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

sending mail from oracle db note
********************************

CONN sys/password AS SYSDBA

@$ORACLE_HOME/rdbms/admin/utlmail.sql

@$ORACLE_HOME/rdbms/admin/prvtmail.plb

In addition the SMTP_OUT_SERVER parameter must be set to identify the SMTP server:

CONN sys/password AS SYSDBA

ALTER SYSTEM SET smtp_out_server='domain.com' SCOPE=SPFILE;

SHUTDOWN IMMEDIATE

STARTUP


note: if you got an error in this step cuz u dont have SPFILE you can create it 


SQL> create spfile from pfile; File created.

shutsdown immediate and startup

SQL> show parameter spfile

NAME                                 TYPE        VALUE
------------------------------------ ----------- ------------------------------
spfile                               string      /u01/app/oracle/product/10.2.0
                                                /db_1/dbs/spfilectmsuat.ora



With the configuration complete we can now send a mail using:

BEGIN UTL_MAIL.send(sender     => '[email protected]',

               recipients => '[email protected],[email protected]',

               cc         => '[email protected]',

               bcc        => '[email protected]',

               subject    => 'UTL_MAIL Test',

               message    => 'If you get this message it worked!');

END;

/

for example 
*************
BEGIN UTL_MAIL.send(sender     => '[email protected]',

               recipients => '[email protected]',

               cc         => '[email protected]',

               bcc        => '[email protected]',

               subject    => 'UTL_MAIL Test',

               message    => 'If you get this message it worked!');

END;

/


********************************************************************************
**************************
hossam :)

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

How to add attchment ?

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

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

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

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

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

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.