Cannot install Oracle ODAC for Windows Itanium 64-bit

I downloaded 64-bit ODAC 10.2.0.3 for Windows Itanium (the file ODAC10203IA64.zip), unpacked it, run install\setup.exe and see:
1) Some console-like application is started:
Starting Oracle Universal Installer...
No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed.
Preparing to launch Oracle Universal Installer from C:\DOCUME~1\UserName\LOCALS~1\Temp\5\OraInstall2007-05-10_04-36-32PM. Please wait ...
2) The application exits after 5-15 seconds without any messages.
In its installActions2007-05-10_04-36-32PM.log we can see this:
Using paramFile: D:\Install\Oracle\10g_winIA_client_102010\install\oraparam.ini
No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed.
The commandline for unzip:
D:\Install\Oracle\10g_winIA_client_102010\install\unzip -qqq ../stage/Components/oracle.swd.jre/1.4.2.8.0/1/DataFiles/"*.jar" -d "C:\DOCUME~1\AVKULA~1\LOCALS~1\Temp\4\OraInstall2007-05-10_04-36-32PM"
The commandline for unzip:
D:\Install\Oracle\10g_winIA_client_102010\install\unzip -qqq ..\stage\Components\oracle.swd.oui\10.2.0.1.0\1\DataFiles\/"*.jar" -d "C:\DOCUME~1\AVKULA~1\LOCALS~1\Temp\4\OraInstall2007-05-10_04-36-32PM"
The commandline for unzip:
D:\Install\Oracle\10g_winIA_client_102010\install\unzip -qqq ..\stage\Components\oracle.swd.oui.core\10.2.0.1.0\1\DataFiles\/"*.jar" -d "C:\DOCUME~1\AVKULA~1\LOCALS~1\Temp\4\OraInstall2007-05-10_04-36-32PM"
The number of files bootstrapped for the jre is 528.
The number of files bootstrapped for the oui is 98.
And that's all! No error messages!
What is a problem?
Software: Windows Server 2003 Enterprice Edition SP2 (Build 3790) 64-bit
PS: I'm new in this forum, I'm sorry if write this question within an inappropriate topic.

In reading some other posts, I see I should have included this:
Windows Server 2003 Standard, x64 Edition, SP2
Dual core AMD Opteron
3.75GB RAM
The machine came to me with an Oracle 9 client installed, so someone got an Oracle installer to run on it, though it may be the 32 bit version...
Thanks!

