ORA-12154 while installing Oracle 10g on windows 7

Hi,
I am trying to install Oracle 10g express edition on my machine (core 2 duo 2.93) running on Windows 7.
The installation moves on perfectly for the 1st step and while running the 2nd step (Net configuration Assistant), it gives the ORA-12154 error.
The contents of my configuration files at this point are as follows:
Listener.ora
=============
SID_LIST_ORCL =
(SID_LIST =
(SID_DESC =
(SID_NAME = ORCL)
(ORACLE_HOME = F:\oracle\product\10.2.0\db_1)
(PROGRAM = extproc)
ORCL =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
=============
And that of tnsnames.ora is:
=============
ORCL =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
(CONNECT_DATA =
(SERVICE_NAME = ORCL)
=============
After some googling around, I have found and installed the Microsoft Loopback adapter too (since my LAN is DHCP enabled) and also tried to turn on the firewall on my machine to check if it is not a problem with the port 1521 being blocked by the firewall.
However, even after all that I still get the error "ORA-12154: TNS:could not resolve the connect identifier specified." while running the Net configuration Assistant and/or running SQL Plus to connect to the SID - ORCL.
I can only see one service running in my services by the name : OracleOraDb10g_home1TNSListenerORCL
Any suggestions or advice on the error would be much welcome.
Is it anything related to Windows 7 ? Because I have managed to install using the same installer on another machine which runs Windows XP and everything seems fine there.
Thanking you all in anticipation.
Shreyas

user12753151 wrote:
Hmmm.. but then I'd have expected some installation error. I have read around that people have managed to install oracle on windows 7.
The error displayed seems to be indicating that there is some configuration or permissions issue.Check that the user has permission to write in the ORACLE_HOME\network\admin - UAC might be blocking that.
Install with software only, and run netca & dbca separately to create the database after the s/w install. (That's the way it is done in production anyway, so get used to it.)
But yes - you still may have problems. Those who did fake it out on Windows 7 usually understand what to do. If you are smart enough to actually do it, my hat is off to you.

Similar Messages

  • Ora-00604 while installing Oracle 10g on Windows XP SP2

    I was installing Oracle 10g on Windows XP but the dbca was failling. So I tried to create a database manually.
    But every time I launch this:
    "SQL> startup nomount pfile="C:\oracle\product\10.2.0\admin\XP10G\scripts\initXP10G.ora";"
    I always had:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-02248: invalid option for ALTER SESSION
    I tried to change some memory value in the init*.ora without more success.
    So if anyone has been had such issue; he would be an help for me.
    Thansks
    MUGANGA

    initXP10G.ora is a 3 Kbytes file created by OEM and updated by Dos edit program. Here bellow is the contain:
    # Copyright (c) 1991, 2001, 2002 by Oracle Corporation
    # Cache and I/O
    db_block_size=8192
    db_cache_size=25165824
    db_file_multiblock_read_count=16
    # File Configuration
    control_files=("C:\oracle\product\10.2.0\oradata\XP10G\control01.ctl", "C:\oracle\product\10.2.0\oradata\XP10G\control02.ctl", "C:\oracle\product\10.2.0\oradata\XP10G\control03.ctl")
    db_recovery_file_dest=C:\oracle\product\10.2.0\flash_recovery_area
    db_recovery_file_dest_size=2147483648
    # Cursors and Library Cache
    open_cursors=150
    processes=100
    # Diagnostics and Statistics
    background_dump_dest=C:\oracle\product\10.2.0\admin\XP10G\bdump
    core_dump_dest=C:\oracle\product\10.2.0\admin\XP10G\cdump
    user_dump_dest=C:\oracle\product\10.2.0\admin\XP10G\udump
    # Miscellaneous
    compatible=10.2.0.1.0
    # Job Queues
    job_queue_processes=10
    # Database Identification
    db_domain=""
    db_name=XP10G
    # SGA Memory
    sga_target=177209344
    # Processes and Sessions
    processes=150
    # System Managed Undo and Rollback Segments
    undo_management=AUTO
    undo_tablespace=UNDOTBS1
    # Shared Server
    dispatchers="(PROTOCOL=TCP) (SERVICE=XP10GXDB)"
    # Security and Auditing
    audit_file_dest=C:\oracle\product\10.2.0\admin\XP10G\adump
    remote_login_passwordfile=EXCLUSIVE
    # Sort, Hash Joins, Bitmap Indexes
    pga_aggregate_target=58720256
    shared_pool_size=83886080
    nls_territory='SWITZERLAND'
    nls_language='FRENCH'

  • Error while installing ORACLE 10G on Windows

    Dear All,
    Previously i had installed ORACLEM 9i. I deinstalled using UNIVERSAL INSTALLER .Now when i try to install ORACLE 10g it is giving error
    ERROR : ERROR IN Writing to direcotory c:\documets~\rajeshrr~1\temp\Orainstall2009-08-23.Please ensure direcotory is writable and has alteast 45mb disk space.Installaion can not continue.
    While installing i have credential of administrator i.e. for rajeshr is in ADMINISTRTAOR group.
    Please inform any thing need to be need from my side.
    Thanks in advance.
    Regards,
    Rajesh.
    Edited by: Rajesh.Rathod on Aug 23, 2009 6:17 AM

    Rajesh.Rathod wrote:
    Dear All,
    Previously i had installed ORACLEM 9i. I deinstalled using UNIVERSAL INSTALLER .Now when i try to install ORACLE 10g it is giving error Which Oracle 10g on which Windows version ?
    Nicolas.

  • DBCA errors while installing Oracle 10g on Windows 7

    Hi all,
    I'm trying to install Oracle 10g database on Windows 7 operating system. Software is installed without any error. But it gets following exceptions while running dbca from $ORACLE_HOME/bin/ directory...
    java.lang.NullPointerException
    at oracle.sysman.oii.oiix.OiixPathOps.concatPath(OiixPathOps.java:553)
    at oracle.sysman.oii.oiic.OiicStandardInventorySession.updateProperties(
    OiicStandardInventorySession.java:426)
    at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicS
    tandardInventorySession.java:254)
    at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicS
    tandardInventorySession.java:229)
    at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicS
    tandardInventorySession.java:178)
    at oracle.sysman.emcp.util.OUIInventoryUtil.getInstallInventory(OUIInven
    toryUtil.java:117)
    at oracle.sysman.emcp.util.OUIInventoryUtil.getAllCentralAgentHomeLoc(OU
    IInventoryUtil.java:586)
    at oracle.sysman.emcp.util.CentralAgentUtil.getCentralAgentHomeAndURL(Ce
    ntralAgentUtil.java:296)
    at oracle.sysman.emcp.EMConfig.getCentralAgentHomeAndURL(EMConfig.java:6
    16)
    at oracle.sysman.assistants.util.OsUtilsBase.enumerateAgents(OsUtilsBase
    .java:1638)
    at oracle.sysman.assistants.dbca.ui.ManagementOptionsPage.initializePage
    (ManagementOptionsPage.java:402)
    at oracle.sysman.assistants.util.wizard.WizardPageExt.onSetActive(Wizard
    PageExt.java:94)
    at oracle.sysman.assistants.dbca.ui.ManagementOptionsPage.onSetActive(Ma
    nagementOptionsPage.java:482)
    at oracle.sysman.assistants.util.wizard.WizardExt.wizardSelectionChanged
    (WizardExt.java:166)
    at oracle.ewt.wizard.BaseWizard.processWizardEvent(Unknown Source)
    at oracle.ewt.wizard.BaseWizard.processEventImpl(Unknown Source)
    at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
    at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
    at oracle.ewt.wizard.BaseWizard.selectPage(Unknown Source)
    at oracle.ewt.wizard.BaseWizard.doNext(Unknown Source)
    at oracle.sysman.assistants.util.wizard.WizardExt.doNext(WizardExt.java:
    237)
    at oracle.ewt.wizard.BaseWizard$Action.actionPerformed(Unknown Source)
    at oracle.ewt.button.PushButton.processActionEvent(Unknown Source)
    at oracle.ewt.button.PushButton.processEventImpl(Unknown Source)
    at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
    at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
    at oracle.ewt.button.PushButton.activate(Unknown Source)
    at oracle.ewt.lwAWT.AbstractButton.processMouseReleased(Unknown Source)
    at oracle.ewt.lwAWT.AbstractButton.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Component.java:4897)
    at java.awt.Container.processEvent(Container.java:1569)
    at oracle.ewt.lwAWT.LWComponent.processEventImpl(Unknown Source)
    at oracle.ewt.button.PushButton.processEventImpl(Unknown Source)
    at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
    at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Component.java:3615)
    at java.awt.Container.dispatchEventImpl(Container.java:1627)
    at java.awt.Component.dispatchEvent(Component.java:3477)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
    at java.awt.Container.dispatchEventImpl(Container.java:1613)
    at java.awt.Window.dispatchEventImpl(Window.java:1606)
    at java.awt.Component.dispatchEvent(Component.java:3477)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
    read.java:201)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:151)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    It might be possible that I'm using wrong installation source for the same. It would be nice if anyone can lemme know which link from http://download.oracle.com to access for Oracle 10g R2 source on Windows 7?
    Can anyone pls help me out to solve this query??
    Thanks in anticipation.

    At which point did it occur to you that Windows 7 was developed and released after any version of Oracle 10g and was both uncertified and untested on this platform? ;)
    10g will fall off the cliff into desupport in just two weeks. Toss it out and install 11.2.0.1.

  • Error while installing Oracle 10g on Fedora Core 1

    Error while installing Oracle 10g on Fedora Core 1. After 40% of the Installation is thru, the progress bar is showing 40%, it gives error "Not connected to Oracle" and the installation has to be terminated.
    We have tried by using the on-line procedure and changing the required script to make believe it as said.

    Are you createing DB also???

  • "Error In Writing to directory ..."  getting the error while installing oracle 10g in laptop

    Hi
    I thought I'd make my first post a hijack of a vaguely related thread,
    then some kind moderator could separate it out and branch it off to a post of its own.
    I'm not even sure this is in the proper forum.
    But anyhow ...
    i am getting problem while installing oracle 10g in laptop its showing error as "Error in Writing to Directory C:\Users\Accent.Muthu\Appdata\Local\temp\OraInstall2011-03-03-10-51-53 AM.
    Please ensure that the directory is writable and has atleast of 45 MB of disk space.Installation can not continue.
    so please tell me the solution as soon as possible
    thanks,
    arshad ayub

    Try the few resolutions mentioned here -
    forms 10g installation  error in writing to directory
    Specially -
    do not try to install from directory which has a space in its path
    TMP and TEMP environment variables are set correctly, preferably to C:/tempRegards,
    Anuj

  • Error while installing oracle 10g on centos 5.6 32 Bit

    Hi All,
    Please help me with the issue I facing while installing oracle 10g on centos 5.6 32bit. I did lot of research on google but I am getting same answer...the libXp package is missing, but I have check it...its already installed.
    [root@staging ~]# find / -name libXp.so.6
    /usr/lib/libXp.so.6
    /usr/lib64/libXp.so.6
    echo $DISPLAY
    <ipaddress>:0.0
    [oracle@staging database]$ DISPLAY=<ipaddress>:0.0; export DISPLAY
    [oracle@staging database]$ id
    uid=500(oracle) gid=500(oinstall) groups=500(oinstall),501(dba) context=root:system_r:unconfined_t:SystemLow-SystemHigh
    Below is the error message I am getting :
    oracle@staging database]$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2012-06-27_05-37-17PM. Please wait ...[oracle@staging database]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2012-06-27_05-37-17PM/jre/1.4.2/lib/i386/libawt.so: libXtst.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(Unknown Source)
         at java.lang.ClassLoader.loadLibrary(Unknown Source)
         at java.lang.Runtime.loadLibrary0(Unknown Source)
         at java.lang.System.loadLibrary(Unknown Source)
         at sun.security.action.LoadLibraryAction.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
         at sun.awt.DebugHelper.<clinit>(Unknown Source)
         at java.awt.Component.<clinit>(Unknown Source)
    I found some suggestion on google and tried to not use ip address in DISPLAY settings...
    if I am using 0.0 instead of IP below eg.
    [oracle@staging database]$ DISPLAY=:0.0; export DISPLAY
    The error I am receiving differnt error
    [oracle@staging database]$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2012-06-27_05-34-40PM. Please wait ...
    DISPLAY not set. Please set the DISPLAY and try again.
    Depending on the Unix Shell, you can use one of the following commands as examples to set the DISPLAY environment variable:
    - For csh:                % setenv DISPLAY 192.168.1.128:0.0
    - For sh, ksh and bash:      $ DISPLAY=192.168.1.128:0.0; export DISPLAY
    Use the following command to see what shell is being used:
         echo $SHELL
    Use the following command to view the current DISPLAY environment variable setting:
         echo $DISPLAY
    - Make sure that client users are authorized to connect to the X Server.
    To enable client users to access the X Server, open an xterm, dtterm or xconsole as the user that started the session and type the following command:
    % xhost +
    To test that the DISPLAY environment variable is set correctly, run a X11 based program that comes with the native operating system such as 'xclock':
         % <full path to xclock.. see below>
    If you are not able to run xclock successfully, please refer to your PC-X Server or OS vendor for further assistance.
    Typical path for xclock: /usr/X11R6/bin/xclock
    [oracle@staging database]$ echo $SHELL
    /bin/bash
    Please help me.

    satish.ygl wrote:
    Hi,
    I am getting the same error when i am applying patchset to 10201 to 10204. I am using RedHat Linux 4 version and I tried set $DISPLAY=<hostname/ip address>:0.0 and export=DISPLAY
    #xhost + and checked $PATH this is also is correct
    I did these steps still i am getting the following error
    pen an xterm, dtterm or xconsole as the user that started the session and type the following command:
    % xhost +
    To test that the DISPLAY environment variable is set correctly, run a X11 based program that comes with the native operating system such as 'xclock':
    % <full path to xclock... see below>
    If you are not able to run xclock successfully, please refer to your PC-X Server or OS vendor for further assistance.
    Typical path for 'xclock': '/usr/X11R6/bin/xclock'
    Please help me in this scenario.
    thank You,
    Sri
    Edited by: satish.ygl on Oct 30, 2012 7:49 PMyou must log onto the DB Server as below (or functional equivalent)
    ssh -X oracle@DB_Server
    & the first & only command after logging onto the DB Server should be as below
    xclock
    If/when xclock fails, then OUI will fail.

  • Error while installing oracle 10g on AIX

    I am receiving the following error while installing oracle 10g on AIX..
    error in invoking target 'relink' of makefile 'u01/app/oracle/product/10.2.0/orcl/precomp/lib/ins_precomp.mk'..
    i am installing enterprise edition. pl help

    Hi;
    What is AIX version?
    Please see:
    Installing 10g On Aix 5.3:'Error In Invoking Target 'Relink' Of Makefile ...' [ID 309668.1]
    AIX: On Silent Install, Getting Several 'Error In Invoking Target' Messages [ID 351380.1]
    "Error invoking target ... of makefile ... " Errors While Installing 8.1.6 [ID 113781.1]
    Please also check below and be sure you have all prereq. on your server:
    Oracle Database on Unix AIX,HP-UX,Linux,Mac OS X,Solaris,Tru64 Unix Operating Systems Installation and Configuration Requirements Quick Reference (8.0.5 to 11.2) [ID 169706.1]
    Regard
    Helios

  • Installing oracle 10g on windows vista business

    will i be able to install oracle 10g on Windows Vista business? Please respond me.

    Oracle 10.2.0.3 is certified on Vista
    http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10203vista.html

  • Install Oracle 10g on Windows 2003 Server cluster (MSCS)

    Hi all
    How do I install Oracle 10g on Windows 2000 cluster (MSCS installed)?
    I have a 2-nodes Microsoft windows 2003 server cluster and I want to install Oracle 10g,
    Do I folloow this order:
    1. Install the software on both without the database
    2. Create the database from the first node
    in this case, The second node can see the database as it is available?,
    and what about the IP adresses?
    If you can point me to some documentation, or help in any way, I would appreciate it.
    Thanks for any help.

    Read here...
    http://download.oracle.com/docs/html/A96685_01/intro.htm
    >>
    Oracle Fail Safe comprises multiple components: Oracle Fail Safe Manager, Oracle Services for MSCS, and server components specific to Oracle Fail Safe.
    >>
    So I don't know how you can achieve this without Fail Safe.
    There might be other link which I cannot find right now.

  • Install Oracle 10g on windows 2008 Server 64bit

    Is it possible to install Oracle 10g on Windows 2008 64bit . I read one post below it says , windows 2008 is not certified for oracle 10g ..
    windows server 2008 Oracle 10G 64 bit
    before I installed 32bit , it is throwing error message on alert log file on every 5 seconds.
    "OER 7451 in Load Indicator : Error Code = OSD-04500: illegal option specified
    O/S-Error: (OS 1) Incorrect function. ! "
    if it is possible which version I want to download is best ..
    and what is the recommendation whether it is 10g or 11g

    You mean to say Oracle 10g 64bit will not work in Windows 2008..?No, i meaned the post you linked was written in year 2008, in that year it's was a unsupported platform for that oracle version. Actually its supported and you can install it.
    Furthermore like Aman told you, It's more recommended install 11gR2 version
    Edited by: Fran on 29-may-2012 4:20

  • Installing Oracle 10g on Windows Server 2008

    Hi,
    I want to install Oracle 10g on Windows Server 2008. As per Oracle, I should install 10.2.0.3 and then apply patchset 10.2.0.4.
    For that, one has to sign in to metalink which is possible only for customers. I am
    using Oracle only for educational purposes for now. Is there any other way of using Oracle 10g on Windows 2008?
    Thanks,
    Vladi

    Of course if you don't have support and for educational purpose only , you should compromise a little by either install other OS or get virtual machine like VMware.
    Or stay with 10.2.0.3, that should work in most cases.

  • An issue while installing oracle 10g express edition on Ubuntu 10.04-64bit

    Hi,
    I'm running into an issue while installing oracle 10g express edition on my Ubuntu 10.04-64 bit installed machine using oracle-xe-universal_10.2.0.1-1.0_i386.deb package. The issue actually came up when I was trying to reinstall the package after uninstalling it due to some problem I had with my login credentials. To elaborate further on it, the /etc/init.d/oracle-xe script does not get created when I execute the debian package and thus i'm unable to configure the required credentials and stuff after the installation. I doubt whether this has something to do with the procedure I followed when uninstalling the previous package it. But what I did was just what's mentioned in the following [http://download.oracle.com/docs/cd/B25329_01/doc/install.102/b25144/toc.htm] user guide published by oracle.
    Another important clue would be, the platform of my machine is amd64bit although I'm dealing with an installation package preferred for i386. But I believe it's the only thing available in the oracle software download section. Hence I had to use the --force-architecture option to install it. But after reading some post published on this forum, I've figured out that it does not affect the usual execution of the software. Anyway,  I would greatly appreciate some help on this matter.
    [1] http://download.oracle.com/docs/cd/B25329_01/doc/install.102/b25144/toc.htm
    Thanks and Regards,
    Prabath Abeysekara
    Edited by: 829281 on Jan 18, 2011 7:52 PM

    Hi,
    Finally I've managed to find a solution for this issue. Thanks a lot for all the replies.
    Here's how I got rid of it.
    Addressing all the facts one by one,
    1.The problem of not getting the /etc/init.d/oracle-xe script generated was avoided
    by removing all the configuration files that were previously created while installing
    the product. The following command can be used to accomplish that task.
    *$ dpkg --purge oracle-xe*
    2.Next, Initially the password I used during the configuration process was "admin".
    Although I tried a couple of times installing the product providing the aforementioned
    password, the web UI kept prompting "Invalid Credentials" message not allowing me
    to login. But, this particular issue could be avoided by giving some other simple
    password.
    Finally, got it working and once again thanks a bunch for taking the burden of
    replying this thread.
    Cheers,
    Prabath

  • TNS 12549 error on installing Oracle 10g on Windows XP Home?

    Hi,
    I installed Oracle 10g on Windows XP Home by clicking on Disk1\install\setup (NOT Disk1\setup as instructed since that did not work). Everything seemed to go fine except towards the end of the install I got a whole bunch of errors saying that "operating system resource quota exceeded". There were options to Ignore or Abort at most of these stages. I chose Ignore and the whole install seemed to complete but I am not able to connect to the database using sqlPlus. I looked at the log files created where I saw a whole bunch of errors in several files. For example in sqlnet log, I saw this error (among others) appeneded below. It seems obvious that some resource quotas were exceeded but I am not able to figure out exactly what quotas should be increased. Any help regarding this would be greatly appreciated.
    Thanks.
    Sudip
    ===================================================
    Fatal NI connect error 12549, connecting to:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=BEQ)(PROGRAM=oracle)(ARGV0=oracleorcl)(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))'))(CONNECT_DATA=(SID=orcl)(CID=(PROGRAM=C:\oracle\product\10.1.0\db_1\bin\sqlplus.exe)(HOST=CHAKRABORTY-04)(USER=Owner))))
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 10.1.0.2.0 - Production
         Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 10.1.0.2.0 - Production
    Time: 13-MAR-2005 18:03:25
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12549
    TNS-12549: TNS:operating system resource quota exceeded
    ns secondary err code: 12560
    nt main err code: 519
    TNS-00519: Operating system resource quota exceeded
    nt secondary err code: 8
    nt OS err code: 0
    ===================================================

    XP Home is not supported, despite of this some people get oracle to work.
    But in your case, possibly your machine has simply not enough resources, 12549 is a very generic error. Check the hardware requirements in the installation guide.

  • Install oracle 10g in windows 7 64bit,

    if some one can help me i do not have 10g software to install, i am new with oracle and i want to learn 10g, for that i need to install 10g software, from where i can get it.
    and do i install oracle 10g in windows 7 64bit.

    http://www.oracle.com/technetwork/database/10204-winx64-vista-win2k8-082253.html

