Windows 32bit

Hi
Ive got 3 instances on a windows 32bit Enterprise Edition Server and am having issues sizing them. I've got 8Gb with 6Gb to spare but keep getting out of memory errors.
Anyone have any examples/advice of their SGA settings. I haven't gone down the PAE/AWE route yet but understand this is just for db_block_buffers anyway

Windows 32 bit process have their virtual address space "split" in 2/2 GB. " for user/app allocation, i.e. biggest server = instance + processes (threads) = 2GB. (this is virtual space, so it's independent of how much RAM your hardware has or can handle). Windows (NT versions) can also use a 1/3 "split" but I dont know how much application (e.g. oracle) dependent that is.
What issues exactly?

Similar Messages

  • Ipod Classic with Windows/32bits

    Does "Ipod Classic - Last Generation" work using Netbook with Windows/32bit?

    Hey guidoxy,
    Thanks for the question. The iPod classic technical specifications include the minimum Windows system requirements, as long as your PC meets these requirements, your iPod classic should be compatible:
    Apple - iPod classic - Technical Specifications
    http://www.apple.com/ipodclassic/specs.html
    Windows system requirements
    - PC with USB 2.0 port
    - Windows XP Service Pack 2 or later, 32-bit editions of Windows Vista, or 32-bit editions of Windows 7
      - iTunes 10.7 or later
    Thanks,
    Matt M.

  • Release Date of 10gr2 on windows 32bit??

    Any speculation of a release date? before Open World?

    10gR2 for Windows 32bits is now available (for production)
    http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201winsoft.html
    Nicolas.

  • How to copy a database to a new database on Windows 32bit?

    Hi Gurus,
    I have a production database 10g on Windows 32bit and I want to make a copy of this database as Test in same server ?
    Please help....
    Thanks,

    How big is your database?
    1)If database size is small, create a blank test db . Export from Production using expdp and impdp onto Test.
    2)If database size is hundreds of gb's use rman duplicate command. As you are restoring on to same host
    configure db_file_name_convert/log_file_name_convert in your pfile properly
    And also control_files parameter to new location in your new pfile.
    Refer: http://docs.oracle.com/cd/B19306_01/backup.102/b14191/rcmdupdb.htm#i1006859
    Edited by: vreddy on Sep 7, 2012 2:03 PM

  • Windows 32bit OS 에서 Oracle Memory Sizing

    제품 : Database
    작성날짜 : 2007-12-21
    PURPOSE
    Windows 32bit OS 메모리 제약과 Oracle 에서 추가메모리 사용하도록 설정하는 방법을 설명한다.
    CONTENTS
    1. Windows 32bit 메모리 확장 관련 용어들
    2. Windows 32bit 메모리 확장 설정 방법
    3. AWE_WINDOW_MEMORY 파라미터 산정
    4. Windows 에서 Oracle 메모리 사용량 모니터링
    5. Windows 에서 Oracle 메모리 사용량 줄이는 방법
    EXPLANATIONS
    1. Windows 32bit 메모리 확장 관련 용어
    - /3GB
    Windows 32bit OS 에서 메모리 어드레싱은 4GB 까지 가능하고, 이 중 2GB 는 커널이 사용하고
    나머지 2GB 가 사용자 프로세스에게 할당되는 최대 메모리 크기이다. Windows 2000 이상에서는
    /3GB 옵션을 사용하여 커널에 1GB 만 할당하고 나머지 3GB 를 사용자 프로세스에게 할당하여
    2GB 한계를 넘어 메모리를 확장하여 사용할 수 있다. OS 에서는 boot.ini에 /3GB 옵션 추가하고,
    어플리케이션 실행파일 헤더에 IMAGE_FILE_LARGE_ADDRESS_AWARE bit 이 설정되어 있으면 된다.
    Oracle 8.1.7 이상에서는 기본적으로 IMAGE_FILE_LARGE_ADDRESS_AWARE bit 설정되었으므로 3GB
    사용가능하다. 참고로 Windows 64bit OS 는 한 프로세스당 어드레싱 가능한 메모리가 8TB 이므로
    32bit 에서 사용하는 추가적인 옵션들이 필요없다.
    - /PAE (Physical Address Extentions)
    /3GB 옵션과 더불어 32bit 메모리 제약을 넘기위한 방법으로, 가상 메모리내에 포인터 테이블로
    "별도 메모리 영역"을 매개함으로 프로세스가 사용할 수 있는 실제 메모리 크기를 확장한다.
    예를들어 Oracle 은 가상 메모리 2GB 영역 (/3GB 사용하면 3GB) 내에 포인터 테이블(window)만
    저장하고 실제 DB BUFFER CACHE 는 "별도 메모리 영역" 에 할당한 후, BUFFER CACHE 사용시
    포인터 테이블을 매개하여 실제 BUFFER CACHE 영역 사용한다. 여기서 "별도 메모리 영역" 도
    메모리를 사용하는 것이다.
    - AWE (Address Windowing Extensions) & Oracle 구현방식
    AWE 는 PAE 기능을 사용하도록 어플리케이션에 제공된 API 이다.
    AWE API 를 사용한 오라클 버젼들은 아래와 같다.
    * Oracle 8.1.6.x
    * Oracle 8.1.7.x
    * Oracle 9.2.x
    * Oracle 10.1.x
    * Oracle 10.2.x
    주의! 9.1.0.x 는 AWE 지원안됨.
    AWE 구현된 Oracle 버젼들은 3GB 이상의 SGA 사용할 수 있는데, 정확히 말하면 SGA 중 BUFFER CACHE
    영역만 3GB 이상의 "별도 메모리 영역"에 지정할 수 있다. 오라클에서 AWE 를 사용하면 BUFFER CACHE
    사용시 포인터 테이블과 실제 BUFFER CACHE 가 있는 별도 메모리 영역과의 mapping & unmapping
    과정이 추가되므로 기본적인 처리보다 느릴 수 있지만, 적어도 IO 을 줄일 수 있기 때문에
    IO 느린 시스템에서는 성능 향상을 기대할 수 있다.
    2. Windows 32bit 메모리 확장 설정 방법
    - boot.ini 에 /3GB /PAE option 을 추가
    multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000 Advanced Server" /3GB /PAE
    - 오라클 서비스 실행하는 OS USER 에 "Lock memory pages"의 권한 부여
    . Start -> Programs -> Administrative Tools -> Local Security Policy
    (on a Domain Controller, click on 'Domain Security Policy' instead of 'Local Security Policy')
    . Double-click on the 'Lock Pages in memory' policy.
    . Add the appropriate user and click 'Ok'.
    . Restart the OracleService<SID>
    - 포인터 테이블 (window) 크기 지정하는 AWE_WINDOW_MEMORY 를 레지스트리 추가
    . HKEY_LOCAL_MACHINE => Software => Oracle => HomeX 에 AWE_WINDOW_MEMORY=1024000000 추가
    주의! 여러 인스턴스라면 각 Home 에 추가
    - init.ora 에 USE_INDIRECT_DATA_BUFFERS=TRUE 추가하고 DB_BLOCK_BUFFERS 로 BUFFER CACHE 크기 설정
    주의! DB_CACHE_SIZE 로 BUFFER CACHE 지정하면 에러 발생한다.
    ORA-00385: cannot enable Very Large Memory with new buffer cache parameters
    - Oracle10g 에서는 SGA_TARGET=0 설정하여 Automatic Memory Management 를 disable 해야한다.
    3. AWE_WINDOW_MEMORY 크기 계산 방법
    (1) 기본값 : AWE_WINDOW_MEMORY = 1GB
    /PAE /3GB 를 지정해도 아래 메모리들의 총합은 3GB 내에 들어와야한다.
    - AWE_WINDOW_MEMORY
    - BUFFER CACHE 제외한 SGA (shared_pool, large_pool, java_pool, log_buffers ...)
    - Overhead for Oracle.exe DLLs (100MB 정도)
    - Stack space per thread (1MB/thread)
    - PGA and UGA
    결국 BUFFER CACHE 최대 크기는 OS 메모리 - 4GB + AWE_WINDOW_MEMORY 로 산정된다.
    (여기서 4GB는 Oracle이 사용하는 3GB와 OS에서 사용하는 1GB의 합. 결국 이 영역을 제외한 나머지 영역에 buffer cache를 지정하여 사용할 수 있다.)
    예를들어 12GB RAM 시스템에서 최대 BUFFER CACHE 크기= (Total RAM - 4GB + AWE_WINDOW_MEMORY) = 12GB - 4GB + 1GB = 9GB 이다.
    (2) 8.1.7 이하에서는 AWE_WINDOW_MEMORY 최소값 제한이 없었으나,
    Oracle9i R2 부터 최소값보다 작게 설정하면 DB 기동시 에러들이 발생한다.
    ORA-27102 out of memory
    OSD-00034 Message 34 not found; Product=RDBMS;facility =SOSD
    O/S Error: (OS 8) Not enough storage is available to process this command
    AWE_WINDOW_MEMORY 최소값 계산 공식
    a. MIN(AWE_WINDOW_MEMORY)= (4096 * DB_BLOCK_SIZE * DBBLOCK_LRU_LATCHES)/8
    b. DBBLOCK_LRU_LATCHES = (Max buffer pools * SETS_PER_POOL)
    c. Max Buffer Pools = 8 (상수)
    d. SETS_PER_POOL /* USE_INDIRECT_DATA_BUFFERS=TRUE 로 VLM ENABLED */
    SETS_PER_POOL = 2*CPU_COUNT (if VLM is enabled)
    SETS_PER_POOL = CPU Count/2 (if VLM is NOT enabled)
    시나리오 #1:
    # of CPU's = 8
    DB_BLOCK_SIZE = 8192
    Total RAM = 8GB
    SETS_PER_POOL = 2 * CPU_COUNT = 16
    DBBLOCK_LRU_LATCHES = (max buffer Pools * sets_per_pool) = 8*16 = 128
    MIN(AWE_WINDOW_MEMORY) = (4096*DB_BLOCK_SIZE * DBBLOCK_LRU_LATCHES) / 8
    = (4096 * 8192 * 128) / 8 = 536870912 bytes = 512 MB
    시나리오 #2:
    # of CPU's = 16
    DB_BLOCK_SIZE = 8192
    Total RAM = 16 GB
    SETS_PER_POOL = 2 * CPU_COUNT = 32
    DBBLOCK_LRU_LATCHES = (max buffer Pools * sets_per_pool) = 8*32 = 256
    MIN(AWE_WINDOW_MEMORY) = (4096*DB_BLOCK_SIZE * DBBLOCK_LRU_LATCHES) / 8
    = ( 4096 * 8192 * 256) / 8 = 1073741824 bytes = 1024 MB
    주의 !!!
    1. ORA-27102 는 AWE_WINDOW_MEMORY 최소값 이하일때도 발생하지만, BUFFER CACHE 가
    실제 메모리보다 크게 지정된 경우에도 발생한다.
    2. ORA-27102 는 DB_BLOCK_BUFFER < AWE_WINDOW_MEMORY 일때도 발생한다.
    3. AWE_WINDOW_MEMORY 설정값은 "계산된 최소값 + 10 MB (overhead)" 으로 설정해야한다.
    4. Hyperthreading enabled 시스템의 경우 # of CPU's 를 두배로 계산해야한다.
    4. Windows 에서 Oracle 메모리 사용량 모니터링
    TASK MANAGER 에서 VM 값은 정확하지 않으므로 관리도구에서 별도 모니터링해야한다.
    관리도구 => Perfomance 선택 => "추가" => 성능개체:Process, Count:Virtual Bytes, Instance:oracle.exe 선택
    5. Windows 에서 Oracle 메모리 사용량 줄이는 방법
    (1) Oracle 실행파일 스택 크기 조정
    Thread 들이 미리 1MB 스택을 PGA 로 선점하고 필요하게 되면 더 확장해서 사용하는데
    대부분들의 Thread 들은 초기 스택도 사용하지 않는 경우가 많다.
    아래처럼 default=1 MB 를 500 KB로 줄일 수 있다.
    . DB 내린 후 ORACLE_HOME/bin 에서 수행
    C:\OH\bin> orastack oracle.exe 500000
    C:\OH\bin> orastack tnslsnr.exe 500000
    C:\OH\bin> orastack svrmgrl.exe 500000
    (2) Shared Server (pre-Oracle9i 는 MTS 설정) 사용: 세션들이 메모리를 공유하므로 Oracle 프로세스 전체적인 메모리를 줄일 수 있다.
    References
    Note 225349.1 - Implementing Address Windowing Extensions (AWE) or VLM on Windows Platforms
    Note.205089.1 - Oracle and Hyperthreading

    Basically ORA-12154 means, service name can't be found in tnsnames.ora or this file can't be located at all. Are there multiple ORACLE_HOMEs on the machine ? Is the application based on OLEDB running in a different home , NOT in the client's ORACLE_HOME? You may set TNS_ADMIN, pointing to your tnsnames.ora, as global environment variable. So each application on the machine will know this location.
    I'm sure this is not a problem 64bit versus 32bit.
    Werner

  • SAP Netweaver CE 7.1 EHP1 for Windows 32bit

    Hello,
    anybody knows where I can download a SAP Netweaver CE 7.1 EHP1 for Windows 32bit?
    At the SAP Software Distribution Center I have found only 64bit version.
    Günter

    Hello John,
    thank's for your answer which helps me much! In the meantime SAP told us also that it is included in the developer studio.
    I don't have DVDs. I can only download from the SAP Software Distribution Center and there I can find 51036014 NW CE 7.11 Appl., Dev.WP 32bit, Doc. 1 of 6.
    In the Requirements for the training SAP wrote we have to install SAP EHP1 for NetWeaver CE 7.1 SP4 and Oracle 10.2 or SQL-Server 2005.
    If I look to the downloaded 51036014 kit I find the following directories:
    CE711_01_DOCU
    CE711_01_IM_WIN_I386_ADA
    CE711_01_IM_WIN_I386_MSS
    CE711_01_JAVA_EXPORT
    CE711_01_JAVA_IDE
    CE711_01_JAVA_J2EE_INST
    CE711_01_JAVA_J2EE_OSINDEP
    CE711_01_JAVA_J2EE_OSINDEP_UT
    CE711_01_JAVA_JDMP
    CE711_01_JAVA_JDMP_COMP
    ESE_NET_11
    FWK_CE711_01_TOOLS_WIN_I386
    K_CE711_UI_WINDOWS_I386
    MAXDB_UPDATE
    MAXDB_WINDOWS_I386
    There is no directory for Oracle. Do you know which directory I have do use for installation?
    Sorry I am a beginner  in SAP
    regards,
    Günter

  • Patch no for 11.2.0.2.0 windows 32bit?

    Hi
    What is patch no for 11.2.0.2.0 windows 32bit?
    I need to install windows 32bit client
    thanks

    Pl see MOS Doc 7537361.
    HTH
    Srini

  • Is there a Windows 32bit version of Photoshop CC 2014?

    Is there a Windows 32bit version of Photoshop CC 2014?
    I have seen a trial download for it and wondered if I could indeed, purchase such a version?

    of course there is. you get both when you buy into subscription.
    In order to optimize download and install time, we no longer package both the 64-bit and 32-bit version in the same installer when installing from the Creative Cloud application. If you have a 64-bit version of Windows 7, Windows 8, or Windows 8.1 and require a 32-bit version of Photoshop for compatibility with legacy plug-ins or device drivers, you can download the 32-bit version of the 2014 release of Photoshop CC below.
    Adobe - Photoshop : For Windows : 2014 release of Adobe Photoshop CC (Windows 32bit)

  • How to deploy agent from windows 32bit to 64bit

    Hello,
    I have installed oem grid on windows 2003 32bit. I have a few remote boxes that are 64 bit windows. How can I use oem grid on 32 bit to deploy agent on the remote 64 bit boxes? I can install agent on 64 bit boxes manually but I want to know how to deploy from 32 bit to 64 bit if possible? Thank you.

    First, the bit version of the OEM OMS Host and the Target Agent Hosts is independent, i.e. you can have OMS on windows 32bit and have several 64bit target hosts, where you are running the 64bit agent.
    Unless you have a lot of target hosts, I would recommend either manually installing the agents (mount a share with the installation files and run setup locally) or using the agentDownload.
    Best regards,
    Martin Decker
    www.ora-solutions.net

  • Get Premiere CS5 working on windows 32bit?

    I have heard and read that you could get Premiere CS5 working on windows 32bit! You should download some files that fix it all so you can use it on windows 32bit. But I dont know where to download it. I need help verry fast.
    Can someone help me please?

    You have heard and read WRONG
    PPro CS5 is 64bit ONLY and there is NO WAY to make it run on a 32bit operating system
    http://www.adobe.com/products/premiere/systemreqs/ - "Adobe Premiere Pro CS5 requires a 64-bit operating system."

  • Issue on Informatica PowerCenter 8.1.1 for Windows 32Bit

    Hi ,
    I was trying to install Informatica PowerCenter 8.1.1 for Windows 32Bit in Windows XP system. I am getting the the following error during installtion.
    Is it support windows XP OS.
    Pinging the domain
    =================
    Current time: 2009-Feb-09 15:21:00
    Command Executed
    cd /d "D:\Informatica\PowerCenter8.1.1\server\bin"
    infacmd.bat ping -dn "Domain_VDC01-HPd1295" -dg "VDC01-HPd1295:6001" -nn "node01_VDC01-HPd1295" -re 60
    Output of execution
    Output: [ICMD_10133] Command [ping] failed with error [[ICMD_10053] Node [node01_VDC01-HPd1295] Domain [Domain_VDC01-HPd1295] Host:Port [VDC01-HPd1295:6001] has failed to ping back.].
    Error:
    ExitCode: -1
    Installation Complete
    ======================
    Thank
    Settu Gopal

    Having a look at the FTP site, it would seem that the file is available on:
    ftp://download.oracle.com/www/otn/nt/oracle8i/oracle817ntee.zip
    Obviously this bypasses the licence agreement page that you may wish to read seperately.
    Jason.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Jason Kane ([email protected]):
    Oracle 8.1.7 for Windows download goes to Yahoo Finance!!!!
    http://technet.oracle.com/cgi-bin/go?nt817ee-full
    Which is the link given on the technet page (at least at the moment - Wednesday morning here in England).
    One was quite surprised to find it take the browser to quote.yahoo.com!
    Jason.<HR></BLOCKQUOTE>
    null

  • Dual Boot windows 32bit and 64bit overclocking problems

    Im pretty new to overclocking and this is my first try I manage to get my AMD Venice 3200 to hit 2500 with 250fsb X 10, HTT 4, vcore 1.44. I used memory divider 166/200 so the memory is running at 208MHz not alot of overclocking on the memory since it is some cheap brand.
    My problem is that I have dual boot and with windows xp everything is fine CPU-z reports the right speed for the cpu and memory when I overclock, and there is an increse in preformance with overclocking, But when I boot windows XP 64bit CPU-z reports the FSB as 200 so it is not showing any change, it does report the change in the memory divider 166/200 and the cpu voltage increased that I applied to overclock. The thing is that when I open systerm properties it shows the CPU speed as 2500MHz but when I test the preformance there isnt any increase. I used Superpi to test preformance and in windows XP 32bit it finishes the 1M test in 36seconds while in Windows XP 64bit it takes 42seconds.
    My system specs are
    AMD Venice 3200
    MSI K8N Platium bios 1.8
    1024MB Wintec Memory 3200
    Geforce 6800 GTO 400/1100
    OCZ ModStream OCZ52012U 520W Power Supply

      Im runing the final release of Windows xp 64 and cpu-z 1.30, I also have Everest Ultimate Edition and it only shows 3% overclock 205 FSB.  Im thinking of formating the HD with windows 64 and installing it again with the systerm already overclock.

  • Windows 32bit vs. master collection cs6

    Hi., I have windows 7 (32bit version) and the Adobe Master Collection. I really need to put some video and motion graphics together, but aftereffects will not install on 32bit system. It demands 64bit. What can I do?
    Kjetil

    That's right, you need to have a 64 bit OS to run After Effects/ Premiere Pro CS6 as they both are 64 bit applications.
    You need to install a 64 bit operating system on your machine to run Ae CS6.

  • Windows 32bit vs Windows 64bit

    Hi all,
    This might be a dumb question but I won't know unti I ask it.
    Most of us use 32 bit but I'm wondering what the consequences are of using 64bit instead. I've read that only a few programs run in 64 bit mode but does that mean only 64 bit programs run in a 64bit windows environment? There are many programs I use that don't even offer 64 bit (such as Roxio Easy Media Creator) and I wonder if I just can't use those at all or is there a 32bit mode that will run within a 64 bit O/S? If there is, is it stable?
    Is there something I can read that covers this topic or can someone give me the "Dummies for 64 Bit O/S" rundown.
    I'm interested in learning XP Pro, Vista and Win7 with this 32bit vs 64bit question.
    Thank you,
    Dennis
    Dennis

    Dennis, the proper questions is whether or not the program will run under 64-bit Windows.
    Your best source is the application's developer. They answer email from prospective customers promptly.
    Lists like these sometimes say which version. Look for "64 bit" or x64.
       Application List: Certified for Windows Vista
       Application List: Works with Windows Vista
    The list here usually tells.
       Windows Vista RTM Software Compatibility List  
    -Jerry

  • Can't Recorde Response file for Oracle client 11.2.0.3 windows 32bit

    Hello
    We are going to upgrade our Oracle client on our clients to 11.2.0.3. But I can not record a resopnsfile with setup.exe.
    Have Oracle removed this feature?
    Here's a dump from setup.exe -help
    There is no possibility to run setup.exe witch -record -destinationfile option
    Preparing to launch Oracle Universal Installer from C:\Users\Test\AppData\Local\
    Temp\OraInstall2013-01-14_02-12-48PM. Please wait ... Usage:
    setup [-options] [(<CommandLineVariable=Value>)*]
    Where options include:
    -clusterware oracle.crs,<crs version>
    Version of Cluster ready services installed.
    -crsLocation <Path>
    Used only for cluster installs, specifies the path to the crs home locat
    ion. Specifying this overrides CRS information obtained from central inventory.
    -invPtrLoc <full path of oraInst.loc>
    Unix only. To point to a different inventory location. The orainst.loc f
    ile contains:
    inventory_loc=<location of central inventory>
    inst_group=<>
    -jreLoc <location>
    Path where Java Runtime Environment is installed. OUI cannot be run with
    out it.
    -logLevel <level>
    To filter log messages that have a lesser priority level than <level>. V
    alid options are: severe, warning, info, config, fine, finer, finest, basic, gen
    eral, detailed, trace. The use of basic, general, detailed, trace is deprecated.
    -paramFile <location of file>
    Specify location of oraparam.ini file to be used by OUI.
    -responseFile <Path>
    Specifies the response file and path to use.
    -attachHome
    For attaching homes to the OUI inventory.
    -cfs
    Indicates that the Oracle home specified is on cluster file system (shar
    ed). This is mandatory when '-local' is specified so that Oracle Universal Insta
    ller can register the home appropriately into the inventory.
    -clone
    For making an Oracle Home copy match its current environment.
    -debug
    For getting the debug information from OUI.
    -detachHome
    For detaching homes from the OUI inventory without deleting inventory di
    rectory inside Oracle home.
    -enableRollingUpgrade
    Used in cluster environment, to enable upgrade of a product on a subset
    of nodes (on which the product was installed).
    -executeSysPrereqs
    Execute system pre-requisite checks and exit.
    -force
    Allowing silent mode installation into a non-empty directory.
    -help
    Displays above usage.
    -ignoreSysPrereqs
    For ignoring the results of the system pre-requisite checks.
    -local
    Performs the operation on the local node irrespective of the cluster nod
    es specified.
    -printdiskusage
    Log debug information for disk usage.
    -printmemory
    Log debug information for memory usage.
    -printtime
    Log debug information for time usage.
    -relink
    For performing relink actions on the oracle home
    Usage: -relink -maketargetsxml <location of maketargetsxml> [-makedepsx
    ml <location of makedepsxml>] [name=value]
    -silent
    For silent mode operations, the inputs can be a response file or a list
    of command line variable value pairs.
    -waitforcompletion
    Installer will wait for completion instead of spawning the java engine a
    nd exiting.
    -suppressPreCopyScript
    Suppress the execution of precopy script.
    -acceptUntrustedCertificates
    Accept untrusted certificates from a secure site.
    -suppressPostCopyScript
    Suppress the execution of postcopy script.
    -noconfig
    Do not execute config tools.
    -noconsole
    For suppressing display of messages to console. Console is not allocated
    -formCluster
    To install the Oracle clusterware in order to form the cluster.
    -remotecp <Path>
    Unix specific option. Used only for cluster installs, specifies the path
    to the remote copy program on the local cluster node.
    -remoteshell <Path>
    Unix specific option. Used only for cluster installs, specifies the path
    to the remote shell program on the local cluster node.
    -executePrereqs
    To execute only the prerequisite checks.
    -ignorePrereq
    To ignore running the prerequisite checks.
    -ignoreInternalDriverError
    To ignore any internal driver errors.
    -downloadUpdates
    To download updates only.
    -showProgress
    To show the installation progress on the console. This option is support
    ed only in case of silent installation.
    Command Line Variables Usage
    Command line variables are specified using <name=value>; for example:
    [ session: | compName: | compName:version: ]variableName=" valueOfVariable"]
    Session/Installer variables are specified using:
    [session:]varName=value
    Ex 1: session:ORACLE_HOME_NAME="OraHome"
    Ex 2: ORACLE_HOME_NAME="OraHome"
    The lookup order is session:varName then just varName. The session prefix is
    used to avoid ambiguity.
    Component variables are specified using:
    [compInternalName:[Version:]]varName
    Ex 1: oracle.comp1:1.0.1:varName="VarValue"
    Ex 2: oracle.comp1:varName="VarValue"
    The lookup order is compInternalName:Version:varName, then compInternalName:
    varName, then just varName.
    Please press Enter to exit...

    Hi,
    There is no record option with 11gR2.
    There is no need to use '-record' flag to record/save the response file. At Summary page of installation, 11gR2 installer provides option to save the response file. We can perfom the silent installation using this saved response file
    Unix:
    ./runInstaller -silent -responseFile <saved_response-file>
    Windows:
    c:\software\11.2.0.1\database\setup.exe -responseFile <saved_response-file>
    For more details, kindly refer
    11gR2 Install (Non-RAC): Understanding New Changes With All New 11.2 Installer (Doc ID 884232.1)
    4th point in the document explains about this
    Thanks,
    Krishna

Maybe you are looking for