APEX_MAIL support on Oracle's free APEX hosting site

Did anybody know the status of APEX_MAIL support on Oracle's free APEX hosting site (http://apex.oracle.com/pls/otn/f?p=....)?
I tested the following 'after submit' process in a testing APEX page without any error message.
begin
APEX_MAIL.SEND (
p_to => 'my_email_address',
p_from => 'my_email_address',
p_body => 'This is a test from APEX form button -- number 5',
p_subj => 'Test Subject ');
end;
But I did not receive the email.

I tried different hotmail and yahoo mail addresses.
If p_to and p_from were the same hotmail email addresses, the emails would be lost.
if p_to and p_from were the same yahoo email addresses, the emails would be received.
This is something caused by hotmail.
The test can be done in SQL commands screen.
APEX_MAIL.PUSH_QUEUE ('localhost',25) did work beautifully.
You could see the message as follows in the SQL commands screen.
Pushing email 4600499720366254834
Pushed email 4600499720366254834
Pushing email 4600892230805594626
Pushed email 4600892230805594626
Pushing email 4600897927845600827
Pushed email 4600897927845600827
Statement processed.

Similar Messages

  • Are there any free WAP hosting sites?

    I am lookign for a free WAP hosting site that will allow hosting of midlets. TAGTAG.com only allow images and ringtones and MOBILEBASIC.com will only leave it out there temporarily. Internet search turns up nothing that works.
    Thanks in advance.

    Kayla325 wrote:
    I just realized that Credit Karma uses Vantage scores and not FICO. Although CK is good for credit reports, the credit score from Vantage isn't what I need. I need FICO. I currently have subscription to my FICO credit scores, but I need to know my fiance's scores. :/A number of different CC issuers now provide a FICO score on their account management page. Barclays, Walmart, Discover....

  • Does Oracle 10G supports 2 Oracle homes on same Host?

    Hi,
    I have installed oracle 10 G R2 on windows OS. I have installed oracle twice, i.e. i have two oracle homes. After installation these are the problems i am facing:
    1. I am not able to start oracleDBconsoleorcl, OracleOraDb10g_home1TNSlistener services. I am not able to get sql command prompt for the oracle home1.
    2. But I am able to start oracleDBconsoleorcl2, OracleOraDb10g_home2TNSlistener services. I am able to get sql command prompt for the oracle home2.
    Can anyone please tell me what the problem is? Someone told me that in 10G i cannot have two Oracle homes. Is it true? if yes then waht is the work around for this problem.
    Thanks
    Varun

    Why have you installed it twice?
    You only need a single home for running any number of instances. (though I question the logic of the person who runs multiple database instances on the same platform as sop)
    Running multiple homes are usually a solution when having to run two different version instances. E.g. installing Oracle 10G in addition to a 9i installation in order to create a 10G database to use for porting the 9i database, after which the 9i database and installation will be trashed.
    Running two homes of the same version is silly - you're simply duplicating a truck load of static files, executables, libraries, message files and so on.. for what purpose?

  • APEX hosted site slow response issues

    Hi,
    Is anyone else experiencing slow response issues when navigating through the hosted (apex.oracle.com) APEX site. About a 2-3 weeks ago we started noticing that it takes a long time to log into the site as well as navigate through anything
    This might sound odd but often times how we would workaround it is by repeatedly "re-clicking" a link or a button to get the page to return. Whenever the site is slow in respnding we wound see "Waiting for apex.oracle.com" in the browser's bottom console.
    We see the same issue with IE or Firefox and its only the apex.oracle.com site that has this problem.

    As I posted on another thread:
    Sorry for the lack of a reply here. With the long holiday in the U.S. and then my past two days of this week, spending at least a half a day each on apex.oracle.com, I haven't been paying attention to the discussion forums. I was unaware of this active thread.
    Don't worry Ben, I'm not going to say "It's fine for me". TKyte had identified a bug or two in Ask Tom over the weekend, and I tried to fix them on Monday morning. What should have taken me 10 minutes took me two hours.
    This has been my top priority for the past two days. There are some networking issues still being researched. A configuration change was made earlier today which seems to have alleviated the issue, but I'm not convinced that it will be a permanent fix.
    Understand that this has not been a database issue nor an Application Express issue. Every time the performance was glacial, both yesterday and today, I examined the database and there was hardly anything going on. It was a hardware (filer) issue a month ago, and it appears to be either firewall or network card or network issue or all three. Regardless, I am embarrassed for Oracle's sake - this should be our flagship for Oracle Application Express, and the past month or two of poor performance can only serve to dissuade from using Oracle and Oracle Application Express.
    Joel

  • What's a Good FREE website Hosting site that I should use to import iWeb?

    The title basically says it all. I want to make a website. back in the day i use to use GeoCities but i dint really like and i still dont like it. I just want to publish my iWeb materials not using .Mac.

    Hi Mike
    You might find that your ISP offers you a bit of web hosting as part of your package...
    As for free, I have looked around and tried a couple, but decided that there is no such thing as a free lunch! I use .Mac!
    Will
    1GHz G4, 15" PB, 1.5GB RAM, Airport Network, 4 GB iPod Mini (1G), 60GB iPod (5G)   Mac OS X (10.4.6)  
    Help others by marking solved questions as answered ( + Solved or Helpful )

  • Apex hosting 4 gbytes price per year?

    Hi all,
    Where can be found apex hosting with stable
    IP address, 4 gbytes, minimum one year?
    thanks in advance
    Gordan

    I second the idea to not judge service by website design. I made that mistake. I first signed up with someone who's website design is very professional. After dealing with their support staff, it became very apparent that they don't really support APEX. Here's an excerpt from a trouble ticket to see what I mean:
    <em><strong>My Original Problem</strong>
    Can't execute stored procedure as URL
    I've been in contact with you via email on this. I have not receive any reply for the past few days. Thought I'd switch this to a trouble ticket to get some visibility.
    In my last email, I said:
    What I'm trying to accomplish is to store data in a BLOB column in the database. Then using some HTP calls in my package, it sends the data back to the browser (Denes Kubicek's method). This allows me to use simple html tags in the apex pages to go directly to the URL for the package. I've tried several other methods, but this is the only one I've found that gives me such precise control over how the data gets presented on the page.
    I'm just wondering if you can help me with this or not.
    You can see what I'm talking about on page 2-21 and 2-22 in the Oracle Application Express Administration Guide Release 3.1.2 E12856-01.
    http://download.oracle.com/docs/cd/E10513_01/doc/appdev.310/e12856.pdf
    <strong>Their Response on 11/3/2008 3:31:30 PM</strong>
    Re : Can't execute stored procedure as URL
    Hello,
    We are not sure what is it we need to do. We beleive this is more application design issue rather than APEX hosting issue
    <strong>My Response on 11/3/2008 10:18:50 PM</strong>
    Re : Can't execute stored procedure as URL
    I think I made a mistake by including the information that I used to fix the problem on my development server.
    Going back to my original problem: I am receiving a 403 Forbidden error with the following URL: http.www.somenonsense.xyz/pls/apex/my_package.jpg?img_id=31
    This is a permission issue on your server.
    <strong>Their Response on 11/4/2008 1:17:53 AM</strong>
    Re : Can't execute stored procedure as URL
    Hello, unfortunately this procedure does not work in our environment.
    We are seeing [Tue Nov 04 01:06:47 2008] [error] [client 24.46.67.250] mod_plsql: /pls/apex/mypackage.jpg HTTP-403 It is forbidden to call this procedure directly from the browser!
    You are the only client asking this change, therefore we can not risk breaking working APEX for 1 request.
    If you'd like money back , we fully understand</em>
    I'm sure that the hosting company's many other hosting services like mySQL are better supported, but I'd never go back to them as an APEX hosting site. So, I would suggest that you contact the support of any hosting site you are considering for APEX and ask some questions. I did this with maxapex and got very good response times from them. I actually was able to hold an email conversation with their support over a number of days. That might mean they're a smaller company, but APEX is the only thing they do, so they know it really well.
    Edited by: maynrive on Nov 6, 2008 10:23 AM

  • Free web hosting for PHP Oracle 10g XE applications

    Hi guys
    I am a student currently completing my final year project of a BSc Information Systems / Computer Science programme. I am using PHP and Oracle 10g XE and I was hoping that someone could advise me on a good web hosting site for student applications that is available at no cost, since I can't afford to pay for hosting. It is important that I host my site because my university tutor (in the UK) needs to access my site and provide feedback at this point in the project. Any assistance will be very much appreciated.

    Just to let everyone know, i will do free hosting for students needing it for there projects, i will need an academic email address for corespodence, so thats a .edu or .ac.uk for example.
    I have just relaunched the website and slashed my prices, so starter packages are from 2.99 a month for oracle and php. www.phporaclehosting.com
    Any questions reply to this thread

  • Free web hosting for PHP Oracle

    Hi,
    I am a senior student and I have my final year project.For that I am suing PHP and Oracle.Is there anyone who could advise me on a good web hosting site for student aplications available if not for free,at least for a low price for my Oracle database and website.
    Note that the website I am building will not be used for comercial purposes, only for education.I will deeply apreciate any help I can get.
    Thank you

    Hiya,
    Being the sales Director for PHP Oracle Hosting I am proud to say that we do provide high quality of service at the cheapest prices. Our IT guys are professional consultants and are available almost 24hours
    www.phporaclehosting.com

  • (( APEX host needed - Suggestions? ))

    July 29, 2010
    Hello,
    I am new to APEX.
    I am learning APEX with
    APEX.ORACLE.COM
    I would like to find an INEXPENSIVE APEX HOST--
    that is a GOOD HOST.
    I would like to spend $10 month.
    (Maybe $15 or so if necessary.)
    Is it possible to get a GOOD HOST in this price range?
    I would like to get FEEDBACK
    about HOSTS people are using.
    Information like this would help me and a LOT of new
    APEX users:
    WHAT HOST are you using?
    How much are you PAYING?
    How GOOD is their SERVICE?
    Do they have PHONE SUPPORT?
    How fast is their EMAIL / TICKET support?
    Is it in the U.S? UK? India? Where?
    How much do you LIKE them?
    Do they have any MAJOR LIMITATIONS?
    Are they RELIABLE?
    Is there anything you DON'T LIKE about them?
    What do you LIKE MOST about them?
    Your answers will help me and A LOT of other people!
    Thanks for your help.
    I really appreciate it!
    DAVID888
    Edited by: DAVID888 on Jul 29, 2010 5:49 PM

    Hi
    We have been using http://www.maxapex.com for last 2 years. Very satisfied. Initially we hosted our Issue Tracking system at MaxApex. After that we hosted several applications for different clients. Everyone satisfied.
    Their hosting plan starts with $10/month for 25MB. Support is prompt. They have gone extra mile for us many times if we need anything special. Servers are in US.

  • Is Application Migration Workshop integrated within free APEX workspace?

    Is Application Migration Workshop integrated within the free APEX workspace hosted by Oracle at.http://apex.oracle.com/pls/otn?
    I am trying to evaluate the "Oracle Application Express Application Migration Workshop" (to convert Access Applications into APEX Applications) and it would be nice to not have to create the extensive development environment which can be very time consuming.
    Thanks!

    Hello User.
    Please change your name from the default #'s to either your name or a nickname.
    From my understanding,
    No the APEX Migration workshop is not installed in the free Oracle demo apex public workspace environment.
    One of the Apex experts will be able to confirm this information.
    I've only used the tool in my own environment and I've never tried looking for it on the free oracle apex workspace.

  • Multiple Oracle databases on Single host

    Hi Gurus,
    I am new to SAP World. We are planning to install multiple SAP systems (ECC/BW/SRM/XI) on a single host with Oracle 11.2.0.2. As per SAP instguide, the Oracle RDBMS software should be owned by ora<SID>:dba. So we are planning to install the oracle software for the first dev system ERD under 'oraerd:dba' id. And the next will be under 'orabwd:dba' and the third under 'orasrd:dba'.
    My questions is, instead of having multiple ORACLE_HOME's owned by individual id's, can I have one consolidated Oracle_Home owned by 'oracle:dba' which then controls all the oracle db's and its datafiles.
    I know there is a SAP Note to do this for Oracle RAC (prd is being planned this way), but can we do the same for Single instance also.
    Best Regards
    Shiv

    Shivaspo wrote:
    Hi Orkun,
    > Thanks for your reply. Its a must or its just better to have under individual O_H. The reason we were looking to out all under 'oracle' was that our DR site for the prod is going to be single instance physical standby using DG. SAP recommends to have the OS user on the DR host to be oracle, so that there are no issues with permissios for log shipping.
    > So we will end up having multiple db's system running under 'oracl' on the DR site.
    >
    > -Shiv
    Hi Shiv,
    Technically, there's no restriction to configure your system, by this way. But from SAP point of view; at the first step, because the the installation is not completed as referred by SAP installation guide, you will not able to get support by SAP. For the instance, if you face with a problem during the productive, SAP may not support your installation.
    Secondly, you may face with the problems at the database upgrades and applying patches. For example, you need to stop all the databases when you decided to patch one of them.
    I can count many restrictions about this issue. As a summary, from technical way, it is possible to have one Oracle home, but it is strongly recommended to have different Oracle home folders for each Oracle installation.
    Best regards,
    Orkun Gedik

  • Details on TAF support in Oracle AS 10g

    Hi experts,
    I'm currently writing a Master's Thesis on High Availability of Applications based on Sun’s JEE platform.
    With Oracle being one of the big players in this market I'm going to investigate the features of the Oracle product stack and compare it with other solutions including opensource.
    At the moment I'm looking for details on TAF-support in Oracle AS 10g. Let’s assume one has installed the latest release of the Oracle 10g database in a RAC configuration on two or more physical nodes to store the applications data. Let’s further assume one has set up the latest release of the Oracle AS 10g on different hosts building an AS farm with clustered OC4J-instances. Now one would like to connect a JEE application running within these OC4J-instances to the RAC database.
    Therefore one can configure an OC4J datasource to use a service definition supporting network failover and transparent application failover (TAF) specified in the tnsnames.ora on the AS hosts or directly describe the service in the data-sources.xml. To my knowledge only datasources configured to use the OCI client can be used with TAF. Everything right so far?
    Now the interesting part. The best what TAF can do is automatically reconnect to the next known database node if it’s current node is not reachable or fails, and continue processing an open cursor for select so that the application can continue to use it’s current connection.
    If the application is running a database transaction it can only be rolled back and rerun after failover.
    In a good old plain Java application one had to implement the OracleOCIFailover interface and register a callback with the db connection in order to receive failover events. Therefore you need to process the query in a different thread.
    In a JEE server only the container should be responsible for creating threads, or? How does the Oracle AS support TAF? How can a user application get notice of a failover and react appropriately. Is the behaviour always the same no matter one decides to implement the data access via simple DAOs or entity beans (CMP/BMP)? I assume it is safe to use a connection pool and container will take care of the necessary cleanup jobs, right? Will the complete connection pool be reconstructed or only connections to the failed node?
    Does the application server internally use these OCI callbacks and wrap them up into special Exceptions? Is there anything an application programmer has to do in order to make his data access code ready for TAF, especially in case of failover while the db is processing transactional code?
    Any insights and/or code snippets would be greatly appreciated!
    Ah, one last question. From a HA perspective is it generally a bad idea to put application logic into the database (use CDM RuleFrame and so on) as there is no support in preserving package states or do you think this makes no difference as one has always to repeat everything since the last commit point no matter in which tier the code resides?
    During the next days I’m going to set up the above environment for testing. A 10.0.2.1 RAC on RHE4 is already up and running fine. AS 10.1.3.0.0 on RHE4 is following today or tomorrow.
    Many thanks for all answers!
    Regards,
    Eric

    Hi,
    well, I thought I could dig into the OC4J documentation before installing the server. After reading the OC4J Service Guide for 10.1.2 and 10.1.3 I'm a little bit confused.
    First I read the 10.1.2 Service Guide and almost everything seemed to be clear. I found a lot of answers to the questions above. I'd like to sum them up. Please correct me if I got something wrong!
    - TAF only works on top of OCI driver
    - TAF can be used with connection pooling
    - OC4J takes care of connection pool cleanup (OC4J and OCI Pool)
    These two pools are mentioned. It's not clear to me how they work together. Do one of you know some source where I can get more information about this?
    - after a failover all connections in the pool are checked by OC4J and only alive ones will survive
    - in case of a failover TAF issues an exception
    - the application has to catch this exception and acknowledge with a rollback, after that the transaction can be restarted (this seems to be the responsibility of the applications code, oc4j will not replay something automatically; If I got it right, CMP entity beans will be an exception to this rule - there OC4J will proceed transparently...)
    - the application can use OCI callbacks to customize the failover behavior (well I would like to see some source code example here, as I can't imagine how this could look like)
    After that I read the 10.1.3 service guide. The section about datasources in conjunction with HA is much shorter. Besides TAF new? mechanism is introduced, namely Fast Connection Failover (FCF). There is not much information about it but references to the JDBC Guide, because FCF is a feature of the implicit JDBC connection cache. Where cache seems to be just another word for pool.
    By the way, the example on p. 4-36 looks wrong at first glance. Enabling FCF and setting:
    <property name="fastConnectionFailoverEnabled" value="false"/> ???
    Seems to be a typo in the docu, or?
    I got the impression, that the text is written as if FCF being TAF's successor, without explicitly saying this. Is this right?
    So I proceeded reading the JDBC Developer Guide to lean more about FCF. Here is what I learned:
    - since 10g available
    - FCF is driver independend (you can also use the thin driver)
    - prerequisites are implicit connection cache (pool) enabled, ONS must be configured
    - in case of a failover the transcation will be rolled back automatically (not by the application); whereas using TAF you have to use a rollback to acknowledge the error
    - only one exception ORA-17008 to catch
    - application has to obtain a new connection from the cache (pool), where as using TAF the old connection object can be used, and resend the transaction (same as with TAF)
    So when to use what? The comparison on p. 27-8 was not very helpful to find an answer to this question.
    On p. 28-1 one can read that TAF does not work with the OCI Connection Pool. That's seems to be contradictory to the statement in Service Guide of 10.1.2 that OC4J takes care of both pools (OC4J and OCI). Or has something changed in 10.1.3 in that regard? May be this is because of the changes in Cache or Pool Management?
    What is the advantage of using TAF within OC4J in 10g, if there is any?
    What about select statements with FCF? You can only read about transactions. I'd assume the application would get the same exception executing a query (ORA-17008) as executing a transaction, right? So TAF should have the advantage of transparently proceeding selects after a failover. Am I right?
    I'd love to see more examples and comparisons of TAF and FCF.
    Regards,
    Eric

  • Free unlimited hosting for you!

    Space: 250 MB Ads (Banner). Unlimited bandwidth
    Upload: FTP, Browser Scripting: PHP
    Other Features: MySQL databases, PhpMyAdmin. AHCS c-panel. All file types allowed. No file size limit. POP3, Web-based Email. 30-days Inactivity limit. Automatic scripts installer.PHP flags manager. Free web hosting instant activation. Addon domains. Same company and servers as ByetHost.
    http://www.boy.us.com/freehosting.php

    Hiya,
    Being the sales Director for PHP Oracle Hosting I am proud to say that we do provide high quality of service at the cheapest prices. Our IT guys are professional consultants and are available almost 24hours
    www.phporaclehosting.com

  • Is DELL Equalogic PS4600 supported with Oracle VM 3.1?

    Hi, I am having some problems configuring Oracle VM for SAN storage, the compatibility matrix in this site: http://linux.oracle.com/pls/apex/f?p=117:3:0::NO::: shows me that there isn't any support.
    When I try to setup SAN configuration, I am having this error (please open the attachment file). The log show me an error with login on to the SAN, but I don't know where do I have to enable the access for Oracle VM and if its compatible..
    An important situation is: when I try this command:
    iscsiadm -m discovery -t sendtargets -p 192.168.1.50 (SAN IP). The commands display the correct information
    and if I try this command
    iscsiadm -m node -T  (IQN) - p (SAN IP) -- login
    The command shows me that I am successfully connected.
    Also I was searching for a solution with Oracle Metalink  Doc ID 1273899.1 I just want to know if that reference apply to this device and if its secure to try.
    Any help would be appreciated, thanks.

    Why do you have the same UUID for the 10GB and the 1.1TB LUN?
    The error is pretty straight forward. You shouldn't have the same UUID for each LUN.

  • Oracle Application Express (APEX) and WebLogic Security

    Hi,
    Has anyone tried integrating Oracle APEX (custom authentication) with WebLogic Security as the user store?
    Thanks
    Joel

    Hi
    Depending on your architecture - APEX in EBS database - or APEX in it's own database instance you're going to have to change a couple of things.
    Most importantly - EBS R12 has removed MOd-PLSQL from the Apps menus and from the HTTP listener.
    You will need another HTTP listener - Apache with mod-plsql or Database R11 with Embedded Plsql Gateway - EPG.
    Second the way that APEX is called from EBS using the Web PLSQL functions in EBS menus is no longer supported in R12.
    Check out https://sites.google.com/a/popay.be/apex-on-apps/apps - follow the contacts there - they have also developed a Java utility to call APEX from EBS R12.
    In short - depsite Oracle's 'statement of direction' to move away from mod-plsql and removing this from EBS R12 (just what motivates this wierd thinking???)- APEX is still the most flexible and cost-effective means to extend EBS functionality - especially in reporting - and it works just fine in R12.
    Good luck
    Mike

Maybe you are looking for

  • Scanning with barcodes and Acrobat 9 Pro

    We have an inhouse program that uses a barcode to send scanned papers (pdf) to a specific location on our network. There is a different barcode for everyone so that whatever they scan goes to their "queue". Is it possible to use Acrobat 9 Pro to gene

  • Problem with 0Date

    Hi Experts, Data came to PSA, in PSA it is showing error as below. Value with 000 of charecteristic 0Date is not a number with space. In this I am not using 0Date. Char. Please help me. Thanks in Advance.

  • IMac Freezing Several Times a Day

    My iMac is freezing several times a day. It started out just when I went to wake it from sleep in the morning, but now it is more often.  I read about similar issues on the discussion boards and have taken the following actions:  I have gone into Dis

  • T60 crashes randomly, boots infrequently

    I spilled a soda on my T60's keyboard several months ago (a human error guys, please spare me the condemnations I've received on other boards).  I quickly cleaned it up to the best of my ability and the computer continued to work unhindered for about

  • Photoshop CS5 Extended

    Hi, Im Jerome i just wanna ask for some help about my photoshop cs5 extended. because my 3D menu always lost, i re-installe my photoshop but no changes, still 3D menu no appearance. please someone answer my problem. for fast answer my question kindly