Oracle 10g on Windows Server off-line database backup - a few questions

I'd like to do an Oracle off-line backup every night. Please tell me what you think about my plan.
First, run this batch file.
set oracle_sid=PLDG
C:\oracle\product\10.2.0\bin\sqlplusw.exe /nolog @c:\oracle\product\oradata\pldg\shutdb.sql
C:\oracle\product\10.2.0\bin\oradim -shutdown -sid PLDG -shuttype srvc
net stop OracleORADB10GTNSListenerPLDG
This is the shutdb.sql script that the above batch file calls.
set echo on
spool C:\oracle\product\oradata\pldg\shutdb.log
connect /@pledgemaker as sysdba
shutdown immediate
spool off
exit
....that should shut down the database.
Now I will copy the files that the following three queries pulls up to another server.
SQL> select name from sys.v_$datafile;
NAME
C:\ORACLE\PRODUCT\ORADATA\PLDG\SYSTEM01.DBF
C:\ORACLE\PRODUCT\ORADATA\PLDG\UNDOTBS01.DBF
C:\ORACLE\PRODUCT\ORADATA\PLDG\SYSAUX01.DBF
C:\ORACLE\PRODUCT\ORADATA\PLDG\DRSYS01.DBF
C:\ORACLE\PRODUCT\ORADATA\PLDG\ODM01.DBF
C:\ORACLE\PRODUCT\ORADATA\PLDG\PLEDGEMAKER_DATA01.DBF
C:\ORACLE\PRODUCT\ORADATA\PLDG\PLEDGEMAKER_INDX01.DBF
C:\ORACLE\PRODUCT\ORADATA\PLDG\TOOLS01.DBF
C:\ORACLE\PRODUCT\ORADATA\PLDG\USERS01.DBF
C:\ORACLE\PRODUCT\ORADATA\PLDG\XDB01.DBF
C:\ORACLE\PRODUCT\ORADATA\PLDG\MAILING01.DBF
C:\ORACLE\PRODUCT\ORADATA\PLDG\BO516_REP01.DBF
C:\ORACLE\PRODUCT\ORADATA\PLDG\PLEDGEMAKER_DATA02.DBF
C:\ORACLE\PRODUCT\ORADATA\PLDG\PLEDGEMAKER_DATA03.DBF
C:\ORACLE\PRODUCT\ORADATA\PLDG\PLEDGEMAKER_INDX02.DBF
C:\ORACLE\PRODUCT\ORADATA\PLDG\PLEDGEMAKER_INDX03.DBF
SQL> select member from sys.v_$logfile;
MEMBER
C:\ORACLE\PRODUCT\ORADATA\PLDG\REDO01A.LOG
C:\ORACLE\PRODUCT\ORADATA\PLDG\REDO01B.LOG
C:\ORACLE\PRODUCT\ORADATA\PLDG\REDO02A.LOG
C:\ORACLE\PRODUCT\ORADATA\PLDG\REDO02B.LOG
C:\ORACLE\PRODUCT\ORADATA\PLDG\REDO03A.LOG
C:\ORACLE\PRODUCT\ORADATA\PLDG\REDO03B.LOG
SQL> select name from sys.v_$controlfile;
NAME
C:\ORACLE\PRODUCT\ORADATA\PLDG\CONTROL01.CTL
C:\ORACLE\PRODUCT\ORADATA\PLDG\CONTROL02.CTL
C:\ORACLE\PRODUCT\ORADATA\PLDG\CONTROL03.CTL
After copying the above files, I want to start the database back up.  First I run this batch file
set oracle_sid=PLDG
net start OracleORADB10GTNSListenerPLDG
C:\oracle\product\10.2.0\bin\oradim -startup -sid PLDG -starttype srvc,inst
Then run this script.
set echo on
spool C:\oracle\product\oradata\pldg\startdb.log
connect /@pledgemaker as sysdba
startup
spool off
exit
- Is this plan complete?
- Will the filenames that the above three queries retrieve ever change in the future? Or do they remain the same?
- There are other files in the C:\ORACLE\PRODUCT\ORADATA\PLDG\ directory, such as TEMP01.DBF. I am assuming that I do not need to back these files up. Is this correct?
Thanks so much for your help!
Edited by: DataHandle on Jun 13, 2012 3:49 PM

