Unable to receive notification emails

Hi All,
I am trying to have notification emails sent by dbconsole ; when the database is down / up on weekends.
My TEST_EMAIL_SERVER config on SMTP page works fine ; but the emails are not sent once the db is down / up.
I have set the notification rule and the schedule from 1am to 11pm round the clock ; but dont receive the emails.
Any pointers on what else am missing here ?
DB : 10.2.0.1.0
OS : Win 2003 32bit
Appreciate it.
Thank you.

by the way, you can setup event based trigger when starting up and shutdown down and events follows...
as an example:
begin
utl_mail.send(sender =>'[email protected]',
recipients =>'[email protected]',
subject =>'Shutdown production databasel',
message =>'The receipt of this email '||'that shutting down the database'||'works for UTL_MAIL'
end;

Similar Messages

  • TS4006 Issue with receiving notification  emails !

    I use to receiving notification  emails each time i log into " find my iPhone " , but now i receive it just if i inter from new device , how can i receive  those emails again ?

    Hi,
    Request and Response should be part of same agreement. I hope you are not confused between Acknowledgement and Response. Acknowledgement can be received in the same session (sync mode) but Response will always come in a different session and will be treated as a different document. If, for request, party A is initiator and B is responder then for response party B will be initiator and party A will be responder (as Requset and Response are two docs in case of Custom Document)
    For configuring X-Path, please refer section 8.3.11 Configuring the XPath Expression for a Custom XML Document at below link -
    http://download.oracle.com/docs/cd/B14099_19/integrate.1012/b19370/busact_coll.htm#sthref784
    Please let us know whether you are trying to receive a response or Ack?
    Regards,
    Anuj

  • Upgraded to Mountain Lion a week ago suddenly unable to receive incoming emails from Mail.6

    Upgraded to Mountain Lion a week ago.  Suddenly unable to receive incoming emails from Mail.6
    Can successfully send outgoing messages. 
    Have completed following tasks to no avail:
    1)          When click on "Take all accounts online" and entering password for gmail / looking at Mail Connection Doctor: Got Green light, Mail was able to connect to the Internet. But…
    "Trying to log in to this Goggle Imap account failed.  Verify username and password are correct."
    I have verified username and password being correct. 
    2)          System Preferences > Mail, Contacts and Calendars typed in name, email address & gmail password and got this message.
    "Unable to verify account name and password."
    3)          Mail> preferences>account>password.  Confirmed correct password, name, email address and imap "address" Then to Advanced & confirmed correct port . Restarted computer.
    "lay person terms" appreciated. 
    Thanks!
    Laila

    Found solution, Yeay!   No coincidence.  Mountain Lion (osx 10.8, upgraded) is not compatible with Gmail if one has 2-step verification set up on their gmail security settings. 
    There are 2 options to solving problem
    1)   https://discussions.apple.com/message/19109209#19109209) 
    This will take you through the process to disable 2-step security feature on gmail security page. Thank You  iPatA.
    2)   http://support.google.com/accounts/bin/answer.py?hl=en&ctx=ch_b/0/SmsAuthConfig& answer=185833
    This will take you through the process of assigning an "application specific password" to upgraded Mail 6.0 for successful communication between Mail 6.0 Mountain Lion while keeping a 2 step verification process if you prefer. 
    Thanks for you energy & effort rkaufmann87.
    Sincerely, much appreciated. 
    I love this Apple community.

  • Is ADMIN user able to receive notification emails?

    Hi, all.
    I would like to know if it's possible ADMIN user to receive incoming email notifications, such as a workspace request?
    I'm asking this because ADMIN user does not have an assigned email, but I would like to know when I have a pending request waiting for approval without to access the htmldb admin area.
    Thanks a lot!

    Hi, all.
    I would like to know if it's possible ADMIN user to
    receive incoming email notifications, such as a
    workspace request?
    I'm asking this because ADMIN user does not have an
    assigned email, but I would like to know when I have
    a pending request waiting for approval without to
    access the htmldb admin area.
    Thanks a lot!Did you have any luck with is? I have the same problem.
    Thanks

  • Unable to receive an email by task scheduler on audit failure in windows server 2008 r2 security log

    Deal All,
    I am sorry in advance if i would be on wrong forum, i have created a task on Server 2008 r2 Domain controller that when an audit failure event triggered in windows security log then an email should reach on my email ID, but unfortunately, nothing happen
    on audit failure.i receive no email from task scheduler.
    kindly suggest me to resolve the issue. I have created Email task on  event ID 4771.
    Thanks.
    Zeeshan Ibrahim Network Administrator

    Hi Zeeshan,
    I have found a hotfix against the same error messages, though it applies to Windows Vista and Windows Server 2008, I am not sure if it will work on your machine.
    Please refer to this KB article below:
    Duplicate triggers are generated incorrectly in scheduled tasks in Windows Vista or in Windows Server 2008
    http://support.microsoft.com/kb/2617046
    Please feel free to let us know if this hotfix couldn’t help you fix this issue.
    Best Regards,
    Amy Wang

  • Unable to receive verification email in apple I'd?

    Why can't my main email not receiving verification email ?  My rescue email could receive verification email immediately after iPad setup.

    You may have mistyped your primary email address. Alternatively, the verification email may be going to your junk mail folder.

  • Unable to receive notifications of new messages arriving on queue

    I was wondering whether any AQ experts out there could help me....
    I have an Oracle AQ queue and a .net service which listens and dequeues messages from the queue. The .net service is written (using ODP.net) to execute a poll of the queue upon startup (in order to process anything on the queue initially), and thereafter to hook into the relevant ODP.net event (happens to be OracleAQQueue.MessageAvailable) such that anything that subsequently arrives on the queue gets dequeued.
    Now, before you tell me to head off to the odp.net forum, I will add very quickly that we have this code in both DEV and TEST environments and it works fine. The queue happens to be a multiple-consumer queue, so the service subscribes as a particular consumer and everything hangs together. My problem is that we promoted all this code to LIVE a couple of days ago and although we are able to dequeue messages no problem we are no longer receiving MessageAvailable notifications.
    Now, I come from a .net background and am 100% sure that the .net code on our Live servers is the same as the code on our Test servers, save for the connection string. So I believe that the problem is more database- or queue-config-related than software-related.
    I do not have a high degree of Oracle knowledge in this area but what I can say is that when we start our .NET service, it is happily able to do the initial poll of the queue and to dequeue any messages. So this says to me that, fundamentally, we're not far off. i.e. it isn't anything really dumb like the queue doesn't exist in the live environment! It is purely that the MessageAvailable event never fires.
    I guess my question is fairly open, then. Given what I have said, can anyone think of reasons why this could happen?
    Things I have already thought of include:
    - different versions of ODP drivers. Not so, I supervised their installation myself on each environment.
    - firewall on the Live database blocking comms? I mean, presumably there is some tcp/udp comms going on underneath the MessageAvailable subscription. I don't believe this to be the case but if anyone knows where I can find out in more details how this works I'd be grateful, if only because it would allow me to ask more specific questions of the DBAs/Server admins
    - my initial hunch was that it was something with the consumer not being set up fully (the .net code uses the consumer name to register both to dequeue messages and to subscribe to MessageAvailable notifications). Not I am told that this is not the case and that the consumer has been set up properly, but I'm still a little suspicious.
    Anyway, any help would be gratefully received.
    Pete

    Hi Pete,
    Together we may be able to work this out ... I have a good level of knowledge on the database side of AQ but know nothing about ODPAQ :)
    Have you seen the following documentation section? Could there be some restrictions on the production host on the ports?
    Oracle Data Provider for .NET opens a port to listen for notifications. HA events, load balancing, and database change notification features also share the same port. This port can be configured centrally by setting the database notification port in an application or Web configuration file. The following example code specifies a port number of 1200:
    <configuration>
    <oracle.dataaccess.client>
    <settings>
    <add name="DbNotificationPort" value="1200"/>
    </settings>
    </oracle.dataaccess.client>
    </configuration>
    If the configuration file does not exist or the db notification port is not specified, then ODP.NET uses a valid and random port number. The configuration file may also request for a random port number by specifying a db notification port value of -1.
    The notification listener, which runs in the same application domain as ODP.NET, uses the specified port number to listen to notifications from the database. A notification listener gets created when the application registers with OracleAQQueue.MessageAvailable event. One notification listener can listen to all notification types. Only one notification listener is created for each application domain.
    Thanks
    Paul

  • Unable to receive some emails in Exchange 2010

    Hi,
    Spent a few days on this and getting no where fast and out of ideas now.
    We migrated a customer from SBS2003 running exchange 2003 to Server 2012 running HyperV with Exchange 2010 on a VM. So far the migration had gone through without many issues. We have 2 VM one AD/File server other Exchange 2010. with the old SBS2003 server
    still online.
    Basically after moving all the mailboxes from Exchange 2003 to Exchange 2010, some random users wont receive mail. Internal and sending is perfect. Port 25 was changed from the old SBS server and pointing to new EX2010 box.
    After more testing pointing port 25 back to the old server solves the problem, all users receives emails instantly. So emails are routed via the old SBS box to the new Exchange.
    On the new server both Send and receive connectors have been deleted and recreated. Checked the Default connector and Anonymous users has been ticked. Also this is ticked on the newly created receive connector.
    I enabled SMTP logging and noticed the emails the wasn't getting delivered had the message below.
    354 Start mail input; end with <CRLF>.<CRLF>,
    ,Remote
     Found another person with something similar and tried the fix didn't work for me
    http://social.technet.microsoft.com/Forums/exchange/en-US/da8a1fa4-0757-4ea5-8225-de15707d5a57/problems-receiving-mail-smtpreceive-is-set-to-verbose
    Spoke with the ISP, all the email for our customer goes through a SPAM filtering service and they noticed their server would Telnet in and get "connection lost" after the Mail from: command, which matches the error on the SMTP log. Again it happens
    to random users not receiving mail, but I did notice any new users that was created after the migration doesn't get any external emails when router via the ISP and Port 25 pointing to the new server. 
    So as a trial I bypassed the ISP by updating the MX record to point mail directly at new server, this fixed the problem! Everyone new and old users was receiving no problems. But speaking with the ISP they have 100+ customers on Exchange 2010 and never
    experienced this issue. Only difference i can see we are using HyperV, could this be a networking issue?
    PS our ISP uses a Watchguard device for Spam filtering.
    Thanks!!!

    X.400 potentially could be the problem.. got through this article
    http://www.msexchange.org/articles-tutorials/exchange-server-2010/management-administration/x400-addresses-exchange-2010-part1.html
    Where Technology Meets Talent

  • Why is Mail unable to receive my emails when other mail programmes can?

    I use Mail 2.1 on my Macbook (OSX 10.4.8) and Mail 1.3.11 on my G5 iMac (OSX 10.3.9). As of the last 36 hours, I can send email, but not receive it, and this is the case on both computers.If I use Thunderbird,or Eudora - no problem.
    I haven't changed any settings, or made any adjustments to my accounts on Mail.
    Web connectivity is fine, and as I say, I can send emails using Mail.These are POP accounts (sending is SMTP).
    Does anyone have any ideas?
    G5. 1.8Ghz Mac OS X (10.3.9) MacBook 2Ghz Intel Core Duo Mac OS X (10.4.8)
    G5. 1.8Ghz Mac OS X (10.3.9) MacBook 2Ghz Intel Core Duo Mac OS X (10.4.8)

    I didn’t realize you had posted in both the Mac OS X 10.3 and Mac OS X 10.4 forums. I’ll repeat here my reply there with some additional questions that apply to Mail 2.x only.
    What’s the problem exactly? Is it that Mail checks for mail but downloads nothing, or that it doesn’t even attempt to download, or what?
    Go to Apple Menu > System Preferences > Network, choose Network Port Configurations from the Show popup menu, and make sure that the configuration used to connect to Internet appears at the top of the list.
    In Mail, open Window > Connection Doctor. What does it say?
    Could it be that Mail or this particular account is in an “offline” state? Is the Mailbox > Go Online command enabled or disabled?
    Go to Preferences > Accounts > Advanced. Is Include when automatically checking for new mail ON or OFF?
    What’s the time interval chosen in Preferences > General > Check for New Mail?
    Open the Account Info window by choosing Get Info (⌘I) from the Action menu (gear icon) located below the mailboxes list in the main Mail window. Does Mail display there the messages that it doesn’t download? Do they appear as already downloaded or as not downloaded yet (dot column)?

  • Unable to receive/send emails from my iPhone when away from home.

    I have been unable w/ in the past week or so to send emails from my iphone once I am away from my house, if I am home there is no problem because it jumps onto my wireless but outside it wont let me I have always been able to until lately.
    What should I check, where should I go, what should I do, who should I call?????

    Allan Sampson wrote:
    How often do you power your iPhone off and on, and when was the last time you did a Reset?
    It is a good idea to power a GSM smart phone off/on on a daily basis - I do so first thing each morning, and I usually do a Reset once a week or so, which seems to help get rid of any cobwebs so to speak.
    Alan:
    A little bit OT, but can you enlighten me what the difference between a cold start (powering off once a day) and a reset is? On a desktop computer, there is no difference, at least in terms of clearing the "cobwebs."
    Thanks,
    -dan

  • HT1146 microsoft Outlook for MAC, how can I set "receive notification email sent has been opened and read" in Outlook?  Thanks

    Microsoft Office for MAC, how does the sender select a notification that an email has been opened and read in Outlook?  Thanks

    Since this question is about a Microsoft product, you might have more luck getting suggestions if you ask in Microsoft's own forums.
    Regards.

  • Wrong email address is linked to my Adobe ID. Unable to receive confirmation emails.[was: aiutatemi!!!]

    Ho scaricato Creative Clouds, accesso con una email sbagliata (it piuttosto che com) Non riesco ad inserire la corretta, le possibilità che mi da sono reinviare una email di conferma password o chiudere l'app. Se disinstallo e reinstallo, mi rimane sempre collegato l'account sbagliato, non so come fare. Voglio comprare premiere

    The Email that is registered here does not have any CC registered here, please let us know if it is another Email. You can also contact Adobe Support for this.
    Contact | Adobe
    Regards
    Rajshree

  • I do not receive notifications for my email account even though the email setting in Notifications is turned on. How can I fix this?

    In iOS 5 I do not receive notifications for my email account even though  the email setting in Notifications is turned on. I do receive other notifications. Does anyone have any suggestion on what is wrong or how I should correct it? Thanks.

    Hey M0904,
    I found the following information regarding troubleshooting notifications, I'd run through them and see if they resolve the issue:
    iOS: Understanding Notifications
    http://support.apple.com/kb/ht3576
    Troubleshooting notifications
    Push notifications require an active Wi-Fi or cellular connection. If you are not receiving notifications for a specific app, try these steps:
    Verify that the app supports notifications.
    After installing an app or restoring a backup to a different iOS device, open the app at least once to begin receiving notifications.
    If the app requires entering or logging in to an account, you will need to do this before receiving notifications.
    Check Settings > Notifications to ensure that the app is configured for notifications.
    If notifications do not appear only in the Notification Center, verify that the Notification Center setting for the app is enabled.
    If you are still unable to receive notifications and you are using a Wi-Fi connection, verify that the network or firewall is not blocking access to port 5223.
    Have a good one,
    David

  • Can send but not receive comcast emails with Verizon MIFI jetpack

    I am unable to receive comcast email using outlook 2007 using my new Verizon MIFI4620L Jetpack. When I disconnect from the Jetpack, I am able to receive emails using my neighbor's wireless router. I am able to send email using the MIFI Jetpack. When I test email settings, I am able to connect to comcast and send a test email. I am able to receive the test email from Microsoft. I am able to access email using the internet at comcast.net and I am able to use web browsers using the Mifi device. My other laptop is able to receive and send emails using the MIFI device. I currently have uninstalled Norton Internet Security and disabled windows firewall on the problematic computer in an attempt to resolve this.
    Any ideas?

    There seems to be alot of Comcast email issues with the MiFi 4620L.  Most of them have been resolved with the propper configuration.  We have already found a few limitations to certain websites with this device, but none have been confirmed to be related to email services so far.
    Some helpful sites I found:
    http://www.emailquestions.com/email-program-setup-configuration/1180-setup-comcast-email-outlook-2007-a.html
    http://customer.comcast.com/help-and-support/internet/configure-outlook-2007-to-use-port-587/
    http://forums.comcast.com/t5/E-Mail-and-Xfinity-Connect-Help/E-Mail-Client-Settings-customer-generated/td-p/778889
    See if a quick configuration check will resolve your issues from the links I have provided.  If not then the next best step may be reinstalling Outlook on your computer.  Keep us posted either way.

  • TS3276 After exhausting all the things it says to do to receive my email, it still asks for my password and when I enter it, it says it is incorrect!!!

    I am unable to receive my email because of a box that keeps coming up requesting a password, and when I put in my password, it says it is incorrect!  I do not have my email set up to ask for a password.  I am able to send emails, but not able to receive them???  My email still works on my iphone and my ipad, but I need it on my macbook Pro!

    To my knowledge there is NO email provider that allows anyone to get or send emails without a password on the account.
    Try Thunderbird as an email client, dumb Apple/Mac Mail.

Maybe you are looking for

  • TS1368 Extremely frustrated with error message when trying to download apps and updates. HELP please!

    I have been trying to download a couple of apps and keep getting the message "cannot connect to iTunes." This is nonsense because I can access both the app store and iTunes directly. I've downloaded other items today with no problem. Now all of a sud

  • Disabling third party apps upon startup

    Is it possible? Iphone 4S, IOS 8.1 Thanks

  • Miscalculation Tax on Invoice Tab _PO MM21N

    Hi Folks, I am a little confised, as this has never happened before. I have PO created and MIGO entered. This Material was set in Tab Conditions Taxes applicable here in Brazil. Everything looks pretty, but when i look into the tax code inside Invoic

  • DIFFRACTION WITH 10-22mm F/3.5-4.5 LENS

    I have used this lens for several years, with excellent results, on my 50D and 7D.  Now, shooting Fall landscapes, I find what may be diffraction problems when shooting at minimum apertures (f/22 to f/29).  Shooting conditions were overcast/cloudy. 

  • NAC local DB user

    I am new to the NAC solution but I have a VPN SSO Layer 3 VG INBAND MODE configuration that works with the VPN solution and now I want to expand my current config to do more. I am trying to have a conference room that will have ports that are placed