Maybe you are looking for

  • Hp S2331A monitor replacemen​t fault.

    I've previously had my monitor replaced with a reconditoned monitor already having 675 hours of backlit use.  I have tried calling the uk 0844 369 0369 helpine but the number is unavailable so am unable to get hold of a techinician.  The problems tha

  • E71 keeps giving out of memory error; I can't find...

    My Nokia E71 (it's black so it may be an E71x, I guess) keeps giving me out of memory errors. I use my phone for nothing but voice calls, text messages, and emails. I have cleared all call logs, deleted all emails except 5 (they have no attachments)

  • Using Database Configuration Assistant

    hi i m using Database Configuration Assistant in Windows2000....when i try to create a new template using the structure of a current running database(ORCL)...i m having a problem....it asks for a DBA usernam,e and password and Service name to connect

  • Is the AC Adaptor Plug and Play?

    Can the powerbook be up or should it be shutdown when plugging the ac adaptor in and out of the powerbook? It seems that with a functional battery the voltages would be similar enough to avoid a glitch but I thought I would ask, this being my first n

  • Updated Software

    Hi, Me and my Finacee share our Itunes library. She has a Nano and i have a 3g 30GB Ipod. We are getting a message each time our Ipods are connected. Her's say to install the latest Nano software and mine says to install the latest Ipod software. Wil