DataHandle wrote:
Sorry, I should explain my situation better. Currently there is no backup in place right now so I just want to get SOMETHING running and backing up our data. I am an Oracle newbie compared to a lot of the experts on here - I just want to go with the simplest solution so that I can implement it ASAP. Then I can at least sleep at night.
I agree that I should eventually get to learning RMAN and should understand it thoroughly. I've read a lot of the documentation on it but it can be really confusing. I mean there are 666 page books on Oracle backups - it is intimidating.
Anyway, thanks for your help.
Edited by: DataHandle on Jun 14, 2012 9:48 AM
Edited by: DataHandle on Jun 14, 2012 9:49 AMYes, the official documentation can be pretty overwhelming. I suggest you go to amazon and look up "RMAN Backup and Recovery" by Hart and Freeman. It is very well written and cuts through a lot of the clutter of the actual reference manual.
For the immediate, here's what you need to do
log on the the sever as 'oracle' - or whoever owns the oracle installation
then
rman target /
rman> CONFIGURE RETENTION POLICY TO REDUNDANCY 1;     << set this how you want -- it's a quick reference in the official docs
rman> CONFIGURE BACKUP OPTIMIZATION ON;
rman> CONFIGURE CONTROLFILE AUTOBACKUP ON;
rman> CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO COMPRESSED BACKUPSET;
rman> CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT   '/oradata/fs91upg/upgbkup/%U';     << set the path to wherever you want to store your backup
rman>the above commnads are one-time setup.
rman> shutdown immediate
rman> startup mount
rman> backup database
rman> alter database open
rman> exitis your database in archivelog mode?
Edited by: EdStevens on Jun 14, 2012 10:47 AM

