Oracle Hot Backup Script Windows Server 2003

Hello,
Does anyone here have a working Oracle 10I database hot backup script for Windows Server 2003? If so can you please post it here.
Thanks.

Here is a basic batch script I have used for a hot backup of Oracle databases using RMAN
Will just need to update some locations based on you environment just check all the comments and change what you need to but this can be scheduled to run regularly through the windows scheduler for database backups.
This will take a hot backup and backup the archive logs.
Let me know if you have any quesitons.
REM #####################################################################
REM # Name: rman_hot_backup_dsk.bat
REM #
REM # Description:
REM #
REM # Generic Hot backup script that accepts the SID
REM #
REM # Parameters: Instance Name, backup level
REM #
REM #####################################################################
REM #
REM # Check if SID was Passed
if (%1)==() goto USAGE
if (%2)==() goto USAGE
REM # assign ORACLE_SID to passed SID
set ORACLE_SID=%1
REM # Set the hot backup level 0-full 1-incremental
set LEVEL=%2
REM # export the page list
set [email protected]
REM # assign a date we can use as part of the logfile
set DTE=%date:~-4%%date:~4,2%%date:~7,2%_%time:~0,2%%time:~3,2%%time:~6,2%
REM # Take the spaces out of the date string so we can use in our file name
set DTE=%DTE: =%
REM # set the script location
REM # Set location of where you will put script
set SCRIPTLOC=C:\app\oracle\scripts
cd %SCRIPTLOC%
REM # Set the Temporary command file that we will write our rman script to
set CMDFILE=%SCRIPTLOC%\%ORACLE_SID%_rman_hot_backup_dsk.cmd
REM # Remove the temporary file if it exists
del /q %CMDFILE%
REM # Set the logfile directory
REM # Change based on where you want the backup logs to go
set LOGPATH=W:\ORACLE_BACKUP\logs
set LOGFILE=%ORACLE_SID%_rman_hot_backup_dsk_%DTE%.log
set LOG=%LOGPATH%\%LOGFILE%
REM # Set the path of the backup location
REM # Change based on disk pach for you disk based backups
set BACKLOC=\\VirtualBox\ORA_ITS03P\ORACLE_BACKUP\%ORACLE_SID%
REM # Lets set the ORACLE_HOME for the host
REM # Set to your actual ORACLE_HOME location
set ORACLE_HOME=C:\app\oracle\product\10.2.0\db_1
# Set the rest of the Oracle Environment
# based on our ORACLE_HOME
set LIBPATH=%ORACLE_HOME%/lib
set LD_LIBRARY_PATH=%ORACLE_HOME%/lib
set TNS_ADMIN=%ORACLE_HOME%/network/admin
REM #set ORA_NLS10=%ORACLE_HOME%/nls/data
REM Set our PATH with the ORACLE_HOME so that we have a good
REM clean environment to work with
set PATH=%ORACLE_HOME%/bin;%ORACLE_HOME%/OPatch;%PATH%
REM # Write Temporary command file for RMAN backup
echo # configure retention policy >> %CMDFILE%
echo CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 14 DAYS ; >> %CMDFILE%
echo # >> %CMDFILE%
echo # lets start clean for our hot backup by doing full crosschecks >> %CMDFILE%
echo change archivelog all crosscheck ; >> %CMDFILE%
echo crosscheck backup of database; >> %CMDFILE%
echo crosscheck backup of controlfile; >> %CMDFILE%
echo # >> %CMDFILE%
echo # delete all expired and obsolete backups >> %CMDFILE%
echo allocate channel for maintenance type disk ; >> %CMDFILE%
echo delete noprompt expired archivelog all ; >> %CMDFILE%
echo delete noprompt expired backup ; >> %CMDFILE%
echo delete noprompt obsolete ; >> %CMDFILE%
echo # >> %CMDFILE%
echo # Configure control file for auto backup >> %CMDFILE%
echo configure controlfile autobackup on ; >> %CMDFILE%
echo CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%BACKLOC%\%ORACLE_SID%_controlfile_%%F' ; >> %CMDFILE%
echo # >> %CMDFILE%
echo # Configure default device type here we use disk and set parallelism to 2 >> %CMDFILE%
echo configure default device type to disk ; >> %CMDFILE%
echo configure device type disk parallelism 2 ; >> %CMDFILE%
echo # >> %CMDFILE%
echo # Must format the default channel for the device type disk >> %CMDFILE%
echo # other wise tmp area in creating pieces will be done in >> %CMDFILE%
echo # the $ORACLE_HOME/dbs directory >> %CMDFILE%
echo CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT = '%BACKLOC%\%ORACLE_SID%_hot_%%U' ; >> %CMDFILE%
echo # >> %CMDFILE%
echo # Configure our retention policy for this database >> %CMDFILE%
echo configure retention policy to recovery window of 14 days ; >> %CMDFILE%
echo # >> %CMDFILE%
echo # Let configure our channels for our backup >> %CMDFILE%
echo # Channel 1 disk and we indicate where it goes not taking the default >> %CMDFILE%
echo configure channel 1 device type disk MAXPIECESIZE = 4G format '%BACKLOC%\%ORACLE_SID%_hot_%%U' ; >> %CMDFILE%
echo # Channel 2 disk and we indicate where it goes not taking the default >> %CMDFILE%
echo configure channel 2 device type disk MAXPIECESIZE = 4G format '%BACKLOC%\%ORACLE_SID%_hot_%%U' ; >> %CMDFILE%
echo # >> %CMDFILE%
echo # Backup our database with compression on >> %CMDFILE%
echo backup as compressed backupset incremental level %LEVEL% tag hot_%LEVEL%_%DTE% DATABASE ; >> %CMDFILE%
echo # >> %CMDFILE%
echo # Backup our archive log files that have not been backed up >> %CMDFILE%
echo backup as compressed backupset format '%BACKLOC%\%ORACLE_SID%_Archive_%%d_%%s_%%p_%%t' archivelog all not backed up 1 times ; >> %CMDFILE%
echo # >> %CMDFILE%
echo # Backup Control file for standby in case needed >> %CMDFILE%
echo backup current controlfile for standby ; >> %CMDFILE%
echo # >> %CMDFILE%
echo # let put a controlfile to trace >> %CMDFILE%
echo sql 'ALTER DATABASE BACKUP CONTROLFILE TO TRACE' ; >> %CMDFILE%
REM # Run the RMAN backup without using the recovery catalog
%ORACLE_HOME%\bin\rman target=/ nocatalog cmdfile=%CMDFILE% msglog=%LOG%
REM # Remove our temporary command file
del /q %CMDFILE%
REM # Mail Archive backup log
REM # This relies on the free bmail utility
bmail -date -m %LOG% -f [email protected] -s <smtpserver> -t %PAGE_LIST% -a "HOT Backup results"
REM # Goto end of script as we are done
goto END
:USAGE
echo "Must Pass ORACLE_SID and hot backup level as parameters."
goto END
:END

