Configuring EMail in Database Cloud Service(Schema)

Hi
I am trying to use APEX_MAIL for emailing. Before using this, Where do I configure SMTP host , port ...etc in my Database Cloud Service.??
I tried log in to APEX console of my Database, Administration tab but I didn't find any place to setup this information.
I am using DB cloud Service associated with JCS-SAAS Extension (Trial version)
Thanks
Samrajyam

I don't think you need or even can change the configuration. You should be able to send and email with:
BEGIN
    l_id := APEX_MAIL.SEND(
        p_to        => '[email protected]',
        p_from      => '[email protected]',
        p_subj      => 'APEX_MAIL',
        p_body      => 'Some content',
        p_body_html => '<b>Some content</b>');
END;
For details of APEX_MAIL refer to the documentation.
Jani Rautiainen
Fusion Applications Developer Relations
https://blogs.oracle.com/fadevrel/

Similar Messages

  • Network security with Oracle Database Cloud Service

    Does the Oracle Database Cloud service support SSL? Or, any form of network encryption/authentication between a client and the service across the Internet?

    Thank you Rick. I'm intending to use Oracle Database Cloud Service as a "Database-as-a-Service", however I have read that it is actually more of a "Platform-as-a-Service" offering.
    What I would like to do is to interact with the Oracle Database Cloud Service via a local JDBC client. However, from further reading, it looks like the only way to interact with the Oracle Database Cloud Service from a non-Oracle-cloud-based client is via its RESTful web services (which, as you said, support SSL).
    That is to say, I cannot simply connect to the Oracle Database Cloud Service from a local client just through JDBC alone. It looks like I would have to configure my client to make the relevant RESTful web service calls instead, and likewise configure my settings on the Oracle Database Cloud Service to make the necessary translations (from REST to SQL).
    Just to finally clarify, is my above understanding correct?

  • I want to resell Oracle Database Cloud Service. What are the criteria to do so?

    In order to resell Oracle Database Cloud Service, partners need to meet the following criteria:
    Be a Gold, Platinum, or Diamond member of the Oracle PartnerNetwork in good standing with a valid OPN Agreement.
    Have a valid Full Use Program Distribution Agreement (FUDA) with Oracle, or be in the process of applying for one.
    Have a valid Cloud Services Distribution Addendum (CSDA) or be in the process of applying for one.
    For questions about the criteria, how to apply for OPN, FUDA and CSDA please contact the Oracle Partner Business Center via phone, email or chat. The social media service also is available on Twitter at @OrclPartnerBiz
    Thank you.
    Emilia

    Hi Srini,
    In order to resell our Cloud Services, please see below the current requirements:
    Be an Oracle PartnerNetwork member in good standing (Gold or higher) with a valid OPN Agreement
    Meet the resale competency criteria set forth within each of the Knowledge Zones (listed here)
    Execute a Full Use Program Distribution Agreement (FUDA) and Cloud Services Distribution Addendum (CSDA)
    You can also find more information here.
    Thanks

  • Is there a way to terminate Oracle Database Cloud Service - S5 service?

    Hi All,
    I'm having a very terrible situation here. I have been trying to terminate my database cloud service but nobody in Oracle sale team or support team are able to do it. I spoke to a guy from sales team and he forwarded my call to a guy in support team which he said he'll do it and gave me a reference number. A few weeks later I got an email from a billing department asking me to pay the amount that was due. I explained to him the situation and got no words back from him. Guess what! today I checked my bank account and found that Oracle has taken the payment from me!
    I'm furiously angry with Oracle! It seems that there is no escape from the cloud service!  the customer service is terrible and there seems no co-ordinations between different departments.
    I really appreciate for your help as I dont who I should and can speak to.
    Cheers,
    Syaifuddin

    Not good to hear.... I hope it has been resolved by now.
    However, in case of such an event, which will not happen to often, you can always request your bank to block this until the situation has been resolved. In esscece this should not happen however I can imagine that in a very unlikely scenario this could happen.
    Hope Iloon Wolff-Oracle has been able to resolve this for you.
    Regards,
    Johan Louwers.

  • GetConnection from Oracle Database Cloud Service

    I created a table at the internal JCS instance, and tried to create a web service to insert the data into the table. It's a simple insert operation, so I prefer to coding it without JPA or ADF business component.
    So far, the web service works, but it can't connect to database service.
    Here is my code snippet of the web service method which deployed on JCS, and the jndi name is database,
            try {
                Context ctx = new InitialContext();
                DataSource ds = (DataSource)ctx.lookup("database");
                conn = ds.getConnection();
                String sql = "insert into bvrequest(user_id,activity) values(?,?)";
                pstmt = conn.prepareStatement(sql);
                pstmt.setString(1, userid);
                pstmt.setString(2, activity);
                pstmt.executeUpdate();
                return "OK";
    The thrown exception is,
    weblogic.jdbc.extensions.PoolLimitSQLException: weblogic.common.resourcepool.ResourceLimitException: No resources currently available in pool database to allocate to applications, please increase the size of the pool and retry..
    Is it a correct way to use Database Cloud Service? Any suggestion/comment is welcome.
    -Paula

    Hi Paula -
    I think you need to ask this question in the Java Cloud Service forum.  If you are trying to make a connection to a Database Cloud Service from Java outside the Oracle Public Cloud, you cannot do it with JDBC.  You can only use RESTful Web Services from outside the Oracle Public Cloud to access the Oracle Database Cloud.
    Hope this helps.
    - Rick Greenwald

  • How to configure Anti Malware for cloud Services

    Is there a way to enable Anti-malware monitoring of cloud service. With the latest release for enabling cloud service, should we still need to have power shell has start up for cloud Services and Power-shell will invoke XML template of anti malware.
    I could not be proper documentation of how to enable from Cloud Services solution perspective
    Here are the Some of the questions:
    Should i still need to have Power shell has startup and configure it for CSDEF file
    Where should i place xml template in cloud project, in the power shell, we need to give location of xml file, should xml file and power shell script should be @ same level i.e in the same directory
    If we enable Monitoring of Anti malware services for cloud services, we need to give storage account, is there a way where storage account pickup dynamically based on envrionment we are deploying. End of the day,I'm looking for automated way of setting
    Monitoring in Production and UAT envrionments
    Mahender

    hi Mahender,
    Thanks for your posting!
    For this issue, you could refer to this document and tutorials (Microsoft Antimalware Whitepaper ). And you need use the Azure Powershell (http://msdn.microsoft.com/en-us/library/azure/dn771718.aspx).
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Problem configuring Email transport for business service

    Hi,
    I'm trying to configure an email transport for an outgoing business service and the General Configuration page is showing the error:
    [WliSbTransports:381030]Neither SMTP nor mail session exists
    and consequently the Email Transport configuration page has both the SMTP Server and Maill Session pull downs greyed out.
    I presume there is some external configuration required so that OSB can discover the SMTP service but I can't find any reference to this. Can someone help?
    regards

    Blog at http://blogs.oracle.com/christomkins/2007/12/sending_an_email_from_oracle_s.html by Chris Tomkins should help. Did you configure SMTP server in OSB?
    Cheers
    Manoj

  • Configuring emails for database backup

    I have the query as to where to configure the emails for backup completion in Oracle 11g. The detailed steps would help.
    I hope my question is clear as to how to configure the email notification for backup completion in Oracle 11g.
    Please revert with the reply to my query.
    Regards

    972145 wrote:
    I have the query as to where to configure the emails for backup completion in Oracle 11g. The detailed steps would help.
    I hope my question is clear as to how to configure the email notification for backup completion in Oracle 11g.
    Please revert with the reply to my query.
    RegardsThere is about emailing that is specific to backups. It is simply an OS utility. Google 'sendmail' and 'mailx'. Have your backup job (or any other job) create a log file, then use the OS mail utility to email that log file.

  • Database access from Oracle Java Cloud Service application

    I have registered for Oracle Java Cloud Service for trial period. I want to deploy a Spring MVC 3.2 and Hibernate 4.0 web application.
    I created a table in the Database Cloud. I am not sure how do I access the Database Cloud Service from my application.
    Need your guidance/pointers/references that can help me establish connection from my application to the database.
    Thanks,
    Ujjwal

    Hi,
    Use JPA - see the visitors example, it uses @PersistenceUnit injection with previously weaved .class entity files.
    You can use application managed EMF's and EntityManagers with code like the following - which is not preferable to using @PersistenceContext injection on an @Stateless session EJB but...
              EntityManagerFactory emf = Persistence.createEntityManagerFactory("JPAServletPU");
              EntityManager em = emf.createEntityManager();
              EntityTransaction transaction = null;
              try {
                   transaction = em.getTransaction();
                   transaction.begin();
                   Visitor entity = new Visitor();
                   entity.setName(name);
                   entity.setNum(num);
                   em.persist(entity);
                   transaction.commit();
                   System.out.println("Committing: " + entity);
              } catch (Exception e) {
                   e.printStackTrace();
              } finally {
                   em.close();
                   emf.close();
    Use a persistence.xml like the following
    <persistence version="2.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd">
    <persistence-unit name="JPAServletPU" transaction-type="JTA">
    <provider>org.eclipse.persistence.jpa.PersistenceProvider</provider>
         <!--https://cloud.oracle.com/mycloud/f?p=5300:1000:259334829915901-->
    <jta-data-source>database</jta-data-source>
    <class>com.vision.cloud.jpa.Visitor</class>
    <exclude-unlisted-classes>false</exclude-unlisted-classes>
    <properties>
         <property name="eclipselink.target-database" value="Oracle10g" />
    <property name="eclipselink.ddl-generation" value="create-tables"/>
    <!-- property name="eclipselink.ddl-generation" value="drop-and-create-tables"/-->
    </properties>
    </persistence-unit>
    </persistence>
    Check out a tutorial on WebLogic JPA ORM usage here to get started as well.
    http://wiki.eclipse.org/EclipseLink/Examples/JPA/WebLogic_Web_Tutorial

  • CTXSYS.Context in Oracle Multitenant Database (Cloud) - is this supported?

    Hello guys,
    I am new to the world of apex which makes the administration console for the oracle database cloud a trivial ground for me.
    I am trying to setup context indextype which i require for some applications on the jcs front end. however, i am having no luck setting up this index types.
    I havent been able to find any resources regarding the CTXSYS package within the oracle database cloud documentation so I am hoping someone out here may have a few tips or tricks for me.
    How can I grant execute on CTXSYS.CTX_DDL object to my database users?
    thanks.

    There's no oracle text support for database cloud services shamefully.
    I cant help but wonder why oracle wont support features of its own product, not something to brag about "Oracle!!!!"

  • Can an Inhouse built C# application be hosted on DB Cloud Service

    Hi Experts,
    I have a query from one of our customers. They are running their own inhouse built C# application using .NET Framework 3.5 and would like to run this application on Oracle Database Cloud service.
    Can someone please advice if this is possible and supported. Thanks in advance. Looking forward to your great help.
    Best regards,
    Edward

    Edward -
    It doesn't sound like this is at all possible. You cannot run C# in the Database Cloud and we do not support access via .NET.
    Please review some of the materials and FAQs about the Database Cloud to learn how to use it and access data within the Database Cloud, and thanks for your interest.
    - Rick Greenwald
    Edited by: RickG on Nov 13, 2012 2:07 PM

  • Trial subscription for Oracle BI Cloud Services (BICS)

    I need help from anyone to get a trial subscription for Oracle Business Intelligence Cloud Services.
    Thanks in Advance
    Stanley T

    Hi Emilia,
    There in the link I see provisions to buy a paid subscriptions and couldn't get an trial subscription. Please can you help on the same, as I would like to have an experience of the BICS before purchasing a paid subscription. Whereas I am seeing a provision "Try it" for Database cloud services like the below
    Regards
    Stanley T

  • Databack plan in Oracle Fusion cloud service.

    Hi,
    My Customer is using fusion financial application in cloud. They have the following queries
    1. We wanted to understand how the data backup and maintenence will be performed?
    2. What would be the back up plans implemented?
    3. How long will the downtime?
    4. What security measures will be taken during data back-up to prevent data corruption by other customers using the same cloud data servers?
    Can any one give some insights onto this?
    Thank you,
    Aditya Telidevara

    Hello Aditya -
    You should direct your questions to a forum on Fusion apps - this is for the Database Cloud Service.
    Hope this helps.
    - Rick Greenwald

  • Azure VM Web Servers, Cloud Service and SSL?

    I am deploying two web servers in a cloud service for load balancing. I have tested and I have that working with no problems. My question is how do I setup for SSL? Do I setup a certificate on the cloud service? Do I setup on each server? Any help would
    be greatly appreciated!!

    Hi,
    You could use the following link to configure SSL for your Cloud Service:
    http://azure.microsoft.com/en-us/documentation/articles/cloud-services-configure-ssl-certificate/
    Regards,
    Malar.

  • How to configure email Alerts in OEM Cloud 12c for Database Servers up/down

    Hi everybody,
    How to configure email Alerts in OEM Cloud 12c for Database Servers up/down status?
    Regards,
    Miguel Vega

    Hi Miguel Vega,
    Information regarding the notifications:
    ==============================
    Configuring notification rules in 12c is different from earlier releases.
    The concept and function of notification rules has been replaced with a two-tier system consisting of Incident Rules and Incident Rule Sets :
    1. Incident Rules: Operate at the lowest level granularity (on discrete events) and performs the same role as notification rules from earlier releases.
    By using incident rules, you can automate the response to incoming incidents and their updates.
    A rule contains a set of automated actions to be taken on specific events, incidents or problems.
    The actions taken are for example : sending e-mails, creating incidents, updating incidents, and creating tickets.
    2. Incident Rule Set: A rule set is a collection of rules that applies to a common set of objects, for example, targets, jobs, and templates.
    To help you to achieve the Notification Rules configuration, refer those notes :
    How To Configure Notification Rules in 12C Enterprise Manager Cloud Control ? Doc ID 1368036.1
    EM12c How to Add and Configure Email Addresses to EM Administrators and Update the Notification Schedule ?Doc ID 1368262.1
    EM12c How to Subscribe or Unsubscribe for Email Notification for an Incident Rule Set ?Doc ID 1389460.1
    EM 12c How to Configure Notifications for Job Executions ? Doc ID 1386816.1
    Best Regards,
    Venkat

Maybe you are looking for

  • How do I open a port needed to run an application when I am using wireless internet at a hotel? Specifically port 13000?

    Hi all! I am trying to use an application called freephoneline.ca which gives you a phone number that people can call via an app on your computer. It was working perfectly at home but now I am at a hotel and I am not getting any sound. From running a

  • IPad recording interface with built in speaker

    Are there any simple recording interfaces for iPad like iRig that have a built in speaker?  I hate using headphones and I want something simple, not a professional setup (like an track dock where I have to connect powered speakers,etc)-I can do that

  • Sql loader from java

    Hi I try running the program in command prompt its working ,but when i try run from my java application its not working . I am trying to run the code import java.io.BufferedReader; import java.io.InputStream; import java.io.InputStreamReader; import

  • Not well defined classpath when using XML-RPC

    Hello, im trying to setup a webservice using XML-RPC I get real time ClassNotDefined exceptions, and all i can suppose, i haven't set up the classpath correctly. I must inform you, that i've allready put the xerces.jar, xmlrpc-1.2-b1.jar (and so on..

  • Dynamic custom XML in resource gantt

    Hi all, I want to create a Ressource Gantt Chart based on a dynamic XML - Source. Here is what I have done so far: 1. Create a Table GANTT_INFO: CREATE TABLE GANTT_INFO EMP_ID NUMBER, TASK VARCHAR2(255 BYTE), PARENT_ID NUMBER, START_DATE DATE, END_DA