Similar Messages

  • Cannot Install Graphics Driver for windows 7 64 bit...

    Hi... I cannot find a suitable amd driver setup file for my windows 7 64 bit machine of HP.. Can anyone help??!!

    Hi:
    Please see my reply to your other post at the link below...
    http://h30434.www3.hp.com/t5/Notebook-Display-and-Video/Cannot-Install-Graphics-Driver-for-windows-7...

  • Cannot install oracle 10g on Windows 7 64-bit

    Hello,
    I downloaded from edelivery.oracle.com the following version:
    Oracle Database 10g Release 2 (10.2.0.4.0) for Microsoft Windows Vista X64 and Microsoft Windows Server 2008 X64 (5 parts)I unzipped the 5 zip files and started the file ./database/setup.exe. The program cannot recognize my OS - it needs to see version 5.0, 5.1 or 6.0, I have 6.1. I started setup.exe with Win Vista SP2 compatibility and I can see then the first step of the Installation Manager. I choose there the installation type - basic or advanced. No matter which one I choose, the installation manager closes itself and does not continue.
    Any ideas what I can do? Have I downloaded the right version? Another possibility was
    Oracle® Database 10g Release 2 (10.2.0.1.0) for Microsoft Windows x64 DVD (4 parts)

    Yes you can. You need to tweak the file oraparam.ini There are at least two lines you either need to add or change. The first is
    Windows=5.0,5.1,5.2,6.0,6.1
    I added the 6.1
    Next is
    [Windows-6.1-optional]
    I added that below
    [Windows-6.0-optional]
    Setup will now run. During the install you will get a warning about the OS version but you can "OK" your way through it. Here is the entire contents of the file after changes
    [Oracle]
    DISTRIBUTION=TRUE
    SOURCE=../stage/products.xml
    LICENSE_LOCATION=
    JRE_LOCATION=../stage/Components/oracle.swd.jre/1.5.0.11.0/1/DataFiles
    JRE_MEMORY_OPTIONS=" -mx192m"
    DEFAULT_HOME_LOCATION=oracle\product\10.2.0\db
    DEFAULT_HOME_NAME=OraDb10g_home
    NO_BROWSE=/net
    NLS_ENABLED=TRUE
    BOOTSTRAP=TRUE
    OUI_VERSION=10.2.0.4.0
    ADDITIONAL_COMPONENTS={"oracle.sysman.ccr:ALWAYS","oracle.rdbms.rat:ALWAYS","oracle.jdk:UPGRADE","oracle.swd.jre:UPGRADE"}
    ## JRE_VERSION is only for Windows. This is to copy accessbridge dlls
    JRE_VERSION=1.5.0
    #SHOW_HOSTNAME=ALWAYS_SHOW shows the hostname panel always
    #SHOW_HOSTNAME=NEVER_SHOW does not the hostname panel
    #SHOW_HOSTNAME=CONDITION_SHOW shows the hostname panel on condition
    SHOW_HOSTNAME=NEVER_SHOW
    #THIN_JDBC_FILENAME is optional and defaults to classes12.jar
    #The value specified for this should be packaged with OUI, and should
    #be relative to <OUI expanded stagedir>/jlib/
    THIN_JDBC_FILENAME=classes12.jar
    #RUN_OUICA specifies the batch script name that needs to be run
    #The script is ouica.bat for win32, and ouica.sh for solaris.
    #If the value is not specified, then the OUICA script is not run
    RUN_OUICA=ouica.bat
    CLUSTERWARE={"oracle.crs","10.1.0.2.0"}
    SILENT_VARIABLE_VALIDATION=TRUE
    [Certified Versions]
    #You can customise error message shown for failure, provide value for CERTIFIED_VERSION_FAILURE_MESSAGE
    Windows=5.0,5.1,5.2,6.0,6.1
    #Windows 2000 use winver.exe to find version
    [Windows-5.0-required]
    #Minimum display colours for OUI to run
    MIN_DISPLAY_COLORS=256
    #Minimum CPU speed required for OUI
    #CPU=300
    [Windows-5.0-optional]
    #Windows XP use winver.exe to find version
    [Windows-5.1-required]
    #Minimum display colours for OUI to run
    MIN_DISPLAY_COLORS=256
    #Minimum CPU speed required for OUI
    #CPU=300
    [Windows-5.1-optional]
    #Windows .net use winver.exe to find version
    [Windows-5.2-required]
    #Minimum display colours for OUI to run
    MIN_DISPLAY_COLORS=256
    #Minimum CPU speed required for OUI
    #CPU=300
    [Windows-5.2-optional]
    [Windows-6.0-required]
    #Minimum display colours for OUI to run
    MIN_DISPLAY_COLORS=256
    #Minimum CPU speed required for OUI
    #CPU=300
    [Windows-6.0-optional]
    [Windows-6.1-optional]
    [IMAGES]
    FILE1=images/rdbms_1.gif
    FILE2=images/rdbms_2.gif
    FILE3=images/rdbms_3.gif
    FILE4=images/rdbms_4.gif
    FILE5=images/rdbms_5.gif
    FILE6=images/rdbms_6.gif
    FILE7=images/rdbms_7.gif
    FILE8=images/rdbms_8.gif
    LICENSE_LOCATION=license.txt
    Edited by: 835955 on Feb 11, 2011 6:51 AM

  • HT1349 Trying to install latest iTunes for Windows 7 64-bit. Keep getting this error message "Service 'Apple Mobile Device' (Apple Mobile Device) failed to start. Verify that you have sufficient privileges to start system services."

    Initially iTunes would not run although it had been running quite well up until now. Suddenly received this error on PC start-up "The program can't start because MSVC80.dll is missing from your computer. Try reinstalling the program to fix this problem." Research on Net pointed me to iTunes as the issue. Tried to start iTunes and received that message again. Tried installing latest version of 64-bit iTunes and received the subject message part way through the install: Trying to install latest iTunes for Windows 7 64-bit. Keep getting this error message "Service 'Apple Mobile Device' (Apple Mobile Device) failed to start. Verify that you have sufficient privileges to start system services."
    iTunes has been running great on this PC for years. What's up?
    Ron

    See Troubleshooting issues with iTunes for Windows updates.
    tt2

  • ORA-12541: TNS:no listener, (error, in oracle 11g for window 7, 64 bit)

    ORA-12541: TNS:no listener, error, in oracle 11g for window 7, 64 bit
    While connecting as localhost is pretty well.
    but command: sqlplus username@'192.168.52.178:1521/orcl' on the same machine is producing above mentioned error on oracle 11g for window 7, 64 bit.

    user11225434 wrote:
    Thax sir for your kind concern of my problem. Answers of your quaries regarding my question as follows
    lsnrctl status
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 05-AUG-2013 09:37
    :21
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Produ
    ction
    Start Date                05-AUG-2013 09:31:09
    Uptime                    0 days 0 hr. 6 min. 22 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   C:\app\eee\product\11.2.0\dbhome_5\network\admin\liste
    ner.ora
    Listener Log File         c:\app\eee\diag\tnslsnr\eee-THINK\listener\alert\log.x
    ml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.52.170)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
      Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orclxe" has 1 instance(s).
      Instance "orclxe", status READY, has 1 handler(s) for this service...
    Service "orclxeXDB" has 1 instance(s).
      Instance "orclxe", status READY, has 1 handler(s) for this service...
    The command completed successfully
    # listener.ora Network Configuration File: C:\app\eee\product\11.2.0\dbhome_5\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = CLRExtProc)
          (ORACLE_HOME = C:\app\eee\product\11.2.0\dbhome_5)
          (PROGRAM = extproc)
          (ENVS = "EXTPROC_DLLS=ONLY:C:\app\eee\product\11.2.0\dbhome_5\bin\oraclr11.dll")
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
          (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.52.170)(PORT = 1521))
    ADR_BASE_LISTENER = C:\app\eee
    3. My ip is static 192.168.52.170 and window 7 prof. is there.
    4. Sir i have tested the remote connection with firewall configuration is off.
    Hopefully this info is useful.
    but command: sqlplus username@'192.168.52.178:1521/orcl'
    NOTE the difference in IP#s above; 192.168.52.170 vs. 192.168.52.178

  • I cannot download iTunes 11 for windows 8 64-bit

    Like the title, I cannot download iTunes 11 for windows 8 64-bit.

    the_king_sim wrote:
    Like the title, I cannot download iTunes 11 for windows 8 64-bit.
    Well why not?
    What happens when you try?
    Seriously, if you want help, being vague is a good way to get lots of snarky responses or just flat out be ignored.

  • Error installing Oracle Counters for Windows Performance Monitor

    Hello,
    I have installed Oracle EE 11g 11.2.0.1.0 on a Windows 2008 R2 server. Now, I am using the Oracle Universal Installer to install the Oracle Counters for Windows Performance Monitor 11.2.0.1.0
    Source path is D:\Share\11gR2_win32_11gR2_database_install\database\stage\products.xml
    Installation Type is Custom
    Install Location is C:\app\dmadmin
    Path is C:\app\dmadmin\OraHome_1
    I de-select all product components and select the following two:
    Oracle Windows Interfaces 11.2.0.1.0
    Oracle Counters for Windows Performance Monitor 11.2.0.1.0
    I get the following error:
    OUI-10150:Error: A runtime exception occurred while setting s_digCfgNamingLabelSIDnull in component Database 11g 11.2.0.1.0 . Installation cannot continue for this component.
    I am given the choice of Stop installation of all products and Stop installation of this component only which both result in non-installation of selected component.
    Does anyone have any advice or solutions for this error? I have tried re-booting the server, but get the same error.
    Thanks for your assistance,
    Stumped

    OUI from ORACLE_HOME (OH\oui\bin\setup.exe) cannot be used to install components from 11.2.0.1 installation media (products.xml)
    This is documented, but I am not able to locate it now.
    Have you checked if the Performance Monitor files are already installed or not?
    Thanks
    Srinivas

  • Trouble installing Oracle Personal in Windows 7 64-bit environment

    Hi, I just purchased Oracle Personal Edition and it does not install.
    Details:
    Hardware: Dell laptop, purchased 6/2011
    OS: Windows 7 Professional 64-bit
    CPU: Intel Core i7-2820QM 2.30 GHz, 8 processors
    RAM: 8GB real, 16GB virtual
    Hard drive available space: 119 GB on C: drive, 505 GB on D: drive
    Product purchased: Oracle Personal Edition, 11.2.0.1.0 for Windows x64 (64-bit)
    I originally had an instance of Oracle XE on this machine. I have uninstalled it with Windows Uninstall and followed that up with the following actions in Regedit:
    Deleted the HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE key.
    Deleted HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/Ora*
    Removed directories c:\Oraclexe and c:\Program Files\Oracle
    Rebooted.
    I downloaded the two Oracle server files from the cloud, extracted the zipped directories, copied "2 of 2"'s contents to the "1 of 2"'s directory, and ran setup.exe
    Oracle Installer started up. The first screen asked for my email address and whether I wanted to receive Oracle propaganda by email (no).
    The second screen, Installation Option, asked if I wanted to 1: create and configure a database; 2: install database software only; or 3: upgrade an existing database. I chose option 1.
    The third screen, System Class, asked if I wanted a Desktop Class database or Server Class database. I chose Desktop Class.
    I clicked Next and Oracle Installer shut down without a warning message.
    Does anybody have an idea of how I can install this software?

    Yes, the purpose of this license was just to use Oracle for my own personal use. Downloading a copy of Enterprise Edition from OTN won't solve the problem; it's the same file as the Personal Edition file, and that file doesn't work on my computer. The installer prompts for the type of installation (Personal, Standard, Enterprise) around step 4 or 5 of the install, and I never made it past step 3. The problem is that the installer crashes without leaving any error message, which means I can't fix the problem. I have no way of knowing that the installer couldn't handle my computer configuration, but I do know that my computer exceeds the minimum requirements for an install. Someone at Oracle should consider it a BUG that the installer shuts down without any indication of the reason for the shutdown. I requested a refund not because the product has a bug, but because the installer didn't work. A product that doesn't install is a product that hasn't been delivered to the customer. This is a very, very basic problem that Oracle must fix.

  • TS1829 cannot install apple products on windows 7 64-bit

    when registering modules while installing quicktime or itunes, an error message appears saying that a program required for the installation is missing and then the setup rolls back. So how to fix this problem?
    i tried all the possible solutions provided by this thread at microsoft support but none works
    http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_programs/unab le-to-install-itunes-105-on-windows-7-64-bit/fe533d08-6f4b-4cfa-8c41-ddf292132fc b
    i just got a new ipad and i cannot install itunes on the laptop, its so frustrating!!!

    an error message appears saying that a program required for the installation is missing
    In the course of your troubleshooting to date, have you tried the following user tip with that one?
    "There is a problem with this Windows Installer package ..." error messages when installing iTunes for Windows

  • Is there any oracle database for windows 7 64 bit

    hi,
    can any one tell me that is there any oracle database for windows 7 Home Basic 64 bit ( version 6.1).
    I have downloaded several versions oracle databases but none have worked.
    Thanks

    Hi;
    The answer is No as mention before. Please use certified platform which is mention in installation guide:
    Operating System Oracle Database for 32-bit Windows is supported on the following operating systems:
    Windows Server 2003 - all editions
    Windows Server 2003 R2 - all editions
    Windows XP Professional
    Windows Vista - Business, Enterprise, and Ultimate editions
    Windows Server 2008 - Standard, Enterprise, Datacenter, Web, and Foundation editions. The Server Core option is not supported.
    Note: Check My Oracle Support (formerly OracleMetaLink) for more information about Hyper-V support.
    Windows 7 - Professional, Enterprise, and Ultimate editions
    Windows Multilingual User Interface Pack is supported.
    Check:
    http://download.oracle.com/docs/cd/E11882_01/install.112/e16773/reqs.htm#CHDHGGFE
    Regard
    Helios

  • Oracle XE for Windows 7 64 bit

    hi ,
    i want to install oracle xe on my windows 7 64 bit. I installed 11g but my jdbc program throwing network adapter could not establish the connection error. can any one suggest me . What version of XE i need to install on windows 7 64 bit and the link for the software please ?
    Thanks
    Raghav

    Hi Raghav,
    you can easily get 11.2 XE working on a 64 bits windows system. I've installed and used it numerous times on Windows 7/8/2003 and 2008 on 64 bits versions.
    Sometimes you run into installation errors but these are easy to fix ( just google the error if you get one ) and sometimes you can just skip them.
    It's not supported, but XE is not supported so why make a problem of that. I would suggest to make good backups of your database if it contains info that you cannot reproduce otherwise.
    So for education purposes this is a setup that should work ( people seem to say differently but I think I've done over 10 installations which all worked fine ).
    If you get an error on JDBC connections this might have a completely different cause, since this is the client side of your connection and might not have anything to do with the Oracle XE installation ( depending on how you've set things up ).
    1. First verify if your database works and is accesible directly (not via network/oracle listener)
    2. Then test network connections via standard sqlnet connections/oracle listener
    3. Then see if your JDBC connection works and if it fails investigate the exact error ( and if you need a solution explain us how you installed and configured it ).
    Regards
      Bas

  • How to install Oracle 9i on WIndows XP 64-bit?

    I downloaded Oracle9i Database Release 2 Enterprise/Standard/Personal/Client Edition
    for Windows XP 2003/Windows Server 2003 (64-bit) from the web site.
    I run Windows XP Professional x64 version 2003 Service pack 1.
    When I am trying to run setup I am getting message "The image file is valid but not for your type of machine".
    Please help!
    Regards,
    Alex

    64 bit Oracle (9.2.0 and 10.1.0) on Windows is for Itanium only. AMD64 and EM64T are not supported for 64 bit Oracle on these releases.
    With 10g release 2 (not yet available last time I checked) there will be support for 64 bit Oracle on AMD64 and EM64T. Until then the only Oracle supported for your platform is the 32 bit version.

  • Cannot install Flash Player on Windows 7 64 Bit

    I have a Dell with Windows 7 64 Bit laptop. I cannot install the adobe flash player. I have seen a lot posted on here, but am really lost. Can anyone explain to me what I can do to fix the problem. Really upset because this is a new computer. Thanks for any help.

    Hello All, I want to first say I appreciate your help.
    I did find a solution. In adobe there is a 'lab' section. Here there is a spot to click on Adobe Flash 10.1 after installing this and restarting my computer the problem is fix.
    Here is the link to what I used.
    Hope this helps someone else like it did me.
    http://labs.adobe.com/?promoid=DTEID

  • Reg: Installing Oracle RAC on windows 2003 32 bit

    Hello All,
    I am new to Oracle RAC
    Currently I have two systems with 32bit processor and windows server 2003 installed.
    I need to configure Oracle RAC in the above 32 bit systems using openfiler/vmware
    Is it possible?

    Currently I have two systems with 32bit processor and windows server 2003 installed.
    I need to configure Oracle RAC in the above 32 bit systems using openfiler/vmwareGrid Infrastructure 11.2 for Windows is only 64-bit.
    You can try 11.1.

  • HP Notebook - 15-ac043tu - NOT ABLE TO INSTALL WIFI DRIVERS FOR WINDOWS 7 -64 BIT

    I baught HP Notebook - 15-ac043tu. I am not able to install wifi drivers in windows 7 home edition . I have downloaded all drivers from HP Link shown below, http://support.hp.com/in-en/drivers/selfservice/hp-15-ac000-notebook-pc-series/7771404/model/8326116#Z7_3054ICK0K8UDA0AQC11TA930C7 Can anyone help me ?

    Hi I am facing a similar issue,Last week I bought my friend this Hp Notebook 15 (15-ac043TU) with DOS, I installed Win8 (64bit) and tried installing drivers from 'http://support.hp.com/, but its not accepting the WLAN drivers, I tried many, available for this model for win7 as well as for win8.1, wondering there was no win8 option, however it should work for Win8, I also followed your suggest but got the same error - "Update.cpp 1205" If you need Hardware Id, on 'Network Controller' - properties in devices manager, it is -PCI\VEN_14E4&DEV_4365&SUBSYS_804A103C&REV_01 Thank you and Regards:Gagan

Maybe you are looking for