Oracle 11g Installation issue

Hi:
I am trying to install 11g on linux from VNC viewer and got error " [INS-32012] Unable to create directory" at "Typical Installation step. I have for example given Database file location as /u01/app and this directory is created on linux and it is 777. Would you please help me to troubleshoot.
Thank you.

Are trying to install as "oracle" or as "root"?
Have you created a directory and given proper rights? Must be installed as oracle and oracle group should own the directories.
Is this a new server or existing environment?
Check out the installation guides at:
http://www.oracle.com/pls/db112/portal.portal_db?selected=11
or
http://docs.oracle.com/cd/E11882_01/install.112/e24321/inst_task.htm#BABJGGJH
Hope this helps!

Similar Messages

  • Oracle 11g installation issue on windows 2008 -64 bit

    I have downloaded the Oracle DB Server software from http://www.oracle.com/technetwork/database/enterprise-edition/downloads/111070-win64-2008soft-084715.html:
    Oracle Database 11g Release 1 (11.1.0.7.0)
    for Microsoft Windows Server 2008 x64
    win64_11gR1_database_111070.zip (2,014,141,880 bytes)
    The installer always fails with the following:
    Checking operating system requirements ...
    Expected result: One of 5.0,5.1,5.2,6.0
    Actual Result: 6.1
    Check complete. The overall result of this check is: Failed <<<<
    Problem: Oracle Database 11g is not certified on the current operating system.
    Recommendation: Make sure you are installing the software on the correct platform.
    ========================================================
    Checking service pack requirements ...
    Check complete. The overall result of this check is: Not executed <<<<
    OUI-18001: The operating system 'Windows Vista Version 6.1' is not supported.
    I am using Windows 2008R2 -64 bit and not Windows Vista. Any idea?

    Hi;
    Oracle Certified versions for 2008R2:
    Oracle 11.2.0.x
    Oracle 10.2.0.5 (See Note 1173433.1 (How to Install Oracle 10.2.0.5 on MS Windows 7 / Windows 2008R2)
    For Oracle 11gR1:
    For MS Windows 2008, you can select either:
    (11.1.0.7.0)
    Microsoft Windows Server 2008 (32-bit) (1.9 GB)
    Microsoft Windows Server 2008 x64 (1.9 GB)
    For details see:
    Where can I find the Database / Client software to download for Microsoft Vista, or Windows 2008R1? [ID 740926.1]
    Statement of Direction: Oracle Database 11g Release 2 – Microsoft Windows 7 and Windows Server 2008 R2 [ID 867040.1]
    Regard
    Helios

  • Oracle 11g installation issue while linking

    Dear All,
    I am installing Oracle11g as p, At the time while the installation is in progress faced errors related to links.
    we skipped those errors and completed the installation. But after that we are unable to login sqlplus with SIDadm
    error: /usr/lib/hpux64/dld.so: Unable to find library 'libsqlplus.so'.
    Killed
    It seems obvious that the error is related to those skipped links. Now I tried to relink them using the command
    $ORACLE_HOME/bin/relink all, But some links are failed
    I found one common error " sh: cc:  not found"
    Doest it mean we do not have CC installed at HP-UX IA 64 level?
    Could you let me know how do we proceed to resove this linking issue..
    Thanks and Regards

    Hi ,
    Can you please specify the value of SHLIB_PATH environment variable for ora<sid>. The value $ORACLE_HOME/lib should be present.
    Regards.
    Ruchit.

  • ChangePerm.sh file does not exist in Oracle 11g installation

    Hi All,
    I have done successful Oracle 11g installation. After installation I noticed that Oracle 11g/installation does not have changePerm.sh file. Did anyone of you seen that?
    Without executing changeperm.sh file, the binary files have 751 permission level. ChangePerm.sh script make change in file permission to 755.
    Oracle support is not answering me why there was no changePerm.sh file under Oracle_home/install directory.
    Thoughts/suggestions..
    Thank you
    Suresh

    I'm not finding this to be the case reliably. I have both a 10G and an 11G install on one particular machine and the 11G installer initially creates the directories with a 755 permission, then right before the prompt to run root.sh, and at the same time it locks down any 10G home it finds (someone please explain that!) it locks down the 11G home too.
    In true Murphy tradition, this hasn't happened on any of my testing machines, just my production.
    Whatever silly contrived mechanism Oracle wrote to re-lock 10G when installing 11G is also locking down my 11G.

  • Oracle 11g - Date Issue?

    Oracle 11g - Date Issue?
    =====================
    I hope this is the right forum for this issue, if not let me, where to go.
    We are using Oracle 11g (11.2.0.1.0) on (Platform : solaris[tm] oe (64-bit)), Sql Developer 3.0.04.
    Our NLS_DATE_FORMAT = 'DD-MON-RR'
    Using 'RR' in the format forces two-digit years less than or equal to 49 to be interpreted as years in the 21st century (2000–2049), and years 50 and over, as years in the 20th century (1950–1999). Setting the RR format as the default for all two-digit year entries allows you to become year-2000 compliant. For example:
    We have a date '01-JUN-31' in our source system. It treat this date as 01-JUN-2031' instead of '01-JUN-1931'. One century forward.
    Do we able to resolve using NLS_DATE_FORMAT change?
    How do we resolve this issue?
    Thanks in helping.

    qwe16235 wrote:
    Our source is Oracle data base, where S_date is defined as DATE. Why did you say STRING , when it defined as DATE data type?I doubt you source is an Oracle database. You may have it stored in an Oracle database, but it cam form somewhere else, and was very likely inserted into the table as a string, wherever it came from. Given a string that resembles a date, Oracle will try to convert it to a date using the nls_date_format parameter for the session (which can either be set in the session or inherited form the database). Perhaps this will help explain:
    SQL> create table t (conv_type varchar2(10), dt date);
    Table created.
    SQL> alter session set nls_date_format = 'dd-mon-rr';
    Session altered.
    SQL> insert into t values ('Implicit', '01-jun-31');
    1 row created.
    SQL> insert into t values ('Explicit', to_date('01-jun-1931', 'dd-mon-yyyy'));
    1 row created.
    SQL> commit;
    Commit complete.
    SQL> select conv_type, to_char(dt, 'dd-mon-yyyy') dt
      2  from t;
    CONV_TYPE  DT
    Implicit   01-jun-2031
    Explicit   01-jun-1931So, unless you are really inserting dates, not strings that look like dates, you are going to have problems.
    John

  • Passive Oracle 11g installation  ?

    Hi,
    Passive Oracle 11g installation ?
    Setting up Active and Passive Oracle. 
    what does it mean? DO we need to configure Datagurad ?
    Thanks

    Hello;
    It's in the document:
    http://docs.oracle.com/cd/E24628_01/install.121/e24089/appdx_ha_multi_resource.htm
    Best Regards
    mseberg

  • Issue in starting Oracle 11g Installation - Display Variable

    Hi Experts,
    I am getting the below error message when I run ./runinstaller
    "Could not execute auto check for display colors using command /usr/bin/xdpyinfo. Check if the DISPLAY variable is set. Failed"
    also, xclock was failed before executing ./runinstaller,
    As per the installation guide I set the display variable,
    The "Display variable" is working for users root and sidadm. However, for orasid display variable is not working,
    any idea,
    I have already refered Oracle11g Installation issues and SAP note
    and 1431796 - Oracle 11.2.0: Troubleshooting the Software Installation
    Additional information :
    output of >> ls -la /usr/bin/xdpyinfo
    -rwxr-xr-x 1 root root 36944 May 24  2013 /usr/bin/xdpyinfo
    Oracle version : 11g
    OS: SUSE Linux Enterprise Server 11 (X86_64)
    Oracle Media :
    51047701    ORACLE:11.2:RDBMS:Oracle RDBMS 11.2.0.4 for Linux X86_64 DVD:LINUX_X86_64:LINUXX86_64:D51047701
    51047688    ORACLE:11.2:CLIENT:Oracle CLIENT 11.2.0.4 V1:D51047688
    Thanks

    All,
    The issue is solved, I was using Xmanager and when I test xclock, sometimes it was working and sometimes it was not,
    I suspect the issue is with vpn, but am not sure.
    However, with MoboXterm it was fine without any issues.
    @ Reagan Benjamin and Nick loy
    output of echo $DISPLAY for user orasid is same as root
    Thank you all for your suggestions,
    Thanks, Ganesh

  • Oracle Database 11g Installation Issue: ORA-12560:TNS: protocol adapter error.

    Folks,
    Hello. Initially, my Windows XP host name is "localhost" and IP address 127.0.0.1.
    I installed Oracle Database 11g with Windows XP successfully and all Database clients work with Database instance correctly.
    For some reasons, I uninstalled the entire Database Server and delete the entire installation directory /oracle.
    I configured Windows XP IP address into 192.168.196.101 in order to ping other machines.
    For my need, I installed Oracle Database 11g with Windows XP again. On step 7 of 8: Oracle Database Configuration Assistant, I got this error:
    ORA-12560:TNS: protocol adapter error.
    I click "Password Management" button, there are no rows in this Windows (no username, no lock accounts).
    I check listener as below:
    C:\>lsnrctl
    LSNRCTL>start
    Its output: listener name LISTENER has already been started.
    LSNRCTL>status
    Its output: ......Service DB1 has 1 instance. Instance DB1 status ready. The command completed successfully.
    I check \Oracle\cfgtoollogs\dbca\DB1\trace file, the entry is :
    listen[0]=LISTENER address=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(port=1522))
    I also check \oracle\product\11.2.0\dbhome_1\NETWORK\ADMIN\SAMPLE\tnsnames.ora file and listener.ora file, the entries are the same as below
    HOST=localhost  port=1522
    I think HOST=localhost and port=1522 is the cause of the error ORA-12560 because Windows XP has been configured into HOST=192.168.196.101.
    But I don't understand how to solve this issue.
    Can any folk tell me how to solve this issue ? need to cancel the installation on step 7 of 8 and install it again ?
    Thanks.

    Folks,
    Hello. Oracle Database 11g Installation Wizard is on step 7 of 8. I don't cancel the Wizard. I am not sure whether there is effect or not. listener.ora is not removed. I have been waiting for a while after stop listener.  I run the 3 commands again and copy the result as below:
    C:\>lsnrctl stop
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 14-AUG-2013 19:32
    :14
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1522)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       64-bit Windows Error: 2: No such file or directory
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1522)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       64-bit Windows Error: 61: Unknown error
    C:\>
    C:\>
    C:\>
    C:\>
    C:\>
    C:\>lsnrctl start
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 14-AUG-2013 19:33
    :04
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Starting tnslsnr: please wait...
    TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Production
    System parameter file is C:\SecondTime_OracleDatabase_Install_Directory\product\
    11.2.0\dbhome_1\network\admin\listener.ora
    Log messages written to c:\secondtime_oracledatabase_install_directory\diag\tnsl
    snr\user-19yyar8x0d\listener\alert\log.xml
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1522
    ipc)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1522)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1522)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Produ
    ction
    Start Date                14-AUG-2013 19:33:07
    Uptime                    0 days 0 hr. 0 min. 3 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   C:\SecondTime_OracleDatabase_Install_Directory\product
    \11.2.0\dbhome_1\network\admin\listener.ora
    Listener Log File         c:\secondtime_oracledatabase_install_directory\diag\tn
    slsnr\user-19yyar8x0d\listener\alert\log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1522ipc)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1522)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
      Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    C:\>
    C:\>
    C:\>
    C:\>
    C:\>lsnrctl service
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 14-AUG-2013 19:36
    :37
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1522)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
      Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:0 refused:0
             LOCAL SERVER
    Service "DB1XDB" has 1 instance(s).
      Instance "DB1", status READY, has 1 handler(s) for this service...
        Handler(s):
          "D000" established:0 refused:0 current:0 max:1022 state:ready
             DISPATCHER <machine: user-19YYAR8X0D, pid: 120>
             (ADDRESS=(PROTOCOL=tcp)(HOST=user-19yyar8x0d)(PORT=1051))
    Service "DB1" has 1 instance(s).
      Instance "DB1", status READY, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:19 refused:0 state:ready
             LOCAL SERVER
    The command completed successfully
    C:\>
    As we see, listener.ora file is not removed by Stop command. I am on the installation Wizard. How to solve this issue ?
    Thanks.

  • Oracle 10g Installation issue on Windows 7

    Hi,
    I tried to install Oracle 10g downloaded from the below link on my laptop which runs in Windows 7.
    http://www.oracle.com/technetwork/database/10204-winx64-vista-win2k8-082253.html
    The Oracle version is 10g release 2 for windows 7. I got this DB version no. for Windows 7 from this forum only. But still, I got the error message stated below and unable to install 10g.
    ------------------------------------------------------ Error --------------------------------------------------------------------------
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be 5.0, 5.1, 5.2 or 6.0 . Actual 6.1
    Failed <<<<
    Exiting Oracle Universal Installer, log for this session can be found at C:\Program Files (x86)\Oracle\Inventory\logs\installActions2010-10-22_07-37-48AM.log
    Please press Enter to exit...
    ------------------------------------------------------ Error End -------------------------------------------------------------------
    Could you please let me know how I can fix this issue? Or is there any other oracle 10g release/patch to fix this issue? I need to install only Oracle 10g and not 11g.
    Also, I need to install Oracle Forms 10g too.
    It would be great if you could guide me on installing these two softwares in my laptop.
    Your help will be very much appreciated.
    Thanks,
    Arun
    Edited by: 804404 on Oct 22, 2010 7:52 AM

    Welcome to the forums !
    This issue has been discussed many times before. Pl use the search feature. The only versions supported in Win 7 (Professional or higher) are 10.2.0.5 and 11gR2. 10.2.0.5 is only available on My Oracle Support, while 11gR2 can be downloaded for free from http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
    Re: Oracle for Windows 7
    Re: which version of oracle works on windows 7
    HTH
    Srini

  • Oracle 11g listener issue

    Hello,
    I have installed oracle 11g on windows 7. Installation and database creation was successfull but after creating database listener should automatically up and start
    but i am not able to listener in the services window and not able to conntest database using connect string.
    I tried to create new listener using netca but it is hanging ..
    I have downloaded this software from oracle website.
    any idea where can i check to resolve this issue.

    944589 wrote:
    Hi,
    I had the same problem as the OP, and I followed these instructions to try and see which error was raised by the listener when it started.
    Weird thing is, after deleting the listener.ora file and restarting the listener with the "lsnrctl start" command, it worked !
    The only additional thing I did is (as written in some obscure Oracle documentation) create a loopback network adapter (because my PC is DHCP-based).
    Now I have rebooted my PC, and it still works. Go figure...
    I hate Oracle. They shouldn't have been authorized to buy back Sun. My prediction is that Java is going the same way as their DB : it's gonna be a mess... :(Just because you can't make things work and find the documentation obscure doesn't mean things don't work. Its not Access with point-click you see!
    Aman....

  • Oracle 11G Configuration Issue

    Hi All,
    I am in the process of installing Oracle Forms and Reports 11g[11.1.2].
    I have installed Oracle 11g, getting a issue while configuring it.
    INST – 07249 :An Unexpected error occurred during the validation of Middleware home location
    INST-07286: Specified Oracle Middleware home locationdoes not have version 10.3.5 of weblogic server.If the version is incorrect then configuring with the weblogic server will fail
    WLS 10.3.5 have been installed, and I can access the Admin console.
    I did checked for the WLS version in its registry file created on WLS installation to confirm its version number.
    I have used the same middle ware home location which I used to install the WLS.
    Please can you get me some information to overcome this issue?

    This is well explained from user's guide:
    Stopping Node Manager Before Installing Oracle Forms and Reports (Windows Only)
    If you are installing Oracle Forms and Reports on a Microsoft Windows operating system, you must make sure that the Node Manager utility that was installed with Oracle WebLogic Server is stopped before you begin the installation:
    1.     Verify the Oracle WebLogic Server Node Manager utility is stopped. If it is running, kill the process.
    2.     Determine if the nodemanager.properties file is present in the WebLogic_Home\common\nodemanager directory.
    *1.     If the nodemanager.properties file is not present, continue installing Oracle Forms and Reports.*
    *2.     If the nodemanager.properties file does exist, open it and verify that the ListenPort parameter is included and that it is set. If the ListenPort parameter is not included or set, edit the nodemanager.properties file so that it is similar to the*
    following, where NODE_MANAGER_LISTEN_PORT represents the port the Node Manager listens on, such as 5556:
    *3.     ListenPort=NODE_MANAGER_LISTEN_PORT*

  • Oracle 11g installation fails

    Hello All,
    I am trying to install Oracle 11g R2 in Cent OS 6 , when i try to install i get the following error message and the installation fails.Can any body help with this issue.
    Exception in thread "main" java.lang.UnsatisfiedLinkError:
    /tmp/OraInstall2011-07-24_11-16-24AM/jdk/jre/lib/i386/xawt/libmawt.so:
    libXext.so.6: cannot open shared object file: No such file or
    directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1647)
    at java.lang.Runtime.load0(Runtime.java:769)
    at java.lang.System.load(System.java:968)
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1668)
    at java.lang.Runtime.loadLibrary0(Runtime.java:822)
    at java.lang.System.loadLibrary(System.java:993)
    at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.Toolkit.loadLibraries(Toolkit.java:1509)
    at java.awt.Toolkit.<clinit>(Toolkit.java:1530)
    at com.jgoodies.looks.LookUtils.isLowResolution(Unknown Source)
    at com.jgoodies.looks.LookUtils.<clinit>(Unknown Source)
    at com.jgoodies.looks.plastic.PlasticLookAndFeel.<clinit>(PlasticLookAndFeel.java:122)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:242)
    at javax.swing.SwingUtilities.loadSystemClass(SwingUtilities.java:1783)
    at javax.swing.UIManager.setLookAndFeel(UIManager.java:480)
    at oracle.install.commons.util.Application.startup(Application.java:758)
    at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:164)
    at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:181)
    at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:265)
    at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:114)
    at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:132)

    Hello;
    I used several versions on Linux but not that one.
    That said the error :
    libXext.so.6: cannot open shared object file: No such file or directoryResolution : Install the libXp package
    So you are missing at least one of the "extra" packages needed for an Oracle install.
    I found some posts that make me believe Cent 6 isn't quite ready for Oracle 11 :
    http://www.centos.org/modules/newbb/viewtopic.php?topic_id=32128&forum=55&post_id=137271
    http://sfentona.net/wiki/index.php?title=How_to_install_Oracle_11gR2_on_CentOS_5.5
    Best Regards
    mseberg

  • Environment variable path failed in oracle 11g installation

    hi all,
    i am reinstalling oracel 11g in my window 7 64 bit machine after i uninstalled it. however, i got an issue that is environment variable path failed in the installation process. this didn't happen when i firstly successfully installed oracle. how can i fix the issue? thanks in advance.
    regards,
    hong

    user571093 wrote:
    hi,
    the problem is i uninstalled oracle 11g in my windows 7 64 bit machine and then try to install it on my machine. during the prerequisite check stage, an error message popped up like this:
    environment variable: "PATH" failed
    This test checks whether the length of the environment variable "PATH" does not exceed the recommended length. (more details)
    Expected Value
     : 1023
    Actual Value
     : 1433
    so, what is the reason caused this problem and how to fix it. thanks in advance.
    hongI believe the error message is self-explanatory - assuming you you using a supported database and OS combination (which are unknown)
    environment variable: "PATH" failed+
    This test checks whether the length of the environment variable "PATH" does not exceed the recommended length.+
    Expected Value+
    *: 1023*
    Actual Value+
    *: 1433*
    Your PATH variable exceeds the limit of 1023 characters
    HTH
    Srini

  • Oracle 11g installation on Oracle Linux 5.10

    Hi All,
    While installing Oracle 11g R2 in Oracle Linux 5.10 I am getting error : No such file or directory
    [info@localhost database]$ ls
    doc  install  response  rpm  runInstaller  sshsetup  stage  welcome.html
    [info@localhost database]$ ./runinstaller.sh
    bash: ./runinstaller.sh: No such file or directory
    [info@localhost database]$
    Please suggest.

    Hi,
    Make sure you extract both part in same directory, Do not separate it. Example for 11.2.0.3,
    As oracle user
    cd /tmp (Make sure your directory have enough space).
    unzip p10404530_112030_LINUX_1of7.zip
    unzip p10404530_112030_LINUX_2of7.zip
    Open the xmanager (xstart) or directly from the Gnome.
    1. Test if Display is ok by issue command xclock or xlogo
      $ xlogo
    2. Run the installer cd /tmp/database
         $ ./runInstaller
    11202
    p10098816_112020_LINUX_1of7.zip
    p10098816_112020_LINUX_2of7.zip
    11201
    linux_11gR2_database_1of2.zip
    linux_11gR2_database_2of2.zip
    Regards,
    Hafiz

  • Vulnerabilities in MySQL in Oracle 11g installation

    I have Oracle 11g as the database for my GUI application, there was a security analysis run on the server hosting the Oracle 11g database and it is showing security vulnerabilities with respect to MySQL such as CVE-2012-2750, CVE-2012-3163 etc. The vulnerability solution in the security report is showing solutions like:
    1) Download and apply the upgrade from: http://downloads.mysql.com/archives.php
    2) Download and apply the upgrade from: http://dev.mysql.com/downloads/mysql
    My query is that any patches or fixes for the security bugs need to be coming from Oracle or should they be applied as stand-alone MySQL fixes.
    I hope my query is clear.
    Please revert with the reply to my query.
    Regards

    975148 wrote:
    I have Oracle 11g as the database for my GUI application, there was a security analysis run on the server hosting the Oracle 11g database and it is showing security vulnerabilities with respect to MySQL such as CVE-2012-2750, CVE-2012-3163 etc. The vulnerability solution in the security report is showing solutions like:
    1) Download and apply the upgrade from: http://downloads.mysql.com/archives.php
    2) Download and apply the upgrade from: http://dev.mysql.com/downloads/mysql
    My query is that any patches or fixes for the security bugs need to be coming from Oracle or should they be applied as stand-alone MySQL fixes.
    I hope my query is clear.
    Please revert with the reply to my query.
    Regards
    Oracle (the product) is not MySQL (the product).
    Oracle (the product) does not know or care about MySQL issues.
    Is MySQL installed on this server? Is it being used?  Depending on your un-named OS, MySQL very will could have been installed simply as part of the OS installation, really just a form of 'bloat-ware'.

