How to distribute Oracle Argus Cloud Service?

Hi,
In order to apply to distribute Oracle Argus Cloud Service Knowledge Zone products, you must 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) to the FUDA Agreement, or be in the process of applying for one.
Have met the resale competency criteria set forth below.
Job Role
Assessment
Staff Criteria
Sales
Oracle Health Sciences Cloud Service Solutions Sales Specialist 
Guided Learning Path
Assessment
2
Sales
Oracle Argus Standard Edition 7 Sales Specialist 
Guided Learning Path
Assessment
1
Sales
Oracle Argus Enterprise Edition 7 Sales Specialist 
Guided Learning Path
Assessment
1
PreSales
Oracle Argus Standard Edition 7 PreSales Specialist 
Guided Learning Path
Assessment
1
PreSales
Oracle Argus Enterprise Edition 7 PreSales Specialist 
Guided Learning Path
Assessment
1
Support
General Product Support Specialist v4.0 
Guided Learning Path
Assessment
1
For more detailed information for Oracle Argus Cloud Service product, please refer to OPN site.
Thanks.
Yu Cui

Hi Tarek Fathy,
Oracle Documents Cloud Service has the capability to integrate with on premise or cloud applications via a published REST API. A new version of this API has recently been released. You can find deals on the API at:
http://docs.oracle.com/cloud/latest/documentcs_welcome/WCCCD/odcs-getstarted.htm#WCCCD3106
If you require assistance with integration, please don't hesitate to contact me.
Regards
Craig
Oracle Documents Cloud Service