Similar Messages

  • Error while installing Oracle Apps R12 , on windows server 2003 R2

    Hi Experts
    While installing Oracle Apps R12 , on windows server 2003 R2, I am getting the following error.
    System Utilities
    command: cmd.exe /c E:\oracle 12i dump\startCD\Disk1\rapidwiz\bin\adchkutl.cmd F:\cygwin\bin F:\VC\bin
    'E:\oracle' is not recognized as an internal or external command,
    operable program or batch file.
    RW-50011: Error: - System Utilities Availability test has returned an error: 1
    ======================================================================================================================================================================================================================================================================
    File Space Check :
    -- database node space checks --
    RW-20012: Error: - Free disk space on system returns zero:
         probable cause - mount point does not exist.
    RW-20013: Error: - Not enough free disk space on system:
    Database ORACLE_HOME = F:\oracle\VIS\db\tech_st\11.1.0
    required = 5600.0
    actual = 0.0
    RW-20012: Error: - Free disk space on system returns zero:
         probable cause - mount point does not exist.
    RW-20013: Error: - Not enough free disk space on system:
    Database System File Directory = F:\oracle\VIS\db\apps_st\data
    required = 20200.0
    actual = 0.0
    RW-20012: Error: - Free disk space on system returns zero:
         probable cause - mount point does not exist.
    RW-20013: Error: - Not enough free disk space on system:
    Database Log File Directory = F:\oracle\VIS\db\apps_st\data
    required = 950.0
    actual = 0.0
    RW-20012: Error: - Free disk space on system returns zero:
         probable cause - mount point does not exist.
    RW-20013: Error: - Not enough free disk space on system:
    Database Transaction File Directory = F:\oracle\VIS\db\apps_st\data
    required = 103350.0
    actual = 0.0
    RW-20012: Error: - Free disk space on system returns zero:
         probable cause - mount point does not exist.
    RW-20013: Error: - Not enough free disk space on system:
    Database Archive File Directory = F:\oracle\VIS\db\apps_st\data
    required = 64500.0
    actual = 0.0
    -- apps node space checks --
    RW-20012: Error: - Free disk space on system returns zero:
         probable cause - mount point does not exist.
    RW-20013: Error: - Not enough free disk space on system:
    APPL_TOP = E:\apps\VIS\apps\apps_st\appl
    required = 5800.0
    actual = 0.0
    RW-20012: Error: - Free disk space on system returns zero:
         probable cause - mount point does not exist.
    RW-20013: Error: - Not enough free disk space on system:
    APPL_TOP mount 2 = E:\apps\VIS\apps\apps_st\appl
    required = 2800.0
    actual = 0.0
    RW-20012: Error: - Free disk space on system returns zero:
         probable cause - mount point does not exist.
    RW-20013: Error: - Not enough free disk space on system:
    APPL_TOP mount 3 = E:\apps\VIS\apps\apps_st\appl
    required = 8400.0
    actual = 0.0
    RW-20012: Error: - Free disk space on system returns zero:
         probable cause - mount point does not exist.
    RW-20013: Error: - Not enough free disk space on system:
    APPL_TOP mount 4 = E:\apps\VIS\apps\apps_st\appl
    required = 3100.0
    actual = 0.0
    RW-20012: Error: - Free disk space on system returns zero:
         probable cause - mount point does not exist.
    RW-20013: Error: - Not enough free disk space on system:
    COMMON_TOP = E:\apps\VIS\apps\apps_st\comn
    required = 3200.0
    actual = 0.0
    RW-20012: Error: - Free disk space on system returns zero:
         probable cause - mount point does not exist.
    RW-20013: Error: - Not enough free disk space on system:
    Apps ORACLE_HOME = E:\apps\VIS\apps\tech_st\10.1.3
    required = 1400.0
    actual = 0.0
    RW-20012: Error: - Free disk space on system returns zero:
         probable cause - mount point does not exist.
    RW-20013: Error: - Not enough free disk space on system:
    Tools ORACLE_HOME = E:\apps\VIS\apps\tech_st\10.1.2
    required = 1400.0
    actual = 0.0
    RW-20012: Error: - Free disk space on system returns zero:
         probable cause - mount point does not exist.
    RW-20013: Error: - Not enough free disk space on system:
    Temp Directory = E:\apps\VIS\inst\apps\VIS_stccspr01\temp
    required = 1024.0
    actual = 0.0
    waiting for expert suggestion.
    Thanks
    Rahul Srivastava

    Hi Hussein
    after changing the directory name as Stage12, I am getting error
    File Space Check :
    -- database node space checks --
    Disk space on system acceptable:
    Database ORACLE_HOME = F:\oracle\VIS\db\tech_st\11.1.0
    required = 5600.0
    actual = 200473.43359375
    Disk space on system acceptable:
    Database System File Directory = F:\oracle\VIS\db\apps_st\data
    required = 20200.0
    actual = 194873.43359375
    Disk space on system acceptable:
    Database Log File Directory = F:\oracle\VIS\db\apps_st\data
    required = 950.0
    actual = 174673.43359375
    Disk space on system acceptable:
    Database Transaction File Directory = F:\oracle\VIS\db\apps_st\data
    required = 103350.0
    actual = 173723.43359375
    Disk space on system acceptable:
    Database Archive File Directory = F:\oracle\VIS\db\apps_st\data
    required = 64500.0
    actual = 70373.43359375
    -- apps node space checks --
    Disk space on system acceptable:
    APPL_TOP = F:\oracle\VIS\apps\apps_st\appl
    required = 5800.0
    actual = 5873.43359375
    RW-20013: Error: - Not enough free disk space on system:
    APPL_TOP mount 2 = F:\oracle\VIS\apps\apps_st\appl
    required = 2800.0
    actual = 73.43359375
    RW-20013: Error: - Not enough free disk space on system:
    APPL_TOP mount 3 = F:\oracle\VIS\apps\apps_st\appl
    required = 8400.0
    actual = 73.43359375
    RW-20013: Error: - Not enough free disk space on system:
    APPL_TOP mount 4 = F:\oracle\VIS\apps\apps_st\appl
    required = 3100.0
    actual = 73.43359375
    RW-20013: Error: - Not enough free disk space on system:
    COMMON_TOP = F:\oracle\VIS\apps\apps_st\comn
    required = 3200.0
    actual = 73.43359375
    RW-20013: Error: - Not enough free disk space on system:
    Apps ORACLE_HOME = F:\oracle\VIS\apps\tech_st\10.1.3
    required = 1400.0
    actual = 73.43359375
    RW-20013: Error: - Not enough free disk space on system:
    Tools ORACLE_HOME = F:\oracle\VIS\apps\tech_st\10.1.2
    required = 1400.0
    actual = 73.43359375
    RW-20013: Error: - Not enough free disk space on system:
    Temp Directory = F:\oracle\VIS\inst\apps\VIS_stccspr01\temp
    required = 1024.0
    actual = 73.43359375
    also for
    System Utilities
    command: cmd.exe /c E:\Stage12\startCD\Disk1\rapidwiz\bin\adchkutl.cmd F:\cygwin\bin F:\VC\bin
    E:\Stage12\startCD\Disk1\rapidwiz>echo off
    /cygdrive/c/WINDOWS/system32/cmd
    'which' command is available.
    /usr/bin/gnumake
    'gnumake' is available.
    'cl' is not available.
    ERRORCODE = 1 ERRORCODE_ENDThe system cannot find the path specified.
    which: no cl in (/usr/bin:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/system32)
    RW-50011: Error: - System Utilities Availability test has returned an error: 1
    Yes I do have sufficient space i.e . for E: 106 GB and F: 195 GB free space .
    Thanks
    Rahul Srivastava

  • Oracle RAC 11g On Window Server 2003 Installation Step by Step

    Hi all
    I tired searching onlie to get steps of installationg Oracle RAC 11g On Window Server 2003
    I have tow nodes
    EMC storage
    Any body can help please ...
    Thanks in Advance.
    Edited by: MHAIDAR on Jun 15, 2011 1:19 AM

    I tired searching onlie to get steps of installationg Oracle RAC 11g On Window Server 2003check this
    http://www.oracle-base.com/articles/11g/OracleDB11gR1RACInstallationOnWindows2003UsingVMware.php

  • Cant install Oracle 9i x64 on Windows server 2003 64bit

    Hi,
    im new here and i got a problem
    i cant install Oracle 9i x64 on Windows server 2003 64bit
    i get error:
    Setup.exe ist valid, but is for a machine type other than the current machine
    can someone help?

    Does this server use Itanium processors ? See MOS Doc 430677.1 (The image file setup.exe is valid, but is for a machine type other than the current machine.)
    Srini

  • DPM 2012 R2 - Windows Server 2012 R2 Hyper-v backup of Windows Server 2003 R2 - Non-retryable error 0x80070490

    Hi,
    I have a hyper-v host running Windows Server 2012 R2 Standard with Hyper-V on it, and on that host I got 5 virtual machines running and of those 5, 4 of those the DPM are able to backup but when DPM tries to backup a server running Windows Server 2003 R2
    I get the following errors in the eventlog.
    Log Name: Microsoft-Windows-Hyper-V-VMMS-Admin
    Source: Microsoft-Windows-Hyper-V-VMMS
    Date: 2013-11-28 10:46:58
    Event ID: 18014
    Task Category: None
    Level: Error
    Keywords:
    User: SYSTEM
    Computer: HYPERV05.domain.local
    Description:
    Checkpoint operation for 'SERVER01' was cancelled. (Virtual machine ID 5221623F-C80C-4B92-AD02-F545D118C859)
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="Microsoft-Windows-Hyper-V-VMMS" Guid="{6066F867-7CA1-4418-85FD-36E3F9C0600C}" />
    <EventID>18014</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8000000000000000</Keywords>
    <TimeCreated SystemTime="2013-11-28T09:46:58.365308800Z" />
    <EventRecordID>411</EventRecordID>
    <Correlation />
    <Execution ProcessID="2116" ThreadID="4248" />
    <Channel>Microsoft-Windows-Hyper-V-VMMS-Admin</Channel>
    <Computer>HYPERV05.domain.local</Computer>
    <Security UserID="S-1-5-18" />
    </System>
    <UserData>
    <VmlEventLog xmlns:auto-ns2="http://schemas.microsoft.com/win/2004/08/events" xmlns="http://www.microsoft.com/Windows/Virtualization/Events">
    <VmName>SERVER01</VmName>
    <VmId>5221623F-C80C-4B92-AD02-F545D118C859</VmId>
    </VmlEventLog>
    </UserData>
    </Event>
    Log Name: Microsoft-Windows-Hyper-V-VMMS-Admin
    Source: Microsoft-Windows-Hyper-V-VMMS
    Date: 2013-11-28 10:46:58
    Event ID: 18012
    Task Category: None
    Level: Error
    Keywords:
    User: SYSTEM
    Computer: HYPERV05.domain.local
    Description:
    Checkpoint operation for 'SERVER01' failed. (Virtual machine ID 5221623F-C80C-4B92-AD02-F545D118C859)
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="Microsoft-Windows-Hyper-V-VMMS" Guid="{6066F867-7CA1-4418-85FD-36E3F9C0600C}" />
    <EventID>18012</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8000000000000000</Keywords>
    <TimeCreated SystemTime="2013-11-28T09:46:58.365308800Z" />
    <EventRecordID>412</EventRecordID>
    <Correlation />
    <Execution ProcessID="2116" ThreadID="4248" />
    <Channel>Microsoft-Windows-Hyper-V-VMMS-Admin</Channel>
    <Computer>HYPERV05.domain.local</Computer>
    <Security UserID="S-1-5-18" />
    </System>
    <UserData>
    <VmlEventLog xmlns:auto-ns2="http://schemas.microsoft.com/win/2004/08/events" xmlns="http://www.microsoft.com/Windows/Virtualization/Events">
    <VmName>SERVER01</VmName>
    <VmId>5221623F-C80C-4B92-AD02-F545D118C859</VmId>
    </VmlEventLog>
    </UserData>
    </Event>
    Log Name: Microsoft-Windows-Hyper-V-VMMS-Admin
    Source: Microsoft-Windows-Hyper-V-VMMS
    Date: 2013-11-28 10:46:58
    Event ID: 10150
    Task Category: None
    Level: Error
    Keywords:
    User: SYSTEM
    Computer: HYPERV05.domain.local
    Description:
    Could not create backup checkpoint for virtual machine 'SERVER01': Element not found. (0x80070490). (Virtual machine ID 5221623F-C80C-4B92-AD02-F545D118C859)
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="Microsoft-Windows-Hyper-V-VMMS" Guid="{6066F867-7CA1-4418-85FD-36E3F9C0600C}" />
    <EventID>10150</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8000000000000000</Keywords>
    <TimeCreated SystemTime="2013-11-28T09:46:58.365308800Z" />
    <EventRecordID>413</EventRecordID>
    <Correlation />
    <Execution ProcessID="2116" ThreadID="4280" />
    <Channel>Microsoft-Windows-Hyper-V-VMMS-Admin</Channel>
    <Computer>HYPERV05.domain.local</Computer>
    <Security UserID="S-1-5-18" />
    </System>
    <UserData>
    <VmlEventLog xmlns:auto-ns2="http://schemas.microsoft.com/win/2004/08/events" xmlns="http://www.microsoft.com/Windows/Virtualization/Events">
    <VmName>SERVER01</VmName>
    <VmId>5221623F-C80C-4B92-AD02-F545D118C859</VmId>
    <Parameter0>%%2147943568</Parameter0>
    <Parameter1>0x80070490</Parameter1>
    </VmlEventLog>
    </UserData>
    </Event>
    What I have done to try to troubleshoot this issue is:
    Reinstalled DPM - No sucess
    Restarted the Hyper-v Host - No sucess
    I'm at the point where I am out of ideas and google hasn't given me much.
    /Joseph

    i have the same error.
    "vssadmin list writers" shows last error unknown for all writers
    disk space is sufficient
    ntbackup of systemdrive and systemstate runs fine.
    i installed KB940349 which fixes some vss related issues but the problem is still there.
    any ideas?
    Thanks.
    When you have vssadmin reporting unknown error the only way to reset the vsswriters (as I understand it please correct me if I'm wrong :) ) is to restart the machine. The Fellenator is correct, make use that the vsswriter is working correctly since this
    is the main function DPM is using when taking backup. He's also right in saying that it's outside the scope! Create a new thread on your error, then you will get much better responce!
    /Joseph

  • Error installing Oracle SOA Suite on Windows Server 2003

    Hi
    I have installed SOA Suite 10.1.3.1 on WIndows XP with no problems. I'm trying to install it on Windows Server 2003 and in the Oracle Web Service Configuration Assistant I get:
    Output generated from configuration assistant "Oracle Web Services Inspection Language Configuration Assistant":
    Files\Java\j2re1.4.2_06\lib\ext\QTJava.zip""=="" was unexpected at this time.
    Configuration assistant "Oracle Web Services Inspection Language Configuration Assistant" failed
    ================================================================================================================
    Output generated from configuration assistant "Oracle Web Services Inspection Language Configuration Assistant" (attempt 2):
    Files\Java\j2re1.4.2_06\lib\ext\QTJava.zip""=="" was unexpected at this time.
    Configuration assistant "Oracle Web Services Inspection Language Configuration Assistant" failed
    ================================================================================================================
    Output generated from configuration assistant "Oracle Web Services Inspection Language Configuration Assistant" (attempt 3):
    Files\Java\j2re1.4.2_06\lib\ext\QTJava.zip""=="" was unexpected at this time.
    Configuration assistant "Oracle Web Services Inspection Language Configuration Assistant" failed

    Hi All,
    I am facing the following exception while installing SOA suite.I am trying in XP env and from that machine i reacently de install the BPEL Installer and Oracle Since i am facing followuing exceptions.
    Pleas give me some suggenstion how to resolve the issue
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x3133784
    Function=Java_sun_awt_font_NativeFontWrapper_registerFonts+0x14C0
    Library=C:\Documents and Settings\Murali\Local Settings\Temp\OraInstall2007-04-06_06-23-04PM\jre\1.4.2\bin\fontmanager.dll
    Current Java thread:
    at sun.awt.font.NativeFontWrapper.registerFonts(Native Method)
    - locked <0x162d7d30> (a java.lang.Class)
    at sun.java2d.SunGraphicsEnvironment.addPathFonts(Unknown Source)
    at sun.java2d.SunGraphicsEnvironment.registerFonts(Unknown Source)
    at sun.java2d.SunGraphicsEnvironment.access$200(Unknown Source)
    at sun.java2d.SunGraphicsEnvironment$2.run(Unknown Source)
    at java.security.AccessController.doPrivileged (Native Method)
    at sun.java2d.SunGraphicsEnvironment.loadFonts(Unknown Source)
    - locked <0x107b8fe8> (a sun.awt.Win32GraphicsEnvironment)
    at sun.java2d.SunGraphicsEnvironment.mapFontName(Unknown Source)
    at java.awt.Font.initializeFont(Unknown Source)
    at java.awt.Font.<init>(Unknown Source)
    at oracle.ewt.lwAWT.LWComponent.<clinit>(Unknown Source)
    at oracle.ewt.laf.oracle.OracleLookAndFeel._initCommonFixedDefaults (Unknown Source)
    at oracle.ewt.laf.oracle.OracleLookAndFeel._getCommonDefaults(Unknown Source)
    at oracle.ewt.laf.oracle.OracleLookAndFeel._getIndexedDefaults(Unknown Source)
    at oracle.ewt.laf.oracle.OracleLookAndFeel.getDefaults (Unknown Source)
    Thanjks in Avance,
    Murali
    [email protected]

  • How to download oracle forms 6i for windows server 2003 or linux

    hi all,
    In my company there is a forms 6i server, now we want to move it to a new server for upgrade operations. for now we want to install forms 6i version on windows server 2003. on quick search I found it for xp but none for windows server 2003. if I try to install xp version I got "javai.dll is not valid" error.
    how can I download it ? Company has license information also. what should I do ? for ex should I open a SR on metalink or something like that ?
    thanks a lot.
    Edited by: elcaro on Jan 18, 2013 7:43 AM

    elcaro wrote:
    hi all,
    In my company there is a forms 6i server, now we want to move it to a new server for upgrade operations. for now we want to install forms 6i version on windows server 2003. on quick search I found it for xp but none for windows server 2003. if I try to install xp version I got "javai.dll is not valid" error.What is the complete error message?
    how can I download it ? Company has license information also. what should I do ? for ex should I open a SR on metalink or something like that ?Did you try this file? -- http://download.oracle.com/otn/nt/forms/6i_rel2_xp.zip
    You may log a SR if this does not work.
    Thanks,
    Hussein

  • 10g R2 64-bit Oracle Database for MS Windows server 2003

    we are upgrading our 10.2.03 32 bit Oracle Enterprise DB on 32 bit MS windows server 2003 to 10.2.0.3 64 bit Oracle Enterprise DB 64 bit MS windows server 2003
    I got this Metalink ID
    Doc ID: 403522.1 How to Migrate Oracle 10.2 32bit to 10.2 64bit on Microsoft Windows
    I have searched for 10g R2 64 bit Oracle databases versions on MS windows server 2003 but din't gent any
    I am not sure whether this database works for 64 bit MS windows server 2003
    http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201winx64soft.html
    please let me know from where I can download 64-Bit 10g R2 Oracle Enterprise DB for 64-bit MS windows server 2003
    Have posted in       
    English » Technology Network Community » Downloads section haven't seen any replies
    thought of posting here
    Thanks in Advance

    If you are running the x64 version of Windows 2003 and not the Itanium version, you will find 10.2.0.1 here:
    http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201winx64soft.html
    You may then patch it to 10.2.0.3 by downloading the patch from Metalink.
    Charles Hooper
    IT Manager/Oracle DBA
    K&M Machine-Fabricating, Inc.

  • Anybody tried install oracle 10g into Microsoft Windows Server 2003

    Dear sir/madam
    I would like to know is anybody tried install oracle 10g 10.2.0.1.0 into Microsoft Windows Small Business Server 2003?
    Will it works smoothly? any problems about it? any networks problems?
    I am prepare to buy Genuine Microsoft Windows Small Business Server 2003, so I would like to know about this matter.
    many thanks
    Francis

    While I have not installed Oracle on Windows 2003 Small Business Server, I would suggest that you not install on that particular version of Windows. While I have not worked with SBS, I believe that this is an all-in-one solution that handles Exchange email services, file services, print services, domain control (all roles), DNS, WINS, HTTP, and probably a couple other things also.
    While it sounds like a great idea to add Oracle to this server, I suspect that you will encounter some of the same issues that cause problems when Oracle is installed on a Windows domain controller. On such a server, there is no concept of a local group (the ORA_DBA group that the installer tries to create). Available memory, availalble free CPU, and disk contention may also be a problem due to contention with other services running on the server.
    You might take a look at the following Metalink articles:
    Note:46001.1
    Note:77665.1
    Note:160538.1
    I would suggest that you take a look at the 64 bit Standard Edition of Windows 2003 if it is compatible with your hardware, or if you are familiar with Linux, do as Aman suggested. If possible, run only Oracle on the server.
    Incidentally, Windows 2003 SBS is not listed on Oracle's certify web page, even though Windows 2008 is listed.
    Charles Hooper
    IT Manager/Oracle DBA
    K&M Machine-Fabricating, Inc.

  • IPlanet 6.0 SP6 compatibility with Oracle 11g Client in Windows server 2003

    Hi All,
    We have issues with our classic ASP application when connecting to Oracle 11g. Our application Database is migrating from oracle 10g to oracle 11g, with oracle 10g we don't have any issues but we are facing issues with Oracle 11g database
    We are running iPlanet-WebServer-Enterprise/6.0SP6. And Chilisoft is Sun ONE ASP 4.0 (formerly known as Chili!Soft ASP) on windows 2003 machine for running ASP application.
    The connection we are trying is
    Provider=OraOLEDB.Oracle; Data Source=xxxx;User Id=xxx;Password=xxx;
    The error we are getting is "OraOLEDB error '80004005' "
    Question: Is iPlanet-WebServer-Enterprise/6.0SP6. And Chilisoft is Sun ONE ASP 4.0 is compatible with Oracle Client 11g in Windows 32 bit machine
    Appreciate your quick response
    Thanks,
    Murthy

    I have the same situation. Could you please share your experience if you resolve it? Thanks.

  • Oracle not working with windows server 2003

    After upgrading from windows 2000 with oracle 8i to windows 2003 server I have tried 8i, 9i and now 10g with no success. I can not connect to the oracle database. Using the oracle net configuration assistant and through my asp pages I get the following error:
    ORA-12170:TNS Connect timeout occurred
    I can TNSPING the database.
    Any assistance would be greatly appreciated.

    The server is in the DMZ.
    Protected by a microsoft ISA Firewall.
    A Windows 2000 machine with the same Oracle version can see the database through the same Firewall.
    We can talk to the database using SQLplus but not using IIS or testing using the Oracle net Configuration tool.
    the only other factor that might be relevent is that it takes two attempts to connect with SQL plus. the first always gives a connection timeout.
    Despite this none of these problems are present on a Windows 200k server

  • ORA-04030 error on Oracle 10g R2 and Windows Server 2003

    We are getting this messege atleast once a day, using Oracle database 10g R2 with Oracle Developer 6i forms, we have to restart the service and then it works fine.... DB Server has 4GB RAM
    SGA 1.6 GB
    PGA 800 M

    Hi
    It is due to lack of memory or due to more put more work on server processes so try to increase memory or decrease the number of users
    Shafiulla

  • Need to install Oracle 8i on a windows server 2003 64 bits

    Even if not supported from Oracle, is it possible ?
    Thanks a lot.

    Hi,
    Good Afternoon.
    Thanks for your suggestion.
    Here is an update:
    I have renamed the 'symcjit.dll' file as per your note and starting the installation process again.
    This time the oracle installer came up and tried to install the products.
    I tried to install the client on my D drive (d:\oracle\ora81).
    The source path was showing as 'drive letter:\oracle\oracle 8i\stage\products.jar'.
    While loading the products information, I got an error message which stopped me going further in the installation process. Below is the error:
    "Invalid Staging Area. There are no top level componenets for Windows NT available for install from this staging area. "
    Any suggestion or help will be greately appreciated.
    Thanks,
    Satish.

  • Windows Server 2003 R2 Backup with Hyper-V in DPM

    Hello,
    I am trying to backup multiple Windows Server 2003 R2 VMs on Hyper-V (Windows Server 2012 R2) with DPM.
    When I try to this I get the following errors:
    On the Hyper-V Host:
    Source: VSS ID:8229
    A VSS writer has rejected an event with error 0x800423f4, The writer experienced a non-transient error.  If the backup process is retried,
    the error is likely to reoccur.
    . Changes that the writer made to the writer components while handling the event will not be available to the requester. Check the event log for related events from the application hosting the VSS writer.
    Operation:
       PrepareForSnapshot Event
    Context:
       Execution Context: Writer
       Writer Class Id: {66841cd4-6ded-4f4b-8f17-fd23f8ddc3de}
       Writer Name: Microsoft Hyper-V VSS Writer
       Writer Instance ID: {0b5be050-91e2-41a6-9207-414f1291f975}
       Command Line: C:\Windows\system32\vmms.exe
       Process ID: 5312
    Source: Hyper-V-VMMS ID: 18014
    Checkpoint operation for 'VMName' was cancelled. (Virtual machine ID D605FC49-D379-4C60-A730-485C8E9279DC)
    Source: Hyper-V-VMMS ID: 18012
    Checkpoint operation for 'VMName' failed. (Virtual machine ID D605FC49-D379-4C60-A730-485C8E9279DC)
    Source: Hyper-V-VMMS ID: 10150
    Could not create backup checkpoint for virtual machine 'VMName': Element not found. (0x80070490). (Virtual machine ID D605FC49-D379-4C60-A730-485C8E9279DC)
    Source: Hyper-V-Worker ID: 3280
    'VMName' could not initiate a checkpoint operation: Element not found. (0x80070490). (Virtual machine ID D605FC49-D379-4C60-A730-485C8E9279DC)
    Source: Hyper-V-VMMS ID: 16010
    The operation failed.
    The Output of vssadmin list writers on the Hyper-V Host looks like this:
    Writer name: 'Microsoft Hyper-V VSS Writer'
       Writer Id: {66841cd4-6ded-4f4b-8f17-fd23f8ddc3de}
       Writer Instance Id: {0b5be050-91e2-41a6-9207-414f1291f975}
       State: [8] Failed
       Last error: Non-retryable error
    In the Windows Server 2003 R2 VM there are no errors in the eventlog.
    Only the information, that VSS is started and stopped after a while.
    When I do a Backup with ntbackup of in the VM everything runs fine.
    When I create a checkpoint with Hyper-V everything runs fine, too.
    The integration services are up to date and get-vmintegrationservice -vmname VMName shows everything is enabled and OK.
    On the Hyper-V host there are 13 VMs. 3 of them are running Windows Server 2003 R2 and 2 of them are showing this error. It seems to be no general problem with Windows Server 2003 R2 then.
    I tried the backup on a different Hyper-V host with no success.
    How can I narrow down the cause of this error?
    Thanks.
    greets,
    torsten

    Thank you to everyone in this thread!
    After digging through VSS and Hyper-V dead-ends, the solution above worked for me in a W2012 R2 environment.
    I only had this problem trying to back up W2012 R2 Hyper-V VMs stored on a CSV, hosted on a W2012 R2 Host Cluster, backing up from a Host node.  I could back up from within the guests fine.  Both Windows Server Backup and DPM 2012 R2
    gave VSS errors on the cluster hosts. 
    In fact Windows Server Backup complains with 80780189 it won't back up an application with files on a CSV, which is a common cluster configuration.  This is an example of another caveat in a minefield of MS caveats buried in fine print which often negates
    configurations touted by MS Marketing, things which sound great on a sell sheet, but in practice are impractical or just not production-ready because of these restrictions.
    Disabled Backup in Integration Services, performed an offline back up from DPM 2012 R2 (which did briefly affect serving the workloads on the VM), which succeeded, and then re-enabled Backup in Integration Services.  DPM then continued to
    sync successfully after that for a day.  However, this problem returned after a period of heavy DPM backup activity.  So I redistributed backups through various Protection Groups to spread the DPM load over a longer period and this seems to
    have solved this problem.
    In general I had lots of problems installing, configuring, and now operating DPM, so the experience has not been smooth, but most of the problems have now been solved.  I find you have to "baby" this product and not push it too hard,
    otherwise things start breaking.
    Thanks again everyone!
    DPM Error ID 30111  0x800423F4
    DPM-EM Event ID 3106

  • Oracle 11g on Windows server 2003

    I've oracle 11g installed on Windows Server 2003.
    I have installed oracle 11g twice, so wasn't sure how to uninstall one version without effecting the other.
    There are a few databases set up, none of which are now working.
    Trying to connect using mysql client, or the oracle11g client results in TNSListener errors:
    'TNSListener does not currently know of service requested in connect descriptor'
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 11.1.0.6.0 - Produ
    ction
    Start Date 02-MAR-2009 11:54:42
    Uptime 0 days 3 hr. 30 min. 1 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File c:\apps\oracle\product\11.1.0\db\network\admin\listene
    r.ora
    Listener Log File c:\apps\oracle\diag\tnslsnr\selene\listener\alert\log.
    xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=selene.compsci.cs.tcd.ie)(PORT=1521)
    Services Summary...
    Service "cs.compsci" has 1 instance(s).
    Instance "cs", status READY, has 2 handler(s) for this service...
    Service "cs_XPT.compsci" has 1 instance(s).
    Instance "cs", status READY, has 2 handler(s) for this service...
    The command completed successfully
    Trying to modify the database (using Database Configuration Assistant) results in the error:
    'there is an error in creating the following process: c:\apps\oracle\product\11.1.0\db\bin\sqlplus.exe -S /NOLOG the error is: Error 6 initializing SQL*Plus Messaging file sp1<lang>.msb not found SP2-0750: You may need to set ORACLE_HOME to your oracle software directory'
    If there are forums you would recommend to a completely new oracle sysadmin please let me know.
    Many thanks.

    I recommend you read the '2 Days DBA' manual in order to get a basic understanding. It may be necessary to uninstall the current installation(s), especially the last error message looks like a corrupted environment.
    Werner
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28301/toc.htm
    Edited by: oradba on Mar 2, 2009 7:57 PM

Maybe you are looking for