Maybe you are looking for

  • I've wiped hard drive and need to start in OS9: Disk Install won't let me

    I've just erased my hard drive according to the instructions at http://docs.info.apple.com/article.html?artnum=152060 Now I'm looking at Choose Startup Disk and the option is Network Startup and Mac OSX 10/3/5 from the install disc. I want the iMac t

  • Problem writing a sql query for a select list based on a static LOV

    Hi, I have the following table... VALIDATIONS ID          Number     (PK) APP_ID          Number      REQUESTED     Date           APPROVED     Date           VALID_TIL     Date DEPT_ID          Number     (FK) I have a search form with the following

  • Can I re-download iPod Games that I've purchased?

    I bought all the games that were available when they first came out, transferred them to my iPod (5th Generation) using iTunes for Windows, and everything was peachy. Until I deleted my old Windows XP partition and decided to go with Windows Vista fu

  • Remove Line feed at the end of the file while using file adapter

    Hi All, I have a requirement. We are sending a file from SAP to FTP using file adapter. we are successful in sending the file to FTP but at the end of the file a extra blank line is created . Can anyone please suggest how to remove the extra line fee

  • DVD data doesn't fit DVD.

    Hi. I authored a DVD which fits inside the 4.7 GB, but Encore reports that "The estimated project size is larger than the target media chosen. While this is an estimate, the project may fail to build." Check Project window doesn't show that the DVD e