Similar Messages

  • 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

  • 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

  • EJB on Oracle Java Cloud Service

    Hi, I am new to the world of Java, EJB, Weblogic Server.
    Steps that I have carried out -
    1. I have implemented a HelloBean, HelloHome, HelloObject - objective is just to print "Hello" through one of the bean's biz method.
    2. I created class files for the above 3 java programs.
    3. I have created a JAR file of 3 javas programs, its' class, along with the required META-INF/ejb-jar.xml.
    4. Now, when I tried to deploy this JAR file in Oracle Java Cloud service, I got errors stating that RemoteException is not allowed, EJBObject is not allowed. So, I changed everything to local removing RemoteException reference, changing EJBObject to EJBLocalObject.
    Now, the questions -
    a] Reference to point (4), why should I have it as LOCAL? Is it because the client is excepted to be in the same heap of the Cloud?
    b] I deployed the JAR file in cloud, but when I checked the logs, it was looking for WAR file. I understand that WAR will have access points that will inturn use the JAR that I created.
    c] Reference to point (5), how do I invoke the biz method now?
    Thanks,
    J

    I get this below message when I try to follow the Application URL when I opt for "Test Application" of the above in Oracle Java Cloud Service.
    Error 403--Forbidden
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.4 403 Forbidden
    The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity. This status code is commonly used when the server does not wish to reveal exactly why the request has been refused, or when no other response is applicable.
    This is in reference to the last question raised above.

  • 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?

  • Application deployed on Oracle Java Cloud Service - SaaS Extension is not connecting with cloud database.

    Hello Experts,
    I have deployed an ADF application on Oracle Java Cloud Service - SaaS Extension and also deployed database objects from local environment to cloud using JDeveloper. I can see the cloud database has tables and data which I have deployed but when I access the application it seems it is not able to connect with cloud database.
    I have followed below document and same sample application (HRSystem). 
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/java/JDeveloperPart1/jdeveloperPart1.html
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/java/JDeveloperPart2/jdeveloperPart2.html
    Please guide me what can be the issue.
    Regards
    Gulam Dyer

    Hi,
    Can you give us more details about your issue? Any error messages?
    Thanks,
    Bogdan

  • How to enable diagnostics in cloud services and virtual machine

    Hi All,
    I need to enable diagnostics  for cloud services and virtual machine in our
    cloud environment. I referred the below link.
    https://convective.wordpress.com/2014/06/27/using-azure-monitoring-services-api-with-azure-cloud-services/
    Installed azure SDK 2.5 and cloud services instance is not displayed for cloud services in Visual studio 2013. Please provide the steps to enable at run time. 
    1) How to enable this diagnostics at run time.
    2) How to enable event logs for cloud and Virtual machine
    3) How to get the event log data's from REST API.
    Please help to resolve this.
    Thanks.
    Regards,
    Rathidevi

    hi Rathidevi,
    In addition, you could enable diagnostics feature on VM from this blog:
    http://azure.microsoft.com/blog/2014/09/02/windows-azure-virtual-machine-monitoring-with-wad-extension/
    Please refer to it.
    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.

  • 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 install Oracle Forms Developer/Services 6i Release to Ubuntu

    Oracle Forms Developer/Services 6i Release 2 for Linux
    I've downloaded this software for ubuntu but I couldn't install.
    Does anyone know how to install this package?

    Hi,
    To my knowledge Forms Developer/Services 6i Release 2 are not certified for Ubuntu.
    Check Certify: www.oracle.com/technology/support/metalink/index.html
    Regards,
    Martin

  • 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

  • Quick check: How many of you use Cloud services?

    Hi everyone
    Quick poll here...
    How many of you actually 
    1. know what  cloud services are;
    2 and use them, 
    3. for what purposes?
    Do share with us here.
    serene
    Community Advocate Program Manager
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

    Corrine,
    I think you make a great point - we often think about "cloud" as something that is still out there and "coming soon" when in truth we are, and have been using it for some time.  If we think about it, most software as a service tools that we use everyday are in fact, cloud applications.
    For example, this forum is a cloud application.  The data is stored on servers, and users can sign in and interact with it globally.  Attachments can be downloaded, and content can be shared into other eco systems.
    Gmail, Hotmail, most of our internet driven emails are probably cloud apps in that context and we've had them for many years.  
    If this qualifies, I guess I'm raising my hand...
    Mark
    ThinkPads: S30, T43, X60t, X1, W700ds, IdeaPad Y710, IdeaCentre: A300, IdeaPad K1
    Mark Hopkins
    Program Manager, Lenovo Social Media (Services)
    twitter @lenovoforums
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • 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

  • HT204053 How do I start a cloud service ?

    How do I start a cloud so I can hear my music from anywhere

    You would have to delete your current iCloud account from your phone "Settings > iCloud > Delete Account" in order to setup and use your old iCloud account for all the iCloud services again.
    Of course you could also add your old account only for Mail as a secondary account in "Settings > Maiil, Contacts, Calendars > iCloud" and continue using your new account for all other iCloud service, but I assume that you prefer option 1.

  • Is there a Trial Version for Oracle SRM Cloud Service?

    Oracle Gold partners or above can have access to Oracle Social Relationship Management Cloud Service via a demonstration account. Eligibility criteria are to be found here: Oracle Social Relationship Management - Get Started | Knowledge Zone | Oracle PartnerNetwork > Get Specialized  > Review specialization criteria.
    There is no trial version of Oracle SRM for the moment.
    You can work with our experts at Partner Business Center on getting your free demonstration environment for Oracle SRM.
    Emilia

    1.— You are not addressing Adobe here.
    2.— CS6 (Photoshop 13.x) is still being sold and it is the last perpetual-version of Photoshop to be sold, forever.  New versions are by subscription only.
    3.— Photoshop CC (Photoshop 14.x) has already been superseded by Photoshop CC2014 (Photoshop 15.x).
    4.— The 30 day trial of Photoshop CS6 13.0 is available as a free download to anybody who wants to try it.  You should be able to find it in this web site, but if you're having trouble finding it:
    https://creative.adobe.com/products/download/photoshop

  • 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.

Maybe you are looking for

  • Bar Chart: Bar Z-Index

    I am trying to create a vertical bar chart. However, I have run into a small snag. My chart: - The X-axis has the next 12 months. - Y-axis has calculated values. I have multiple calculated values(bars) for each month(Column). Because of this I need t

  • Upgrading Acrobat Standard 9  to Standart XI

    To upgrade Acrobat Standard 9 to Standard XI; Australian website, cost AU$199.00 US website, cost US$139.00 Why the cost diparity? Is there a difference in software? Why souldn't I upgrade from the US website and save 1/3 of the price?

  • Trying to copy object bus1001006

    I am trying to crate a workflow for material change for that I need to copy object BUS1001006 while creating a container , I am getting an error message staying ‘Object type 'ZRSP1001' is not defined’ please guide me what could be cause of it

  • Code: right or wrong

    Write a code that prints all numbers between 0 and 36. public class Printnumbers      public static void main(String[] args)                     for (int i = 0; i < 37; i = i++) { // Test and Loop                      System.out.println( i++);      }

  • ASA 8.4(6) in HA

     Hi.  I am implementing ASA in failover mode so want your help to setup it. I have two 5525 ASAs ver 8.4(6) both will be connected to core switch.  I am little bit confuse that do i need to take a seperate inetrface for failover on both ASA over whic