Similar Messages

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

  • Oracle 10g on Windows Server 2003 Standard 64bit

    We are running Oracle 10g on Windows Server 2003 Standard 64bit Edition. I am NOT a DBA, so forgive my ignorance.
    We have 16GB of physical memory in this server. I was told by a DBA that Oracle runs on "a single process", and because of that, he said that Windows Server 2003 Standard will only allow 2GB max for a single process.
    Can anyone confirm this? Thanks.

    This sounds more lika a Windows issue. If both Windows and app is "64-bit", I would expect the user virtual address space (per process) to be in the TiB range, if not larger.
    (The said 2GiB limit applies to a 32-bit system.)
    Message was edited by:
    orafad

  • External table in Oracle 10g and Windows server 2003 problem

    I'm having a problem accessing an external table in an Oracle 10g and Windows 2003 server environment. The disk is remote (mapped) to the server. It's the usual access errors, kup-04001 or kup-04063.
    I have the [seemingly] exact same setup in an Oracle 9i and Windows 2000 server environment which works perfectly. Services run as local SYSTEM and SYSTEM has full permissions on the disk. Directories exist and so do the permissions to the directories.
    In the Oracle 10g and Windows 2003 environment, services run as local SYSTEM and SYSTEM has full permissions on the mapped disk. Directories exist and so do the permissions to the directories.
    This obviously effects mappings, deployments, etc.
    Does anyone know if something changed in either the db or the os?
    Thank you,
    Michael

    Thank you for your reply.
    Your proposal is the standard solution. As a matter of fact, that's how it is on my "old" system. Server "A" Oracle services are started by SYSTEM. Server "B" Oracle services are started by SYSTEM and is where the flat files reside. SYSTEM has full permissions on a disk local to Server "B". Database directoriies defined on Server "A" point to Server "B" remote disk. External Tables on Server "A" are defined with directories that point to Server "B" remote (mapped) disk. I have no problems with this configuration.
    I'm having a problem acheiving the same configuration with Oracle 10g and Windows 2003. I guess I'm baffled over the fact it isn't working the same way as my "old" environment. Why shouldn't it? Oracle (and you) want me to start services as a specific user. It shouldn't have to be that way unless something changed in the way the database makes calls to the os or if Microsoft slipped something in with one of it's numerous security patches.

  • External table in Oracle 10g and Windows server 2003

    I'm having a problem accessing an external table in an Oracle 10g and Windows 2003 server environment. The disk is remote (mapped) to the server. It's the usual access errors, kup-04001 or kup-04063.
    I have the [seemingly] exact same setup in an Oracle 9i and Windows 2000 server environment which works perfectly. Services run as local SYSTEM and SYSTEM has full permissions on the disk. Directories exist and so do the permissions to the directories.
    In the Oracle 10g and Windows 2003 environment, services run as local SYSTEM and SYSTEM has full permissions on the mapped disk. Directories exist and so do the permissions to the directories.
    Does anyone know if something changed in either the db or the os?
    Thank you,
    Michael

    Version 9.2.04.
    Server "A" Oracle services are started by SYSTEM. Server "B" Oracle services are started by SYSTEM and is where the flat files reside. SYSTEM has full permissions on a disk local to Server "B". Database directoriies defined on Server "A" point to Server "B" remote disk. External Tables on Server "A" are defined with directories that point to Server "B" remote (mapped) disk. I have no problems with this configuration.
    I'm having a problem acheiving the same configuration with Oracle 10g and Windows 2003. I guess I'm baffled over the fact it isn't working the same way as my "old" environment. Why shouldn't it? Oracle (and you) want me to start services as a specific user. It shouldn't have to be that way unless something changed in the way the database makes calls to the os or if Microsoft slipped something in with one of it's numerous security patches.

  • Oracle 10g on Windows server 2008 R2 - error : Logon failed. Details: ADO

    Hello,
    I have installed Oracle 10g 64bit client on Windows 2008 R2 64bit server. I have installed Visual studio framework 2.0 and 3.5 on Application Server i.e. Windows 2008 R2 64bit Server.
    But when i run report from server, it shows following error message :
    *Logon failed. Details: ADO Error Code: 0x Source: ADODB.Connection Description: Provider cannot be found. It may not be properly installed. Error in File C:\Windows\TEMP\testreport {FE5A4BC0-DF74-4E58-87F1-0F203501A3FC}.rpt: Unable to connect: incorrect log on parameters.*
    I have created report with design time connection with oracle 10g tables. It runs in my development machine. but when i deployed on windows 2008 r2 bit server, it raised above error. After that, i created another report with command instead of using design time database connection with table, it run on server smoothly.
    So Pls help me to come out from this problem.
    If anyone has solution for it, pls share it
    Thanks in Advance
    Keyur

    Today I installed all software in following order.
    1) First install oracle 10g 32bit client & 64bit client on windows 2008 R2 development server.
    2) After oracle installation, I installed visual studio 2005 and tested crystal report on server in debug mode. It was working completely.
    (Both type of report - report created with the help of command in crystal report & crystal report created in direct reference of database table)
    Then i published my test project and setup on same server for clientside testing. but on client machine, it shows error message.
    that was : The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception.
    One more thing i have observed that was report created with help of command in crystal report was working on client machine. But report in which i have added table direclty, was generating above error.
    Then i installed crredist2005_x86.msi and crredist2005_x64.msi from visual studio installed folder. After installation, error message changed on clinet machine.
    Error Message : Logon failed. Details: Error Code: 0x Source: ADODB.Connection Description: Provider cannot be found. It may not be properly installed. Error in File C:\Windows\TEMP\tablesource {EE65A074-2C4E-43DE-A3FC-1FE673093BF1}.rpt: Unable to connect: incorrect log on parameters
    Still in debug mode on server, asp.net project is working with crystal report. I think, when i run asp.net project in debug mode on server, project may be run on 32bit mode. When i run same project from published setup on client machine, it may be run on 64bit mode.
    I can't understand how to solve this problem.
    Pls. help me.
    Thanks in Advance
    Keyur

  • How to install oracle 10g in windows server 2008

    I want to install oracle 10 (10.2.0.4.0) in windows server 2008 R2 X64 bit version.
    Previously i have test this successfully. But not it's giving an error during the installation
    Enterprise manager configuratio failed due to the following error-
    Error starting Database Control
    Refer the log file at (path).....\emConfig.log for more details.
    You can retery configuring this database wlth Enterprise Manager later by manually running (path).....\bin\emca script.
    I tried to start the service manually from services. But it didn't work.
    I tried to run that script using command prompt. but nothing happened.
    in my start menu under oracle home db-console link also not there.
    here is my log file
    Feb 7, 2011 11:54:08 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Enter Enterprise Manager Root Password :
    ************Certificate was added to keystore
    Certificate reply was installed in keystore
    Feb 7, 2011 11:54:08 AM oracle.sysman.emcp.util.FileUtil printFileToLog
    CONFIG: Printing file(After Secure DBConsole): D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_AX-2009_AX2009\config\http-web-site.xml
    <?xml version = '1.0' standalone = 'yes'?>
    <!DOCTYPE web-site PUBLIC "OracleAS XML Web-site" "http://xmlns.oracle.com/ias/dtds/web-site-9_04.dtd">
    <web-site port="1158" display-name="OC4J Java HTTP Web Site" secure="TRUE">
         <!-- The default web-app for this site, bound to the root -->
         <default-web-app application="default" name="defaultWebApp"/>
         <web-app application="default" name="dms0" root="/dms0"/>
         <web-app application="default" name="dms" root="/dmsoc4j"/>
         <web-app application="em" name="em" load-on-startup="true" root="/em" shared="true" />
         <!-- Access Log, where requests are logged to -->
         <access-log path="../log/http-web-access.log"/>
         <!-- Uncomment this if you want to use ODL logging capabilities
         <odl-access-log path="../log/http-web-access" max-file-size="1000" max-directory-size="10000"/>
         -->
         <ssl-config needs-client-auth="false" keystore="D:\oracle\product\10.2.0\db_1/oc4j/j2ee/OC4J_DBConsole_AX-2009_AX2009/config/server/keystore.test" keystore-password="BC062AD3D852A5B5D02E979B69DD12B3" />
    </web-site>
    Feb 7, 2011 11:54:08 AM oracle.sysman.emcp.util.DBControlUtil secureDBConsole
    INFO: Database Control secured successfully.
    Feb 7, 2011 11:54:08 AM oracle.sysman.emcp.EMDBPostConfig performConfiguration
    CONFIG: Securing Database Control completed successfully .
    Feb 7, 2011 11:54:08 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Feb 7, 2011 11:54:08 AM oracle.sysman.emcp.util.DBControlUtil startOMS
    INFO: Starting Database Control (this may take a while) ...
    Feb 7, 2011 11:54:08 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: cmdType: 0
    Feb 7, 2011 11:54:08 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Starting Windows service...OracleDBConsoleAX2009
    Feb 7, 2011 11:54:08 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleAX2009' to fully start
    Feb 7, 2011 11:54:18 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleAX2009' to fully start
    Feb 7, 2011 11:54:28 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleAX2009' to fully start
    Feb 7, 2011 11:54:38 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleAX2009' to fully start
    Feb 7, 2011 11:54:48 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleAX2009' to fully start
    Feb 7, 2011 11:54:58 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleAX2009' to fully start
    Feb 7, 2011 11:55:08 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleAX2009' to fully start
    Feb 7, 2011 11:55:18 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleAX2009' to fully start
    Feb 7, 2011 11:55:28 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleAX2009' to fully start
    Feb 7, 2011 11:55:38 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleAX2009' to fully start
    Feb 7, 2011 11:55:48 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleAX2009' to fully start
    Feb 7, 2011 11:55:48 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Initialization failure for service during start
    Feb 7, 2011 11:55:48 AM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error starting Database Control
    Refer to the log file at D:\oracle\product\10.2.0\db_1\cfgtoollogs\dbca\AX2009\emConfig.log for more details.
    Feb 7, 2011 11:55:48 AM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error starting Database Control
         at oracle.sysman.emcp.EMDBPostConfig.performConfiguration(EMDBPostConfig.java:646)
         at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:224)
         at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:193)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:184)
         at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:436)
         at java.lang.Thread.run(Thread.java:595)
    please if any one can give me any solution to run my database console. i don't know any method. i'm new to the oracle.
    Thank you

    I have checked that. but i also say that oracle 10g (10.2.0.4 ) support for windows server 2008 r2 X64.
    Windows Server 2008 x64
    Oracle Database 10g Release 2 (10.2.0.4 or later) for Windows x64 is certified on Windows Server 2008 x64 (all editions). 32-bit Oracle Database Client (10.2.0.4) and higher versions are supported on Windows Server 2008 x64.
    I don'y think it's problem of os version or oracle version. Because when we purchase we asked from them what is the recommended version for our os. they told that 10g 10.2.0.4 is ok. previously i have installed this successfully. But now i can't.
    however thanks for tried to help me. if u can find out any other reason\s please late me know..
    thank you very much.

  • Oracle 10g on Windows Server 2008

    Hi dears;
    OS:     Windows Server 2008 R2 Standard (SP1) 64-bit
    Processor:     Intel(R) Xeon(R) CPU E5645 @2.40GHz
    RAM:     8GB
    Oracle:      Oracle 10g EE R2 (10.2.0.1.0) 32-bit
    As soon as the installation is OUI reports an error message and quits.
    Message: Abnormal program termination. An internal error occured. Send following files to oracle support.
    "Unknown"
    "Unknown"
    "Unknown"
    Please help.

    if you search on this forum you will find similar thread talking about this , so please search first before posting new thread
    Oracle Database 10.2.0.1.0 is not certified on Microsoft Windows x64 (64-bit) 2008
    Oracle Database 10.2.0.1.0 is not certified on Microsoft Windows x64 (64-bit) 2008 R2
    Only :
    Oracle Database 10.2.0.4.0 is certified on Microsoft Windows x64 (64-bit) 2008
    Oracle Database 10.2.0.5.0 2008 , 2008 R2

  • Install Oracle 10g on Windows Server 2003 Enterprise Edition

    I have a machine with the following specs:
    Windows Server 2003 Enterprise Edition
    16GB Memory
    1.2TB Storage
    I heard that Oracle has a limitation of 2GB Memory Allocation for Oracle Database. Can you post steps on how to acoomplish this task?

    mrp wrote:
    I have a machine with the following specs:
    Windows Server 2003 Enterprise Edition
    16GB Memory
    1.2TB Storage
    I heard that Oracle has a limitation of 2GB Memory Allocation for Oracle Database. Can you post steps on how to acoomplish this task?Pray tell, where did you hear that? I'd encourage you find the source and ask for your money back - they give bad advice.
    More relevant info can be found at http://www.oracle.com/pls/db102/portal.portal_db?selected=3 ... scroll down to 'Platform Guide' and select the appropriate guide - Windows 32 bit, Windows Itanium, or Windows 64 bit - that is relevant to your environment. For 32 bit, look at Chapter 1 and the sections
    Oracle Database Scalability on Windows
    * Support for Very Large Memory (VLM) Configurations
    * Windows 4 GB RAM Tuning (4GT)

  • 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

  • Oracle 10g EE Windows Client on different machine than Pracle 10g EE server

    I downloaded the Oracle 10g EE Windows Client and installed it on a WinXP (SP3) machine that had no Oracle components installed. The idea was to use it to connect to an Oracle 10g EE database running on another machine on the network.
    After installing the software, what I find in the start menu is:
    Oracle Client 10g Express Edition
    - Go To Online Forum
    - Read Documentation
    - Register For Online Forum
    - Run SQL Command Line
    When I "Read Documentation" and go to the "Getting Started" link it talks about other menu options which I can't find ("Go To Database Home Page").
    Clearly something isn't working here, but what?
    Pete

    This option is available on server. Not on client.
    Use following link instead:
    http://<server_ip_address>:8080/apex/

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

  • Oracle 10g on Windows 2008 Server Std. edition

    Hi all
    We create two partitions C 80 Gb, D 300 GB on HP Server XEON Dual Processor with 6GB installed with Windows 2008 Std. Edition server 32 Bit
    We try to install Oracle 10g 32 Bit - We get the following problems
    a) By default it should take the highest partion i.e d:\oracle\product etc.
    but it takes c:\users\administrator\documnets\oracle\product which is wrong
    However we correct it by typing the correct path. Brows does not take to D partition
    b) On proceeding further - >Installation aborts and and we get messages
    unknowkn , unknown etc. for 3-4 aspects.
    Windows 2008 server has service pack 1 installed. We installed Service Pack 2 also but without any benefit. Further we also tried to install after removing all firewall , anitvirus etc. but again of no use.
    User connected was administrator while installation of Oracle 10g 32 Windows.
    We never get any problem with the same CD /Dump on Windows XP, Windows 2003 Server
    Kindly suggest some remedy
    Suresh Bansal

    With due respect i wish to request you to please see below thread:
    Re: Oracle 10g
    Which is making me confused.
    Regards
    Girish Sharma
    There's a specific version for Windows 2008 (10.2.0.4), ready to download:
    http://www.oracle.com/technology/software/products/database/index.html Reply by Werner

  • Installing Oracle XE 10g on Window server 2008

    Hello,
    I want to ask if i can install Oracle XE on windows server 2008, if not what releases of Oracle DB can be installed on Win2008 server
    Regards,
    Tareq

    Thank you for your quick answer,
    But i want to know are there any steps to install this release or just go through normal steps.
    Oracle Database 10g Release 2 (10.2.0.1)
    Express Edition for Microsoft Windows
    Also i want to install IDS10g R2 ... Can i install it also on the server, if not can i install the OC4J stand alone ??
    Thank you.

  • Installation of oracle 10g by window 2000 Server or Window XP professional

    Dear all
    Did you tried installatin of oracle 10g in Window 2000 Server and/or Window XP professional
    installation on which one will be more reliable and stable?
    As I am choosing which OS will be better as a Server
    please help
    Francis SZE

    I don't think XP professional would be recommended as server.
    would be better if you use 2000 Server or best if you use 2003 if you like windows environment
    cheers

