Where do I find Documentation around Oracle Cloud Applications?

Hello Cloud enthusiasts!
One of the great things about being a community member is being able to share information on the latest available resources, trainings, documentation etc. with other people in the community.
Today I'd like to present to you Oracle Cloud Documentation and some of the content that you can access here:
As you can see, in Get Started Section, you can access information like Oracle Cloud Terminology, how to get trial subscriptions, how to manage Cloud Services, how to manage accounts and user roles etc. You can also check currently available Oracle Cloud Services (Trial, Paid, Pre-Paid, and Pay as You Go). For each Cloud Service, you have a dedicated space with specific how-to's, around how to use, administer, report & analyse, but also FAQs and known issues. Several videos and books are available for you on the website. Take the tour and let us know what you think!
Emilia

We SVN that we use for Java and other things and we have a LOT of PL/SQL code we maintain in our PD database with SQL Developer.  I want to find the simplest method for my developers to maintain the database code while being protected from code loss with SVN.
Hence l'm looking for a best practices guide to being able to check code in/out without having to jump through hoops every time we need to make a change.

Similar Messages

  • Where can I find Documentation for Oracle financial installation

    Hi
    Where can I find Documentation for Oracle financial
    installation as which all modules to be downloaded for linuk server etc
    here is what I have found
    ===================================
    Oracle9i Application Server, Version 1.0.2.2.2 CD Pack for Linux x86 [Act as Server][to be installed on main linux server]
    ===================================
    Oracle® Applications 11i Release 9 CD Pack for Linux x86     [Act as client][to be installed on client sean,AJ,Vinod]
    ===================================
    Internet Developer Suite (1.0.2.4.1) CD Pack (with iAS Pack) for Microsoft Windows (32-bit)
    ===================================

    user11872870 wrote:
    Hi Tubby,
    http://www.quest.com/documents/list.aspx?SearchOff=true&ContentTypeID=20&prod=1
    This link has many pdf files but none has the useful information. Those pdf's are just 2 or 3 pages each.Sad Christmas for you then i suppose.
    Perhaps you could contact the vendor (quest) and get them to help you in your search for whatever it is you're looking for. An Oracle SQL and PL/SQL forum is not the venue for this, please mark the question as answered, and good luck in your search.

  • Where can I find Marketing Templates  Oracle Cloud Solutions and Services?

    Where can I find Marketing Templates  Oracle Cloud Solutions and Services?

    For 11i, I do not believe Oracle provides a seeded template for checks. You will have to create one on your own. Pl see note 312353.1 for details on how to print checks using XMLP
    HTH
    Srini

  • Where I can find documentations on how to use MyComponse API ?

    Where I can find documentation on how to use MyComponse API ?
    Any example ?
    Thanks

    not 100% sure at which point the callout to BEFOREPROCESSCOMPOSE is done, but during the process logs phase, the data in the CVR$ tables is copied into the clg$ tables, and the cvr$ table dml flags cleared
    unles the query is very complex/long running why not join the clg$ tables (only have the data that has changed, so smaller than the cvr$ tables, to your base tables for determining if relevant within the MyCompose needCompose method?
    an example from one of our MyCompose classes is
    public int needCompose(Connection conn, String clientid) throws Throwable{
    boolean baseDirty = false;
    Statement st = conn.createStatement();
    String sql = null;
    int rowCount = 0;
    int fetchCount = 0;
    ResultSet rows;
    // log user
    // sql = "INSERT INTO qpub_log (TIMESTMP,message) "
    // + " values (sysdate, '" + clientid + " assd' )";
    // rowCount += st.executeUpdate(sql);
    // need to compose if there are any relevant changes to assessment details FOR
    // TIR / SOLO assessments
    // Inspection history checklists
    // PIJ marking sheets
    // INSSI
    // Risk Assessment)
    // also changes to (in case of underlying alterations causing data to be withdrawn)
    // STATUS_LOGS
    // ROLE_ASSGNTS
    if(this.baseTableDirty("CDB_OWNER", "ASSESSMENT_DETAILS")){
    return oracle.lite.sync.MyCompose.YES;
    if(this.baseTableDirty("CDB_OWNER", "STATUS_LOGS")){
    sql = "SELECT count(clg.context_key) "
    + "FROM CDB_OWNER.ROLE_ASSGNTS rola "
    + " ,CDB_OWNER.USER_ACCOUNTS usra "
    + " ,CDB_OWNER.CLG$STATUS_LOGS clg "
    + "WHERE usra.user_name = '" + clientid + "' "
    + "AND rola.rolat_rol_code IN ('INSPECTOR','COVER_INSP','DELEG_INSP') "
    + "AND rola.context_key_by=to_char(usra.par_id) "
    + "AND rola.context_key_for=clg.context_key "
    + "AND clg.staa_seq_no=47 ";
    rows = st.executeQuery(sql);
    rows.next();
    fetchCount = rows.getInt(1);
    if (fetchCount != 0) {
    sql = "INSERT INTO qpub_log (TIMESTMP,message) "
    + " values (sysdate, '" + clientid + " assd stal" + fetchCount + "' )";
    rowCount += st.executeUpdate(sql);
    return oracle.lite.sync.MyCompose.YES;
    if(this.baseTableDirty("CDB_OWNER", "ROLE_ASSGNTS")){
    sql = "SELECT count(clg.id) "
    + "FROM CDB_OWNER.ROLE_ASSGNTS rola "
    + " ,CDB_OWNER.USER_ACCOUNTS usra "
    + " ,CDB_OWNER.CLG$ROLE_ASSGNTS clg "
    + "WHERE usra.user_name = '" + clientid + "' "
    + "AND rola.rolat_rol_code IN ('INSPECTOR','COVER_INSP','DELEG_INSP') "
    + "AND rola.context_key_by=to_char(usra.par_id) "
    + "AND rola.id=clg.id ";
    rows = st.executeQuery(sql);
    rows.next();
    fetchCount = rows.getInt(1);
    if (fetchCount != 0) {
    sql = "INSERT INTO qpub_log (TIMESTMP,message) "
    + " values (sysdate, '" + clientid + " assd rola" + fetchCount + "' )";
    rowCount += st.executeUpdate(sql);
    return oracle.lite.sync.MyCompose.YES;
    // if no relevant changes do not compose
    return oracle.lite.sync.MyCompose.NO;
    }

  • Where I can find documentation platforms (operating systems) CERTIFICATES for earlier versions of ASE (15.5, 15.0, 12.5, etc)?

    Hi....
    Where I can find documentation platforms (operating systems) certificates for earlier versions of ASE versions of ASE (15.5, 15.0, 12.5, etc)?

    The detailed certification information that used to be available on the Sybase web site is not currently externally accessible since SAP decommissioned the site - all that is currently available is the basic information in the SAP Product Availability Matrix (PAM) and the base release information available in the ASE documentation.
    ASE support is looking into ways of restoring external access to the certification reports, possibly here as SCN documents or on the SCN wiki.  I don't have any estimate for when this will be available, though.
    If you have a support contract, you can open an incident to ask about specific versions/platforms; we still have internal access to the reports.  If the support engineer doesn't know how to access the reports, ask them to get in touch with me.
    -bret

  • Where will I find in my creative cloud account how much storage space I have remaining

    Where will I find in my creative cloud account how much storage space I have remaining
    I am logging in via safari.
    Is there a way of doing this via an app

    Hello Mitchell39,
    please have a look at http://helpx.adobe.com/creative-cloud/kb/desktop-sync-getting-started.html >>> How do I check my storage from my desktop?
    Hans-Günter

  • Where can I find the sample Issue Tracker application?

    Where can I find the sample Issue tracker application?
    Regards.

    Hi Maxim
    Your version is for HTMLDB 1.5.
    I found a (little bit) newer version for htmldb 1.6: http://htmldb.oracle.com/pls/otn/f?p=18326:7:14841698881447966533::::P7_ID:1184
    But I don't testet it.
    Greetings
    Sven

  • Building JAX-WS Clients for Oracle Cloud Applications

    Hello,
    We are looking for a tutorial on how to build JAX-WS clients for Oracle Cloud Applications using Eclipse and OEPE.
    Do you know if there is any document about this, or any document that can help us on this task.
    Thanks and regards,
    Gustavo.

    A JAX-WS web service client with OEPE would be the same for a cloud service.
    https://docs.oracle.com/cd/E15315_09/help/oracle.eclipse.tools.weblogic.doc/html/webservices/start.html
    For developing for Oracle Cloud refer
    https://apex.oracle.com/pls/apex/f?p=44785:24:100395514147349::NO::P24_CONTENT_ID%2CP24_PREV_PAGE:7026%2C2

  • Where can I find documentation on MSS 50.1.3?

    Hi All,
    I am looking for documentation on Manager Self Service 50.1 (The ITS version of MSS). Can anyone tell me where I can find information or documentation for this?
    Thanks
    Raj Balakrishnan

    Hi,
    Are you looking for a configuration document ? You can find all the configuration realted guides in https://service.sap.com/mss-staging. Go to Factory: Manager Self-Services
    Incase you are looking for Business Package related information, Here are couple of notes and links that may help you.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4338ab90-0201-0010-d088-db1d02380543
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/cac37c4c-0601-0010-c8a8-87d1b892af30
    Also have a look at these notes: 484051, 568557 and there many more related notes which can find in these notes.
    Regards,
    Sunil

  • Where can I find documentation that explains how

    I would appreciate it very much if somebody could tell me
    where can I find a documentation that explains how is it possible to customize the <jbo:ShowHint, similar to the way custom renderers customize <jbo:RenderValue...?
    Thx

    A try at google with sufficient keywords often reveals the answer.
    My estimate is 60-80% of the questions posted here can be solved by constructing a good google search, and take some time to read the hits.
    Of course experience with using linux helps (to choose the rights search keywords)
    To the original poster: there is a very valuable command called 'man', which means 'manual'. if you need information about commands, use the manual, for example: man lsto learn about the 'ls' (list) command. also try man manthe manual page about the manual pages command.

  • Where Can I find Linux for Oracle?

    Please tell me where I can find it.
    Pao.
    @}-->>-----

    The most simply way is http://www.oracle.com/technologies/linux/index.html
    Which you access from http://otn.oracle.com <g>
    >
    About CentOS? I havn't try it. It is a 100% Red Hat EL clone. Ditto, White Box Linux at http://www.WhiteBoxLinux.org
    Did it work fine oracle 10g install in CentOS?Since it is a clone, it works like Red Hat EL. Since Red Hat EL is certified, CentOS works as well - just not certified by Oacle and therefore not available for Oracle Support. But then, you don't pay CentOS or White Box for support you don't use.
    I've been using the clones for test and demo for years. As have a lot of others.
    IMO - for production, use Oracle Enterprise Linux, RedHat EL, or SuSE LES and be supported, but pay for it.

  • Where do I find documentation for the WinRT / Windows Universal versions of CloudBlockBlob?

    I am developing a Windows Universal app in which I need to upload a FileItemThumbnail to Azure blob storage. One thing that is making this tricky is that I cannot find the correct documentation for CloudBlockBlob. For example in the documentation I can find
    (https://msdn.microsoft.com/en-us/library/azure/microsoft.windowsazure.storage.blob.cloudblockblob.aspx) the method
    UploadFromFileAsync has a number of overloads each including a System.IO.FileMode parameter. But System.IO.FileMode is not available under Windows Universal. Using the metadata in Visual Studio I see that the two overloads of UploadFromFileAsync available
    to me are:
    public IAsyncAction UploadFromFileAsync(StorageFile source);
    public IAsyncAction UploadFromFileAsync(StorageFile source, AccessCondition accessCondition, BlobRequestOptions options, OperationContext operationContext);
    Where do I find the documentation for the WinRT / Windows Universal version of CloudBlockBlob?

    Hi,
    You could refer the following links for documentation on uploading and downloading files from Azure Storage with Windows Universal App.
    https://code.msdn.microsoft.com/windowsapps/Universal-Windows-Apps-1ea96689
    https://code.msdn.microsoft.com/windowsapps/How-to-operate-Azure-blob-f0210e2e
    http://blogs.msdn.com/b/webapps/archive/2014/09/24/upload-and-download-files-from-azure-storage.aspx
    Hope this helps.
    Regards,
    Malar.

  • Where can I find MMC for Oracle MTS?

    According to 'Oracle Services for Microsoft Transaction Server Developer's Guide', the mmc for Oracle MTS can be invoked by clicking (Start > Programs > Oracle - HOME_NAME > Application Development > Oracle Manager for Microsoft Transaction Server) Heh heh, there is even a picture of the mmc in the documentation.
    I've checked three computers that have Oracle Client 9.2.0.6 (Adminstrator configs) installed. The mmc doesn't appear to be installed on either of the computers.
    However, the OracleMTSRecoveryService was created when the Oracle Client was installed but the service needs to be configured. If the mmc was not installed then how do I manually configure the registery to point OracleMTSRecoveryService to a specific instance on another server. Ie. Setup OracleMTSRecovery Service for FOO_BAR. The FOO_BAR alias in tnsnames.ora is instance FOO on server BAR using port 1521.
    The script 'oramtsadmin.sql' has been run on FOO_BAR.
    LOL - Should I be concerned that Installation chapter of the 'Oracle Services for Microsoft Transaction Server Developer's Guide' talks more about deleting OracleMTSRecoverService than installing it?

    The publically available information is available at http://www.oracle.com/technology/documentation/applications.html
    Last time I looked (several years ago), the TRMs were available only through Support to users registered to use the Apps. My info might be out of date - suggest you open a Service Request with Support.

  • Where can I find a list of Adobe Application Manager (AAMInstaller) error codes?

    I'm seeing an error 253 when installing Acrobat and error 81 when installing Illustrator, and can't seem to find documentation anywhere.
    Mac OS X - 10.9.5

    Error code 81 indicates that there are background process running which is conflicting installation process :
    Launch Activity Monitor and "Force Quit" all the process related to Adobe like Creative Cloud, CoreSync, AAMupdater, AAMupdater notifier,, PDAPP, Setup* (root) , Adobe Crash demon from Activity monitor.
    The try to install.

  • Where can i find some real-life flex applications?

    Hi,
      i am trying to find some real-life flex applications.
      previously, there is a list of application in :http://flex.org/showcase/
      but, now (after site reconstruction?), the list is gone.
      anyone have that list of applications?
      or could you please give me some list of flex application??
      thank you.

    Hi all,
      thank you for your advices...
      actually, i am assigned a task to do a preliminary study about whether Flex is a good candidate for revamp my
    company's core application (about healthcare -- that serve many patients a year)..
      currently, the application is written in powerbuilder, which consist of the following functions (in simplest and in technical term):
    1. draw picture and show image (for diagnosis )
    2. create report dynamically and print report (PB datawindow)
    3. integrate with OS (mainly win32 dll / C library...etc) for third party equipment (e.g. thermo printer, credit card / debit card reader, medical
        equipments...etc)
    4. integrate with other systems (through HTTP, FTP or web service)
    5. barcode generation ....1D, 2D or even QR code..etc
    i have created a sample application, with flex builder 3, to evaluate:
    1.  draw picture and show image
         ==> simple line/ dot / polygon, is there any good and common library for drawing?
    2. create report dynamically and print report (PB datawindow)
        ==> use jasperreport (in server side) and jasrereport flash viewer (code modification required to add print and paging function)
                to show report and print report.... is there a good reporting solution for flex?
       ==> dynamic report generation seem difficult...need to build from scratch?
    3. integrate with OS (mainly win32 dll / C library...etc) for third party equipment (e.g. thermo printer, credit card / debit card reader...etc)
       ==> seems impossible with flex due to security issue. require activex or java applet and javascript with externalinterface..
    4. integrate with other system (through HTTP, FTP or web service)
       ==> HTTP OK (with seems no buildin HTTP basic authentication support, require to add header by code)
       ==> web service  OK (but no buildin ws-security X.509, SAML  supported, [user name token profile support by using 3rd library])
    5. barcode generation
       ==> not test
    i haven't test all other functionality yet.... but after playing flex for a while,
    i am not confident that i should go ahead with flex for the application revamp...
    it seems flex is strong in UI...but weak for other functionality...especially integration with other systems....
    anybody have some reference materials / opinion for me that can convince me to invest more effort about evaluation of flex?
    thank you.

Maybe you are looking for