Oracle Support for Virtual Sever

Is it supported to run Oracle databases on Linux virtual servers without using OVM. I have a Linux server(RHEL) which has been virtualized to 3 hosts using strictly virt-install . If I have Oracle issues on those virtual servers will Oracle support this ( we do have support license for Oracle) eventhough we didn't use OVM to create and maintain the virtual hosts.

Hi,
the policy should be the same as with VMWare or any other Virtualisation product on x86 (except Oracle VM and Solaris Containers). It is supported:
https://supporthtml.oracle.com/ep/faces/secure/km/DocumentDisplay.jspx?id=249212.1
But not certified (as with Oracle VM):
https://supporthtml.oracle.com/ep/faces/secure/km/DocumentDisplay.jspx?id=942852.1&h=Y
Sebastian

Similar Messages

  • Support for virtual IP in WKA list

    I am attempting to implement Coherence Grid Edition 3.5.3 Patch 7 . It's running on Sun Java 1.6.06 on a Solaris 5.10 machine (which I will call machine A1) which has an ip address 1.2.3.261. Also, there is a virtual IP address 1.2.3.260 which points to this same machine A1, as well as a hostname that maps to the virtual IP address of the machine A1.
    (Note: I have mocked up the IP addresses in this post for security reasons).
    I am using WKA due to concerns of the local network admins regarding multicast (debatable, but for now let's please assume I need to go with WKA).
    If this production machine A1 develops any problem, we can quickly switch to an alternate machine A2. The alternate machine A2 contains automatically replicated copies of all of our important sub-directories (including the coherence xml configuration files), but it does have a different IP.
    During a failure of machine A1, we would shut down machine A1, start up machine A2, and reroute the virtual IP to alternate machine A2's true IP. Machine A2 would be supplied a copy of the file-system that A1 had when A1 was shutdown.
    We would seek to not have to edit any configuration files on A2. It is difficult to maintain alternate configuration files using our current replication scheme, and any machine-specific customizations are problematic.
    Therefore, we would prefer to list the virtual IP of machines A1 and A2 in the WKA list, rather than the true IP of these machines.
    However, when I attempt to list the virtual IP in the WKA list...
                   <well-known-addresses>
                        <socket-address id="1">
                        <address>1.2.3.260</address> <!--virtual ip -->
                        <port>8088</port>
                        </socket-address>
                   </well-known-addresses>
    ... I get the error below.
    2010-09-03 12:01:51.464/1.401 Oracle Coherence GE 3.5.3/465p7 <D5> (thread=Cluster, member=n/a): Service Cluster joined the cluster with senior service member n/a
    2010-09-03 12:01:54.760/4.697 Oracle Coherence GE 3.5.3/465p7 <Error> (thread=Cluster, member=n/a): Node myhostname/1.2.3.261:8088 is not allowed to create a new cluster; WKA list: [1.2.3.260:8088]
    2010-09-03 12:01:54.760/4.697 Oracle Coherence GE 3.5.3/465p7 <D5> (thread=Cluster, member=n/a): Service Cluster left the cluster
    Exception in thread "main" java.lang.RuntimeException: Failed to start Service "Cluster" (ServiceState=SERVICE_STOPPED, STATE_ANNOUNCE)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.start(Service.CDB:38)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.start(Grid.CDB:38)
    at com.tangosol.coherence.component.net.Cluster.onStart(Cluster.CDB:395)
    at com.tangosol.coherence.component.net.Cluster.start(Cluster.CDB:11)
    at com.tangosol.coherence.component.util.SafeCluster.startCluster(SafeCluster.CDB:3)
    at com.tangosol.coherence.component.util.SafeCluster.restartCluster(SafeCluster.CDB:7)
    at com.tangosol.coherence.component.util.SafeCluster.ensureRunningCluster(SafeCluster.CDB:27)
    at com.tangosol.coherence.component.util.SafeCluster.start(SafeCluster.CDB:2)
    at com.tangosol.net.CacheFactory.ensureCluster(CacheFactory.java:998)
    at com.tangosol.net.DefaultConfigurableCacheFactory.ensureService(DefaultConfigurableCacheFactory.java:905)
    at com.tangosol.net.DefaultCacheServer.start(DefaultCacheServer.java:139)
    at com.tangosol.net.DefaultCacheServer.main(DefaultCacheServer.java:60)
    2010-09-03 12:01:54.763/4.700 Oracle Coherence GE 3.5.3/465p7 <Error> (thread=main, member=n/a): Error while starting cluster: java.lang.RuntimeException: Failed to start Service "Cluster" (ServiceState=SERVICE_STOPPED, STATE_ANNOUNCE)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.start(Service.CDB:38)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.start(Grid.CDB:38)
    at com.tangosol.coherence.component.net.Cluster.onStart(Cluster.CDB:395)
    at com.tangosol.coherence.component.net.Cluster.start(Cluster.CDB:11)
    What exactly is being checked here? Does each Coherence instance expect to see it's own IP listed in the WKA list, and refuse to run if it can't find it's own IP on the list?
    Is the instance detecting it's own IP via an operating system call, or is there some way I can influence the instance's sense of what IP it is running on?
    Is there any advice for supporting this kind of virtual IP scenario?
    I have tried listing the hostname with no better success, because the hostname points to the virtual IP, and therefore has the same effect as listing the virtual IP.
    As a workaround, I have altered the WKA list to list of the true IPs of both machines...
                   <well-known-addresses>
                        <socket-address id="1">
                        <address>1.2.3.261</address> <!-- A1 -->
                        <port>8088</port>
                        </socket-address>
                        <socket-address id="2">
                        <address>1.2.3.262</address> <!-- A2 -->
                        <port>8088</port>
                        </socket-address>
                   </well-known-addresses>
    ... even though both machines will never be up and running at the same time. This workaround avoids the error and the cluster appears to come up. I am not sure if there's any ill effect that at any given time one of these two IPs will never be up and running.
    Despite my workaround, true support for virtual IPs would be superior; listing all the true non-virtual IPs in the WKA list means re-editing the list as the hardware changes.
    Thanks for any advice!
    P.S. I tried the above with Coherence 3.5.2 with the same results.
    Edited by: user11114413 on Sep 3, 2010 11:45 AM

    Hi user11114413,
    The issue you are seeing actually has little to do with VIP, and more to do with there being multiple IP addresses for us to choose from on your box. For such multi-IP boxes, you'll want to tell us the IP to use, and in your case you want to tell as a VIP. This can be done either by editing your operational configuration file, and including an <address> element within the <unicast-listener> element, or via the tangosol.coherence.localhost system property. For example:
    <unicast-listener>
        <well-known-addresses>
            <socket-address id="1">
                <address>1.2.3.260</address> <!--virtual ip -->
                <port>8088</port>
            </socket-address>
        </well-known-addresses>
        <address>1.2.3.260</address> <!--virtual ip -->
        <port>8088</port>
    </unicast-listener>or
    java ... -Dtangosol.coherence.localhost=1.2.3.260If you are using the same operational configuration on all nodes in your cluster then the system property approach is likely preferable, and would only be necessary on the two machines sharing the VIP.
    As for using VIP or an extended WKA list, the choice is yours, either will work. If you do go the VIP route, it would obviously be a very bad idea to simultaneously use the same VIP and port at the same time from the two machines.
    thanks,
    Mark
    Oracle Coherence

  • Oracle's Support for Virtual Iron customers

    Please refer to the blog entry at:
    http://blogs.oracle.com/virtualization/2009/07/oracle_vm_blog_whats_safe.html
    Lot's of chatter out there today about VMware's migration program. Below are a few points for customers to consider…
    1. Oracle is dedicated to the on-going support of Virtual Iron customers and has enhanced the support offering beyond what was previously available from Virtual Iron. Oracle is pleased to be able to offer its Lifetime Support program for Virtual Iron products, which will extend sustaining support for these products and the Virtual Iron Enterprise Edition products indefinitely. Please refer to the Lifetime Support Policy: Oracle Technology Products on the specific support options for Virtual Iron products. In addition, Oracle has retained Virtual Iron support personnel, so that people who provided support prior to the acquisition will continue to do so going forward.
    2. Our intent is to seamlessly combine Virtual Iron's technology with Oracle VM to deliver a product that is unique in the industry both in breadth of functionality, and also depth of features specifically designed to make the full application stack easier to deploy, manage, and support in a virtual environment. Through the combination of Virtual Iron's technology with Oracle VM, customers will be able to benefit from an optimized, efficient application infrastructure with low operating costs. In the meantime, existing customers can be assured that they are fully supported, 24x7 through a world-class support organization.
    3. Oracle VM is a free download. Virtual Iron customers can download and start using Oracle VM today. Oracle VM supports both Oracle and non-Oracle software, and delivers more efficient performance than other virtualization products. Moreover, there's no license cost for Oracle VM. You can benefit from complete virtualization and operating system stack with Oracle Enterprise Linux and Oracle VM that permits dramatically faster and easier deployment of enterprise software.
    4. Compare. Oracle VM support pricing.
    For more information, you can visit:
    * Learn more about Oracle and Virtual Iron
    * Oracle VM

    Got my call and was unable to get all my questions answered (my fault had to cut call short), also I was unable to get the tech called back today so i am hoping that I can tomorrow.
    Preliminary thoughts/answers seam to point that they will sell you additional licenses if you buy support for all of your existing boxes, plus the ones you want to add. Because I use single processor boxes I am trying to get them to license based on the cpu count instead of by the box. If by the box it doubles my cost.
    We talked a great deal about the Oracle VM 2.2 that was released for download and how if compaired to Virtual iron. Oracle is not up to the Virtual Iron level yet but it made some big jumps and will be there pretty soon, by their account. I look forward to seeing the progress and the advances that they will surely incorperate with the huge influx of cash that Oracle will bring.
    Stay tuned.

  • SAP Oracle Support for VM and Hyper V

    Dear Friends,
             We are planning to do Up gradation and implementation for below application with Oracle Database.
    SAP ECC 6.0 additional application server
    SAP Portal Development system
    SAP Portal Quality system
    SAP BI Development system
    SAP BI Quality system
    Documentation Server /SAP CONTENT SERVER 6.30
    SAP Solution Manager 7.1 EHP1 Development System
    SAP Solution Manager 7.1 EHP1 Quality System
    Which virtualization is suitable for us.? Hyper v or VM
    VM does not support from orcle,Still some customers are using.Is it advisable to us VM?
    Hyper V supports sap with orcle?
    Or can we install all application on 1 single Operating System?
    Thanks a lot in Advance
    Regards,
    Snehal Patel

    Thanx Deepak,
            As per Note 1329848
    All Oracle products (incl. Oracle Database 11.2.x, Oracle RAC 11.2.x, Oracle Client 11.2.x) certified to run on Windows Server 2008 R2 with Service Pack 1 or Windows Server 2012 are also certified to run on these Operating Systems when running as virtual machines under Windows Server 2012 with Hyper-V, whether used in a private cloud or public cloud (including Windows Azure) environment, subject to the exceptions and additional information identified below.
    List of Microsoft Windows Server 2012 Hyper-V guest OSes includes:
    Windows Server 2012
    Windows Server 2008 R2 Service Pack 1
    Oracle Linux 6.4
    As   1173954 - Support of Oracle for VMWare
    Oracle has not certified any of its products on VMware virtualized environments. Oracle Support will assist customers running Oracle databases on VMware in the following manner: Oracle will only provide support for issues that either are known to occur on the native OS, or can be demonstrated not to be as a result of running on VMware.
    Still Some Customers are using .Is it Advisable to use VM?
    One more option proposed by partner:
    All  DEV/QAS servers for portal,BI,Solman on single server without any VM on Single is Advisable?
    Regards,
    Snehal Patel

  • Oracle support for Weblogic 7 under LINUX

    Hi,
    Does anyone know what happened to oracle support in weblogic 7.0 for linux platform,
    as it seems that the drivers are not included? Are there any discussions on that
    topic anywhere?
    thanks.
    Zlatko

    It DOES appear that there is support for WebLogic jDriver for Oracle on Linux:
    see http://e-docs.bea.com/wls/certifications/certifications/redhat_linux.html#39532
    The strange thing here is that, apparently, the Oracle drivers located @ lib/linux/i686/oci817_8/libweblogicoci38.so
    and lib/linux/i686/oci817_8/libweblogicoxa38.so are "Type 2" ODBC drivers which
    require an Oracle client to be installed on the WebLogic machine, but Oracle doesn't
    support installation of the client on RedHat 7.2, which is required (according
    BEA's doc) for installation of WebLogic 7.0. Can someone reconcile this apparent
    conflict?
    Laurent Goldsztejn <[email protected]> wrote:
    Hi,
    There is currently no support for WebLogic jDriver for Oracle on Linux
    with WLS 7.0. Please check the following page for update on this topic.
    http://www.weblogic.com/platforms/index.html#jdbc
    Zlatko Mesaros wrote:
    Hi,
    Does anyone know what happened to oracle support in weblogic 7.0 forlinux platform,
    as it seems that the drivers are not included? Are there any discussionson that
    topic anywhere?
    thanks.
    Zlatko
    Thank you,
    Laurent Goldsztejn
    Developer Relations Engineer
    BEA Support

  • Oracle support for opensource platforms

    hello
    will Oracle support DB server installations on eg. OpenSolaris or Centos?
    if I'd like to buy an oracle license.

    Its not supported... before going for buying license better to check with metalink support/oracle sales..

  • Ukrainian language support for virtual keyboard

    I'm very interested to be able to write in Ukrainian language on BlackBerry 10. However, the Ukrainian layout is missing. Thus, I created a new feature request which you can find here: https://www.blackberry.com/jira/browse/BBTEN-858.
    If anybody else is also interested, please, follow the link and vote for it.
    With best regards,
    Oleksii Serdiuk

    hobnob wrote:
    leppa wrote:
    Since reporting it on 14th of February it was assigned to someone on 21st of Ferbruary. No further updates or comments since then.
    Any news on this at all? Any word from BlackBerry or elsewhere that Ukrainian will be included as a keyboard input option in future OS updates?
    No news from my side but there's an article on ITC.ua which states that Ukrainian mobile operator MTS announced Ukrainian language support for BlackBerry 7 and 10 to be delivered by this summer. Not sure, however, whether it will be included in all ROMs or in some custom MTS one. Here's this article: http://itc.ua/news/smartfonyi-blackberry-poluchat-podderzhku-ukrainskogo-yazyika/
    With best regards,
    Oleksii Serdiuk

  • Oracle support for multiple languages

    I have a VB and oracle application. There is a requirement for having spanish language support.
    The current character set is US7ASCII and National Character set is AL16UTF16.
    After some analysis i thought changing these character sets to UTF8 will be a solution for saving spanish characters.
    Can any please help me whether this is correct?
    Thanks in advance

    That's true.
    However since you are moving from single-byte character set to multi-bytes, you should be aware of the data truncation problem. that's the dangerous I was talking about.
    Data Truncation
    When the database is created using byte semantics, the sizes of the CHAR and VARCHAR2 datatypes are specified in bytes, not characters. For example, the specification CHAR(20) in a table definition allows 20 bytes for storing character data. This is acceptable when the database character set uses a single-byte character encoding scheme because the number of characters is equivalent to the number of bytes. If the database character set uses a multibyte character encoding scheme, then the number of bytes no longer equals the number of characters because a character can consist of one or more bytes.
    During migration to a new character set, it is important to verify the column widths of existing CHAR and VARCHAR2 columns because they might need to be extended to support an encoding that requires multibyte storage. Truncation of data can occur if conversion causes expansion of data.

  • Java and Oracle support for Solaris 10?

    Hi
    Does anybody know when Oracle plans to support Solaris 10?
    We plan to purchase a Opteron server and would like to use Oracle.
    We also plan to use Sun Java AppServer Platform Edition. Any idea when that will support Solaris 10?
    Am I correct in assuming that Solaris x86 will run fine on an Opteron system.
    thanks in advance

    Oracle support Solaris 10 x86 but I doubt it's native 64 bits. The App. server is supported just go to Sun's site. The short answer is that Oracle and the App. server should both work but not necessarily in 64 bit mode.
    As for the Opteron system, you should check the HCL.

  • Oracle support for 9I

    Where can I find the sunset date for support of Oracale 9I databases. Not the forms, application servers just the database support ending date?

    I took this from Metalink document
    Release GA Date Premier Support Ends Extended Support Ends Sustaining Support Ends
    DB 8.1.7 Sep 2000 Dec 2004 Dec 2006 Indefinite
    DB 9.2 Jul 2002 Jul 2007 Jul 2010 Indefinite
    DB 10.1 Jan 2004 Jan 2009 Jan 2012 Indefinite
    DB 10.2 Jul 2005 Jul 2010 Jul 2013 Indefinite
    DB 11.1 Aug 2007 Aug 2012 Aug 2015 Indefinite

  • Oracle support contact

    Hi All,
    We have some problems with queries in Oracle 9.2.0.7
    I would like to open a service request with Oracle support for 9.2.0.7 specific performance issue on a solaris environment.
    Please let me know the procedure.

    SR's are raised via www.metalink.oracle.com when you have a valid support contract.

  • Oracle Support and XMLP

    Is it only me or anyone else experiencing less than stellar responses from Oracle Support for XMLP ?
    We are on 5.6.2 + EBiz suite and I am not able to generate an eText file using APIs. According to OSS, I should be reading 5.6.1 documentation.
    Does that sound right ? I am little confused now as to why I should refer to 5.6.1 when we are using 5.6.2 core apis.

    I added a comment to the differnt post by you.
    Please try it and let me know if it works or not.
    Re: EText Outbound using API - How do I specify the XSL file?
    Shinji

  • Oracle support training

    hi all , please today i recive the below email from my oracle support
    is this mean i can reigister with any course i want without many and online
    depend on my account ???
    Oracle Support delivers various seminars on Support Policies, Processes and Proactive Tools via live web conference and recorded sessions. These seminars help ensure you optimize the value from Oracle Support.
    Click on the Register link to register for your selected seminars.
    LIVE WEBCASTS
    Webcast     Product Line     Language     US Eastern     Central Europe     Singapore     Register
    EBS - Maintenance Wizard     Applications     English     Nov 08, 10:00 AM     Nov 08, 04:00 PM     Nov 08, 11:00 PM     Register
                   Nov 13, 11:00 AM     Nov 13, 05:00 PM     Nov 14, 12:00 AM     Register
                   Nov 14, 09:00 PM     Nov 15, 03:00 AM     Nov 15, 10:00 AM     Register
                   Nov 22, 04:00 AM     Nov 22, 10:00 AM     Nov 22, 05:00 PM     Register
    EBS - Patch Wizard     Applications     English     Nov 21, 09:00 PM     Nov 22, 03:00 AM     Nov 22, 10:00 AM     Register
    EBS - Support Diagnostics Tools     Applications     English     Nov 14, 10:00 AM     Nov 14, 04:00 PM     Nov 14, 11:00 PM     Register
                   Nov 28, 04:00 AM     Nov 28, 10:00 AM     Nov 28, 05:00 PM     Register
    Get Proactive Resolve - Answers Generic     All     English     Nov 27, 09:00 PM     Nov 28, 03:00 AM     Nov 28, 10:00 AM     Register
              French     Nov 28, 05:00 AM     Nov 28, 11:00 AM     Nov 28, 06:00 PM     Register
              Portuguese     Nov 29, 12:00 PM     Nov 29, 06:00 PM     Nov 30, 01:00 AM     Register
              Spanish     Nov 28, 10:00 AM     Nov 28, 04:00 PM     Nov 28, 11:00 PM     Register
    MOS - Communities     All     English     Nov 07, 09:00 PM     Nov 08, 03:00 AM     Nov 08, 10:00 AM     Register
    MOS - Configuration Manager     All     English     Nov 13, 01:00 PM     Nov 13, 07:00 PM     Nov 14, 02:00 AM     Register
                   Nov 19, 04:00 AM     Nov 19, 10:00 AM     Nov 19, 05:00 PM     Register
              French     Nov 19, 05:00 AM     Nov 19, 11:00 AM     Nov 19, 06:00 PM     Register
              Portuguese     Nov 14, 12:00 PM     Nov 14, 06:00 PM     Nov 15, 01:00 AM     Register
    MOS - Configuration Manager - Install Process     All     English     Nov 21, 04:00 AM     Nov 21, 10:00 AM     Nov 21, 05:00 PM     Register
    My Oracle Support Basics     All     English     Nov 6,
    11:00 AM     Nov 6,
    05:00 PM     Nov 7,
    12:00 AM     Register
                   Nov 12, 11:00 AM     Nov 12, 05:00 PM     Nov 13, 12:00 AM     Register
                   Nov 27, 11:00 AM     Nov 27, 05:00 PM     Nov 28, 12:00 AM     Register
              Portuguese     Nov 08, 12:00 PM     Nov 08, 06:00 PM     Nov 09, 01:00 AM     Register
              Spanish     Nov 27, 10:00 AM     Nov 27, 04:00 PM     Nov 27, 11:00 PM     Register
    PSFT - Change Impact Analyzer     Peoplesoft Enterprise     English     Nov 22, 10:00 AM     Nov 22, 04:00 PM     Nov 22, 11:00 PM     Register
    Support Best Practices (formerly WEWS)     All     English     Nov 14, 04:30 AM     Nov 14, 10:30 AM     Nov 14, 05:30 PM     Register
                   Nov 14, 11:00 AM     Nov 14, 05:00 PM     Nov 15, 12:00 AM     Register
                   Nov 15, 08:30 AM     Nov 15, 02:30 PM     Nov 15, 09:30 PM     Register
                   Nov 20, 04:00 AM     Nov 20, 10:00 AM     Nov 20, 05:00 PM     Register
                   Nov 21, 08:30 AM     Nov 21, 02:30 PM     Nov 21, 09:30 PM     Register
                   Nov 21, 11:00 AM     Nov 21, 05:00 PM     Nov 22, 12:00 AM     Register
                   Nov 28, 11:00 AM     Nov 28, 05:00 PM     Nov 29, 12:00 AM     Register
              French     Nov 13, 05:00 AM     Nov 13, 11:00 AM     Nov 13, 06:00 PM     Register
              Italian     Nov 20, 05:00 AM     Nov 20, 11:00 AM     Nov 20, 06:00 PM     Register
              Portuguese     Nov 07, 12:00 PM     Nov 07, 06:00 PM     Nov 08, 01:00 AM     Register
              Spanish     Nov 26, 10:00 AM     Nov 26, 04:00 PM     Nov 26, 11:00 PM     Register
    You may visit My Oracle Support for schedules of other live seminars. To see current local times around the world, visit world clock.
    RECORDED TRAININGS
    Oracle provides the following recommended trainings you can take on demand. Oracle provides the following recommended trainings which can be viewed on demand using your Single Sign-On account. Please refer to Note xxxxx for the rest of available recordings.
    Topic     Target Audience     Language     Play
    Premier Support Entitlement New     All Customers     English     Play
    Lifetime Support Policy New     All Customers     English     Play
    Mobile My Oracle Support New     All Customers     English     Play
    My Oracle Support Overview New     All Customers     English     Play
    User Account Registration Process     All Customers     English     Play
    My Oracle Support Customization New     All Customers     English     Play
    PowerViews New     All Customers     English     Play
    Service Request Create & Update New     All Customers     English     Play
    Service Request Management Best Practices New     All Customers     English     Play
    Knowledge Searching and Browsing New     All Customers     English     Play
    Customer User Administration New     All Customers     English     Play
    My Oracle Support Community New     All Customers     English     Play
    My Oracle Support Configuration Manager     All Customers     English     Play
    Why Use The Configuration Manager In My Oracle Support     All Customers     English     Play
    Patching New     All Customers     English     Play
    Patch Recommendations and Patch Plans     All Customers     English     Play
    11g Upgrade Best Practices     Oracle Database     English     Play
    EBS Patch Wizard Utility Training     E-Business Suite     English     Play
    R12 Close Process & Reconciliation     E-Business Suite     English     Play
    R12 Financials Upgrade     E-Business Suite     English     Play
    R12 Payables     E-Business Suite     English     Play
    Tales from the Performance Queue     JD Enterprise One     English     Play
    If you have any further questions, please contact us by submitting a question in My Oracle Support’s Support Training Community.
    many thanks

    what about this one below :
    Oracle provides the following recommended trainings you can take on demand. Oracle provides the following recommended trainings which can be viewed on demand using your Single Sign-On account. Please refer to Note xxxx for the rest of available recordings.
    Topic     Target Audience     Language     Play
    Premier Support Entitlement New     All Customers     English     Play
    Lifetime Support Policy New     All Customers     English     Play
    Mobile My Oracle Support New     All Customers     English     Play
    My Oracle Support Overview New     All Customers     English     Play
    User Account Registration Process     All Customers     English     Play
    My Oracle Support Customization New     All Customers     English     Play
    PowerViews New     All Customers     English     Play
    Service Request Create & Update New     All Customers     English     Play
    Service Request Management Best Practices New     All Customers     English     Play
    Knowledge Searching and Browsing New     All Customers     English     Play
    Customer User Administration New     All Customers     English     Play
    My Oracle Support Community New     All Customers     English     Play
    My Oracle Support Configuration Manager     All Customers     English     Play
    Why Use The Configuration Manager In My Oracle Support     All Customers     English     Play
    Patching New     All Customers     English     Play
    Patch Recommendations and Patch Plans     All Customers     English     Play
    11g Upgrade Best Practices     Oracle Database     English     Play
    EBS Patch Wizard Utility Training     E-Business Suite     English     Play
    R12 Close Process & Reconciliation     E-Business Suite     English     Play
    R12 Financials Upgrade     E-Business Suite     English     Play
    R12 Payables     E-Business Suite     English     Play
    Tales from the Performance Queue     JD Enterprise One     English     Play
    If you have any further questions, please contact us by submitting a question in My Oracle Support’s Support Training Community.
    it's video for free i can watch it

  • Is support for ATG 7.0 available?

    Is Oracle ATG 7.0 still supported? Is there a URL from where I can download its documentation, the earliest I am able to find is 2007.x.

    Hi
    >>>Is Oracle ATG 7.0 still supported?
    The ATG 7 Platform reached End of Life in 2009, please see the following KM in My Oracle Support for details:
    Oracle ATG Product End of Life Calendar (Doc ID 1037505.1)
    The Oracle ATG documentation is available from and as you have found 2007.x is the latest available:
    http://www.oracle.com/technetwork/indexes/documentation/atgwebcommerce-393465.html
    Thanks
    Gareth

  • Oracle Support in Android OS

    Ok, it is a question, I donwload the Oracle Support for android OS, I would like to know what is the account for to access? I can't to access with my oracle account . please explain me

    Jankko wrote:
    Not course not, but when I go to the link by Hussein, it does references to https://support.oracle.com then
    when I try to register my oracle support account this ask me for this ...
    [http://i41.tinypic.com/2zje2vp.jpg]
    Please, tell me How I do here?You need to have a valid CSI -- https://forums.oracle.com/forums/search.jspa?threadID=&q=CSI&objID=c84&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

Maybe you are looking for

  • How to compare two rows in PL/SQL?

    Hi All, How to compare two rows in PL/SQL? Is there any method that I can use instead of comparing them column by column? Any feedback would be highly appreciated.

  • C4580 Borderless Printing on Plain Paper?

    I want to do borderless printing on a plain piece of letter size (8.5 x 11 in) paper. When I select borderless though the HP software tells me I can only do this with photo paper which I don't want because it just wastes ink. I'm printing on normal p

  • How to create tears on the face

    Do anyone have a realistic way to create tears that mimic real crying?

  • IPhoto '09 losing photos

    All new photo imported into iPhoto '09 (ver 8.0.2) disappear following the application restart. There are 5,951 images divided into 321 events.

  • Too many files in iPhoto folder?

    Here's a problem - iPhoto 6 reports my library to contain 2987 photos. Yet, issuing find . -type f | wc -l in the ~/Pictures/iPhoto Library/Originals directory yields 4953, so it looks like I have 2000 pictures in the iPhoto folder that don't show up