Maybe you are looking for

  • Error Creating a System in IIR Admin Config

    Hello, We are setting up a new instance on Red Hat Enterprise Linux 5 kernel level 2.6.18- 53el5 (32-bit), We have installed IIR with below version: SSA-NAME3 v2.8.07 (FixL106) SSA-NAME3 Extensions v2.8.07 FixL106 Informatica Identity Resolution v2.8

  • Emails sent from iPad

    Emails that I send from my iPad4 to my laptop or PC using either of my alternate email addresses just disappear. Whilst they arrive on the computer, they just as quickly disappear into the ether never to be seen again. I have searched every folder bu

  • The One Day and 5 day options ont seem to be worki...

    I get as far as the login screen. I choose buy on the One Day option or the 5 day option and the system hangs Message at bottom of screen says  Waiting for btwifi.purchases.fon.com When I choose the 30 day option I get connected to the next step in p

  • Start java-Program when Tomcat starts

    I have a TimerTask, that should be executed every hour (war in webapp of Tomcat). If Apache Tomcat will be shut down and started again, Task won't be executed. Can I define somewhere, that some class should be executed when Tomcat server starts and a

  • I want to have the tint to the color information of the Cos Object.

    I have developed a plug-in now. My plug-in is creating a color with a Cos Object.And, It is used to fill the art object. I would like to have the information of tint to this color. Please tell me how to have a tint. --- The following is the code whic