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

Similar Messages

  • Can we install oracle 10g in windows vista

    hi all
    i am trying to install oracle 10g in windows vista ultimate ,
    but it is not getting install in windows vista
    wat is the version i have to use for windows vista ultimate ,
    thank in advance

    Hi,
    you can also check certification from http://support.oracle.com ---> certifications.
    and read below thread.
    http://forums.oracle.com/forums/thread.jspa?threadID=445907&tstart=0

  • Error Installing Oracle 10g on Windows Vista

    I have just bought new Laptop with Intel Core Solo Processor U1500 (1.33 Ghz) and 1Gb Ram, and Windows Vista Business Edition.
    When I ran Oracle 10g Enterprise Edition Setup on my laptop, setup asked for Administrative Password and then Unknown Error Occured, any idea what could be the problem ?
    Regards,
    Luqman

    You didn't mention if you have Vista Home Premium or Vista Home Basic. Whether Vista is 32-bit or 64-bit version. Nor did you mention which version of oracle software you downloaded and used to install.
    I have installed Oracle 10g Enterprise on Windows Vista Home Premium 32-bit. It does work. However, I downloaded and used the version of Vista 32-bit.
    So, did you use the version of Windows Vista 32-bit or not?
    What is the error message?
    People can not help you unless you tell use the error message.

  • Not able to install Oracle 10g on Windows Vista Home Premium

    Hi All.
    I bought new Laptop preinstalled with Windows vista Home premium. I tried to install Oracle 10g , but it failed.
    Error: Oracle 10g doesn't support vista sp5. Should be less than sp5.
    Can anybody suggest me, which version of Oracle supports Windows Vista HomePremium?

    hi ,
    please follow up the below link,
    oracle 10g r1 is not supported for vista , but you can put the vista in the xp compatible mode , and then install it...
    http://www.psoug.org/reference/vista.html
    regards,
    Mohammed Mehraj Hussain

  • Installing Oracle 10g on Windows VISTA or Windows 7

    Hey,
    I am planning to purchase a laptop and i am concerned about installing Oracle 10g .
    So which of the Following OS is compatible?
    1) Windows VISTA
    2) Windows 7
    Many Thanks!!
    Cheers
    Ramkannan.A
    Singapore

    I found this solution in http://msutic.blogspot.com/2009/08/how-to-instal-oracle-client-11g-on.html
    It work for me. I´ve installed a Oracle 10.2.0.4 (vista e w2k8 x64) in a Windows 7 64 bits.
    Thanks to Marko Sutic !
    ========================================================
    To workaround this problem I've decided to edit refhost.xml file adding entry for Windows 7.
    * in production there are 2 files refhost.xml. I´ve edited both.
    Location of this file on my system:
    .\stage\prereq\db\refhost.xml
    .\stage\prereq\db_prereqs\db\refhost.xml
    This is excerpt from newly edited refhost.xml file:
    <CERTIFIED_SYSTEMS>
    <!--Microsoft Windows 7-->
    <OPERATING_SYSTEM>
    <VERSION VALUE="6.1"/>
    </OPERATING_SYSTEM>
    </CERTIFIED_SYSTEMS>
    New lines are added at the end of this excerpt after <!--Microsoft Windows 7-->. Notice version value=6.1.
    In addiction to Marko Sutic tip, I´ve edited too the file ./install/oraparam.ini adding the new value (6.1) to the message:
    [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
    I´ve finished now the installation, and all sounds good.
    good luck

  • How to Install Oracle 11g on Windows Vista

    Hi Everyone, this is Abhinay here i am a Graduate Student from Electronics and i am planning to shift to CS background the main thing i want to know from you guys is " A structured procedure of Installing Oracle 10g on Windows Vista"- So can any one of you guys help me out??????????

    Hi, how are you doing ?
    Just one advice about it. If you want to work with Oracle databases, it will be better to install it on certified OS's. Doing so, you will get better experience and more realistic experience on it.
    Following the Oracle database documentation, you will get all that you need to successfully install the database in the certified OS.
    Regards,
    Shin-Iti

  • Install Oracle 9i on Windows Vista Home Premium

    I have a problem Installing Oracle 9i on Windows Vista Home Premium, I cant install it because it throws me an error message saying that is incompatible with my version of Windows. It is possible to install it with some patch or something??
    Message was edited by:
    user599646

    The only patch I know of is called Windows XP.
    In case you have not done any internet searches on this, even Oracle Database 10g was not compatible with Vista until Oracle applied some heavy patches and re-released it.
    And since Oracle9i is officially deprecated (nearest thing to obsolete as to make no difference) I see no reason for Oracle to backport the patches.

  • 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

  • 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'

  • 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.

  • 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.

  • Can't install oracle 10g on windows 2008 R2

    Please help me
    I want install oracle 10g on windows 2008 R2 but can't install because I don't have file install oracle_10.2.0.4 and i can't download file from oracle.com
    and oracle 11g i not license
    Where can download file oracle install 10.2.0.4
    thank you

    user9357585 wrote:
    same issue here. I need 10.2.0.3.0 with install software to bring a legacy sid over onto new server hardware that will not support Win 2003. I have Win 2008 32bit loaded and just need the software install ruitine to make the move. My legacy 10g server running on older hardware and Win 2003 works, but is now uncompliant with IA requirements now. We are sandboxing this application. My new server will need to have 2008 on it.
    Will Oracle supply me the software. I have paid maintenace on my account every year. Just paid it for this year in Ocober. Should not have an issue here.submit a Service Request & you'll get your question answered

  • Can I install Oracle 10g on Windows XP Pro

    Hi All,
    Can I install Oracle 10g on windows XP pro?
    Regards
    Prabir

    Yes, you can but the software should be for Microsoft windows or you can download from the following link
    http://otn.oracle.com/software/products/database/oracle10g/index.html

Maybe you are looking for

  • Since upgrading to 10.9.4 dvds will not load

    After upgrading to OS X 10.9.4 onto my 2011 iMac, I tried to load a DVD. It whirled around and then got stuck. It took me about 3 hrs to finally get it unstuck.  Now it will not accept DVD's at all, just whirls them around and pops them out. CD's it

  • How do I burn a CD in iTunes 11?

    I just downloaded iTunes 11 on my Windows 7 PC and am a little frustrated.  I can't figure out how to burn my iTunes music to CD's!  I need CD's because my car only has a CD player and doesn't have a 3.5mm cable connection or USB connection for my iP

  • How to get comments listed in opposite order

    Hey, I'm hosting a Wiki and we would like to be able to have comments posted with the most current on the top and the earlier comments towards the bottom. Currently, it's the other way around. Is there any other way around this? Thanks Pat

  • How do I remove the black border from around my videos?

    I have PE7 on my Dell laptop with Windows 7. I've been editing videos on it probably since January. I just never thought anything of the black border, but recently it's really been bugging me. I tried Googling some answers, but all I found was to swi

  • Calling web-dynpro-transaction in BSP problem

    hi, in  my BSP html-coding i have the following:   o nclick="window.open('xxxxx.xxxxxxl:8011/sap/bc/gui/sap/its/webgui~transaction=Z_LSO_WF_UEB{code when i push the button in the portal i get to the transaction Z_LSO..... in sap. this is fine, BUT: s