Installing JRE in silent mode

Need to install JRE in Linux in silent mode (have to give yes to license agreement with no user intervention). I tried the following ways
1. In Shell Script : expect -re "Do you agree to License"
Send - yes/r
2.. Ran from command line: /jre.bin -acceptlicense=yes
3. Ran from command line : ./jre.bin -silent
Above options did not work, let me know whether we have any other option ?

On your oracle installation CD , there will be directory disk1/stage/response .. In this directory you can find the response file that can be used for installation. Just edit the file to provide the values for ORACLE_HOME , ORACLE_SID , Type of Installation into it. Setup the env for ORalce installation . After creating the necessary directories and preparing the operating system for installation , You can use the following command to install Oracle in Silent mode.
./runInstaller -silent -responseFile /disk1/media/response/10gR2.rsp

Similar Messages

  • Installing JRE in silent mode in Linux

    Need to install JRE in Linux in silent mode (have to give yes to license agreement with no user intervention). I tried the following ways
    1. In Shell Script : expect -re "Do you agree to License"
    Send - yes/r
    2.. Ran from command line: /jre.bin -acceptlicense=yes
    3. Ran from command line : ./jre.bin -silent
    Above options did not work, let me know whether we have any other option ?
    Message was edited by:
    Karts

    The easiest way to create a response file is by starting the wizard, filing in the blanks on all pages and save the result before the wizard asks you to install. Just stop here.
    --olaf                                                                                                                                                                                                                                                                                                                                                                                               

  • Install JRE in silent mode using batch script

    hi,
    i hav developed a java application which i want to run on another pc where jre is not available. i want to install jre along with my java application by using batch script.
    please give the sample script code so that i can execute batch script on client machine.( i am currently using jre 1.6).
    Thanks in advance,
    Prashant.

    It is not supported at this time. I believe it will be around in 3.1... but that's out in the future. Von or Svetlana might be able to give more insight.
    CPO install is pretty quick, are you trying to do mass installs or something?

  • Error in installing 11g2 in silent mode - [SEVERE] - Email Address Not Spec

    I want to install Oracle 11g release 2 in silent mode on Redhat Linux 5.2. I use command /u01/app/ora_sw/11g2/database/runInstaller -silent -responseFile /u01/app/ora_sw/11g2/database/tdev_install.rspwhere tdev_install.rsp has entries oracle.install.responseFileVersion=/oracle/install/rspfmt_dbinstall_response_schema_v11_2_0
    oracle.install.option=UPGRADE_DB
    ORACLE_HOSTNAME=cchdb.thinkstream.com
    UNIX_GROUP_NAME=oinstall
    INVENTORY_LOCATION=/u01/app/oraInventory
    SELECTED_LANGUAGES=en
    ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1
    ORACLE_BASE=/u01/app/oracle
    oracle.install.db.InstallEdition=EE
    oracle.install.db.isCustomInstall=true
    oracle.install.db.customComponents=oracle.server:11.2.0.1.0,oracle.sysman.ccr:10.2.7.0.0,oracle.xdk:11.2.0.1.0,oracle.rdbms.oci:11.2.0.1.0,oracle.network:11.2.0.1.0,oracle.network.listener:11.2.0.1.0,oracle.rdbms:11.2.0.1.0,oracle.options:11.2.0.1.0,oracle.rdbms.partitioning:11.2.0.1.0,oracle.oraolap:11.2.0.1.0,oracle.rdbms.dm:11.2.0.1.0,oracle.rdbms.dv:11.2.0.1.0,oracle.rdbms.lbac:11.2.0.1.0,oracle.rdbms.rat:11.2.0.1.0
    oracle.install.db.DBA_GROUP=dba
    oracle.install.db.CLUSTER_NODES=
    oracle.install.db.config.starterdb.type=TRANSACTION_PROCESSING
    oracle.install.db.config.starterdb.globalDBName=tdev112.localdomain
    oracle.install.db.config.starterdb.SID=tdev112
    oracle.install.db.config.starterdb.characterSet=AL32UTF8
    oracle.install.db.config.starterdb.memoryOption=true
    oracle.install.db.config.starterdb.memoryLimit=3200
    oracle.install.db.config.starterdb.installExampleSchemas=false
    oracle.install.db.config.starterdb.enableSecuritySettings=true
    oracle.install.db.config.starterdb.password.ALL=
    oracle.install.db.config.starterdb.control=DB_CONTROL
    oracle.install.db.config.starterdb.storageType=FILE_SYSTEM_STORAGE
    oracle.install.db.config.starterdb.fileSystemStorage.dataLocation=/app/oracle/oradata
    DECLINE_SECURITY_UPDATES=true
    oracle.install.db.config.starterdb.dbcontrol.enableEmailNotification=true
    oracle.install.db.config.starterdb.dbcontrol.emailAddress=glu@thinkstream.com
    oracle.install.db.config.starterdb.dbcontrol.SMTPServer=earth.thinkstream.comI got error in a couple of seconds Checking Temp space: must be greater than 120 MB.   Actual 2451 MB    Passed
    Checking swap space: must be greater than 150 MB.   Actual 1890 MB    Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-01-08_05-20-03PM.
    Please wait ...[oracle@cchdb database]$ [SEVERE] - Email Address Not Specified
    I removed the last 3 entries involving notification email, but got the same error.
    What email address I need to provide and where I should specify it ?

    Finally figured this one out.
    It happens when oracle.install.db.config.starterdb.type is set to TRANSACTION_PROCESSING.
    Apparently "TRANSACTION_PROCESSING" and "GENERAL_PURPOSE/TRANSACTION_PROCESSING" are not valid types, even though the response template file and the response file generated via OUI list the following:
    Response template file included in the database package:
    +#------------------------------------------------------------------------------+
    +# Specify the type of database to create.+
    +# It can be one of the following:+
    +# - GENERAL_PURPOSE/TRANSACTION_PROCESSING+
    +# - DATA_WAREHOUSE+
    +#------------------------------------------------------------------------------+
    Response file generated by OUI during an interactive install:
    +#-------------------------------------------------------------------------------+
    +# One of the following+
    +# - GENERAL_PURPOSE+
    +# - TRANSACTION_PROCESSING+
    +# - DATAWAREHOUSE+
    +#-------------------------------------------------------------------------------+
    In order to install in silent mode I used the following settings:
    oracle.install.db.config.starterdb.type=GENERAL_PURPOSE
    oracle.install.db.config.starterdb.dbcontrol.enableEmailNotification=false
    oracle.install.db.config.starterdb.dbcontrol.emailAddress=
    oracle.install.db.config.starterdb.dbcontrol.SMTPServer=
    MYORACLESUPPORT_USERNAME=
    MYORACLESUPPORT_PASSWORD=
    SECURITY_UPDATES_VIA_MYORACLESUPPORT=false
    DECLINE_SECURITY_UPDATES=true

  • How to install patch in silent mode

    All,
    I need to install Oracle patch 40 (oracle version 11.1.0.7) in silent mode. Please suggest method.
    As per oracle it says its documented in Readme.txt but i can't find that information.
    Thanks in advance

    What patch is this ? PSU/CPU or a upgrade ?

  • Can we install CPO in silent mode through command prompt or batch script ?

    Though  it is easy way to install cpo using GUI.
    my need is to install through cmd or script
    can any one pls help...
    Thanks in Advance

    It is not supported at this time. I believe it will be around in 3.1... but that's out in the future. Von or Svetlana might be able to give more insight.
    CPO install is pretty quick, are you trying to do mass installs or something?

  • Detecting and Installing JRE

    Hello
    I'm a setup developer, and I'm tryng to detect from my setup program if the JRE is installed, all that by code, searching the registry whatever, then if it's not installed launch a Silent mode installation of JRE, But I don't know how to do it
    How you can detect the installed JRE ?
    How you can install JRE in silent mode?
    Thanks

    Can you detect JRE ?
    The answer is yes. You have to read the registry and look for the uninstall string ( if you are using the 1.5.0 beta1 that got released today ) this is the registry value
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{3248F0A8-6813-11D6-A77B-00B0D0150000}
    and the string is
    MsiExec.exe /I{3248F0A8-6813-11D6-A77B-00B0D0150000}
    look for these registry keys and you have detected the JRE
    Is there a silent installation ?
    Yes the command is
    <jre>.exe /S /V" /qn"

  • Install XE Univ  in silent mode

    I tried to install XE in silent mode
    I used OracleXEUniv.exe.
    Then line command :
    c:\OracleXEUniv.exe /s /f1"c:\OracleXE-install.iss" /f2"c:\install.log"
    The installation abort
    When i execute the command :
    c:\OracleXEUniv.exe /?
    the message box said
    /L language
    /S Hide Dialog Box
    To activate silent mode
    /S /v/qn
    /V MsiExec.exe parameters
    /UA
    /UW
    /UM
    What i use this command line?
    PS: SO Windows XP and Windows Vista
    Thanks

    OK, I tryed now XE silent install on Vista Ultimate SP1 and it worked like a charm.
    alet_xe.log:
    Dump file j:\oraclexe\app\oracle\admin\xe\bdump\alert_xe.log
    Wed Oct 01 22:27:14 2008
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows NT Version V6.0 Service Pack 1
    CPU                 : 2 - type 586, 2 Physical Cores
    Process Affinity    : 0x00000000
    Memory (Avail/Total): Ph:1640M/3326M, Ph+PgF:5143M/6872M, VA:1930M/2047M
    Wed Oct 01 22:27:14 2008
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Shared memory segment for instance monitoring created
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
      sessions                 = 49
      sga_target               = 805306368
      control_files            = J:\ORACLEXE\ORADATA\XE\CONTROL.DBF
      compatible               = 10.2.0.1.0
      db_recovery_file_dest    = J:\oraclexe\app\oracle\flash_recovery_area
      db_recovery_file_dest_size= 10737418240
      undo_management          = AUTO
      undo_tablespace          = UNDO
      remote_login_passwordfile= EXCLUSIVE
      dispatchers              = (PROTOCOL=TCP) (SERVICE=XEXDB)
      shared_servers           = 4
      job_queue_processes      = 4
      audit_file_dest          = J:\ORACLEXE\APP\ORACLE\ADMIN\XE\ADUMP
      background_dump_dest     = J:\ORACLEXE\APP\ORACLE\ADMIN\XE\BDUMP
      user_dump_dest           = J:\ORACLEXE\APP\ORACLE\ADMIN\XE\UDUMP
      core_dump_dest           = J:\ORACLEXE\APP\ORACLE\ADMIN\XE\CDUMP
      db_name                  = XE
      open_cursors             = 300
      os_authent_prefix        =
      pga_aggregate_target     = 268435456
    PMON started with pid=2, OS id=6136
    PSP0 started with pid=3, OS id=6012
    MMAN started with pid=4, OS id=5396
    DBW0 started with pid=5, OS id=5952
    LGWR started with pid=6, OS id=2612
    CKPT started with pid=7, OS id=5832
    SMON started with pid=8, OS id=4168
    RECO started with pid=9, OS id=6064
    CJQ0 started with pid=10, OS id=5944
    MMON started with pid=11, OS id=5852
    Wed Oct 01 22:27:14 2008
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Wed Oct 01 22:27:14 2008
    starting up 4 shared server(s) ...
    Oracle Data Guard is not available in this edition of Oracle.
    MMNL started with pid=12, OS id=5988
    Wed Oct 01 22:27:16 2008
    The input backup piece J:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\SERVER\CONFIG\SEEDDB\EXPRESS.DFB is in compressed format.
    Wed Oct 01 22:27:30 2008
    Full restore complete of datafile 2 to datafile copy J:\ORACLEXE\ORADATA\XE\UNDO.DBF.  Elapsed time: 0:00:14
      checkpoint is 213418
    Full restore complete of datafile 4 to datafile copy J:\ORACLEXE\ORADATA\XE\USERS.DBF.  Elapsed time: 0:00:16
      checkpoint is 213418
    Wed Oct 01 22:27:58 2008
    Full restore complete of datafile 1 to datafile copy J:\ORACLEXE\ORADATA\XE\SYSTEM.DBF.  Elapsed time: 0:00:42
      checkpoint is 213418
    Full restore complete of datafile 3 to datafile copy J:\ORACLEXE\ORADATA\XE\SYSAUX.DBF.  Elapsed time: 0:00:47
      checkpoint is 213418
    Wed Oct 01 22:28:04 2008
    Create controlfile reuse set database "XE"
    MAXINSTANCES 8
    MAXLOGHISTORY 1
    MAXLOGFILES 16
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    Datafile
    'J:\oraclexe\oradata\XE\system.dbf',
    'J:\oraclexe\oradata\XE\undo.dbf',
    'J:\oraclexe\oradata\XE\sysaux.dbf',
    'J:\oraclexe\oradata\XE\users.dbf'
    LOGFILE
    GROUP 1 SIZE 51200K,
    GROUP 2 SIZE 51200K,
    RESETLOGS
    WARNING: Default Temporary Tablespace not specified in CREATE DATABASE command
    Default Temporary Tablespace will be necessary for a locally managed database in future release
    Setting recovery target incarnation to 1
    Wed Oct 01 22:28:04 2008
    Successful mount of redo thread 1, with mount id 2548127028
    Wed Oct 01 22:28:04 2008
    Completed: Create controlfile reuse set database "XE"
    MAXINSTANCES 8
    MAXLOGHISTORY 1
    MAXLOGFILES 16
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    Datafile
    'J:\oraclexe\oradata\XE\system.dbf',
    'J:\oraclexe\oradata\XE\undo.dbf',
    'J:\oraclexe\oradata\XE\sysaux.dbf',
    'J:\oraclexe\oradata\XE\users.dbf'
    LOGFILE
    GROUP 1 SIZE 51200K,
    GROUP 2 SIZE 51200K,
    RESETLOGS
    Shutting down instance: further logons disabled
    Wed Oct 01 22:28:04 2008
    Stopping background process MMNL
    Wed Oct 01 22:28:05 2008
    Stopping background process CJQ0
    Wed Oct 01 22:28:05 2008
    Stopping background process MMON
    Wed Oct 01 22:28:05 2008
    Shutting down instance (immediate)
    License high water mark = 1
    Wed Oct 01 22:28:05 2008
    Stopping Job queue slave processes
    Wed Oct 01 22:28:05 2008
    Job queue slave processes stopped
    Waiting for dispatcher 'D000' to shutdown
    All dispatchers and shared servers shutdown
    Wed Oct 01 22:28:07 2008
    ALTER DATABASE CLOSE NORMAL
    ORA-1109 signalled during: ALTER DATABASE CLOSE NORMAL...
    Wed Oct 01 22:28:07 2008
    ALTER DATABASE DISMOUNT
    Completed: ALTER DATABASE DISMOUNT
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Wed Oct 01 22:28:10 2008
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
      sessions                 = 49
      sga_target               = 805306368
      control_files            = J:\ORACLEXE\ORADATA\XE\CONTROL.DBF
      compatible               = 10.2.0.1.0
      db_recovery_file_dest    = J:\oraclexe\app\oracle\flash_recovery_area
      db_recovery_file_dest_size= 10737418240
      undo_management          = AUTO
      undo_tablespace          = UNDO
      remote_login_passwordfile= EXCLUSIVE
      dispatchers              = (PROTOCOL=TCP) (SERVICE=XEXDB)
      shared_servers           = 4
      audit_file_dest          = J:\ORACLEXE\APP\ORACLE\ADMIN\XE\ADUMP
      background_dump_dest     = J:\ORACLEXE\APP\ORACLE\ADMIN\XE\BDUMP
      user_dump_dest           = J:\ORACLEXE\APP\ORACLE\ADMIN\XE\UDUMP
      core_dump_dest           = J:\ORACLEXE\APP\ORACLE\ADMIN\XE\CDUMP
      db_name                  = XE
      open_cursors             = 300
      os_authent_prefix        =
      pga_aggregate_target     = 268435456
    PMON started with pid=2, OS id=5932
    MMAN started with pid=4, OS id=4304
    DBW0 started with pid=5, OS id=3044
    CKPT started with pid=7, OS id=3456
    RECO started with pid=9, OS id=4308
    Wed Oct 01 22:28:11 2008
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Wed Oct 01 22:28:11 2008
    starting up 4 shared server(s) ...
    Oracle Data Guard is not available in this edition of Oracle.
    PSP0 started with pid=3, OS id=4380
    LGWR started with pid=6, OS id=4432
    SMON started with pid=8, OS id=4256
    MMON started with pid=10, OS id=4292
    Wed Oct 01 22:28:13 2008
    Create controlfile reuse set database "XE"
    MAXINSTANCES 8
    MAXLOGHISTORY 1
    MAXLOGFILES 16
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    Datafile
    'J:\oraclexe\oradata\XE\system.dbf',
    'J:\oraclexe\oradata\XE\undo.dbf',
    'J:\oraclexe\oradata\XE\sysaux.dbf',
    'J:\oraclexe\oradata\XE\users.dbf'
    LOGFILE
    GROUP 1 SIZE 51200K,
    GROUP 2 SIZE 51200K,
    RESETLOGS
    Wed Oct 01 22:28:13 2008
    WARNING: Default Temporary Tablespace not specified in CREATE DATABASE command
    Default Temporary Tablespace will be necessary for a locally managed database in future release
    MMNL started with pid=11, OS id=5912
    Setting recovery target incarnation to 1
    Wed Oct 01 22:28:13 2008
    Successful mount of redo thread 1, with mount id 2548089405
    Wed Oct 01 22:28:13 2008
    Completed: Create controlfile reuse set database "XE"
    MAXINSTANCES 8
    MAXLOGHISTORY 1
    MAXLOGFILES 16
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    Datafile
    'J:\oraclexe\oradata\XE\system.dbf',
    'J:\oraclexe\oradata\XE\undo.dbf',
    'J:\oraclexe\oradata\XE\sysaux.dbf',
    'J:\oraclexe\oradata\XE\users.dbf'
    LOGFILE
    GROUP 1 SIZE 51200K,
    GROUP 2 SIZE 51200K,
    RESETLOGS
    Wed Oct 01 22:28:13 2008
    Stopping background process MMNL
    Wed Oct 01 22:28:14 2008
    Stopping background process MMON
    Starting background process MMON
    Starting background process MMNL
    Wed Oct 01 22:28:14 2008
    ALTER SYSTEM enable restricted session;
    Wed Oct 01 22:28:14 2008
    alter database "XE" open resetlogs
    Wed Oct 01 22:28:14 2008
    RESETLOGS after incomplete recovery UNTIL CHANGE 213418
    Wed Oct 01 22:28:14 2008
    Errors in file j:\oraclexe\app\oracle\admin\xe\udump\xe_ora_160.trc:
    ORA-00313: Member von Log-Gruppe 1 (Thread 1) konnten nicht geoffnet werden
    db_recovery_file_dest_size of 10240 MB is 0.49% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    Wed Oct 01 22:28:15 2008
    Errors in file j:\oraclexe\app\oracle\admin\xe\udump\xe_ora_160.trc:
    ORA-00313: Member von Log-Gruppe 2 (Thread 1) konnten nicht geoffnet werden
    MMON started with pid=10, OS id=4416
    MMNL started with pid=11, OS id=4420
    Wed Oct 01 22:28:15 2008
    Errors in file j:\oraclexe\app\oracle\admin\xe\udump\xe_ora_160.trc:
    ORA-00313: Member von Log-Gruppe 3 (Thread 1) konnten nicht geoffnet werden
    Wed Oct 01 22:28:16 2008
    Setting recovery target incarnation to 2
    Wed Oct 01 22:28:17 2008
    Assigning activation ID 2548089405 (0x97e0c23d)
    Thread 1 opened at log sequence 1
      Current log# 3 seq# 1 mem# 0: J:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_3_4G7QBZTO_.LOG
    Successful open of redo thread 1
    Wed Oct 01 22:28:17 2008
    SMON: enabling cache recovery
    Wed Oct 01 22:28:18 2008
    Successfully onlined Undo Tablespace 1.
    Dictionary check beginning
    Tablespace 'TEMP' #3 found in data dictionary,
    but not in the controlfile. Adding to controlfile.
    Dictionary check complete
    Wed Oct 01 22:28:18 2008
    SMON: enabling tx recovery
    Wed Oct 01 22:28:18 2008
    WARNING: The following temporary tablespaces contain no files.
             This condition can occur when a backup controlfile has
             been restored.  It may be necessary to add files to these
             tablespaces.  That can be done using the SQL statement:
             ALTER TABLESPACE <tablespace_name> ADD TEMPFILE
             Alternatively, if these temporary tablespaces are no longer
             needed, then they can be dropped.
               Empty temporary tablespace: TEMP
    Updating character set in controlfile to AL32UTF8
    WARNING: Files may exists in db_recovery_file_dest
    that are not known to the database. Use the RMAN command
    CATALOG RECOVERY AREA to re-catalog any such files.
    One of the following events caused this:
    1. A backup controlfile was restored.
    2. A standby controlfile was restored.
    3. The controlfile was re-created.
    4. db_recovery_file_dest had previously been enabled and
       then disabled.
    replication_dependency_tracking turned off (no async multimaster replication found)
    Starting background process QMNC
    QMNC started with pid=18, OS id=4444
    Wed Oct 01 22:28:20 2008
    LOGSTDBY: Validating controlfile with logical metadata
    Wed Oct 01 22:28:20 2008
    LOGSTDBY: Validation complete
    Global Name changed to XE
    Completed: alter database "XE" open resetlogs
    Wed Oct 01 22:28:21 2008
    alter database rename global_name to "XE"
    Completed: alter database rename global_name to "XE"
    Wed Oct 01 22:28:21 2008
    Thread 1 advanced to log sequence 2
      Current log# 1 seq# 2 mem# 0: J:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_1_4G7QBYQV_.LOG
    Wed Oct 01 22:28:21 2008
    alter database drop logfile group 3
    Wed Oct 01 22:28:21 2008
    Deleted Oracle managed file J:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_3_4G7QBZTO_.LOG
    Completed: alter database drop logfile group 3
    Wed Oct 01 22:28:21 2008
    ALTER TABLESPACE TEMP ADD TEMPFILE 'J:\oraclexe\oradata\XE\temp.dbf' SIZE 20480K REUSE AUTOEXTEND ON NEXT 640K MAXSIZE UNLIMITED
    Completed: ALTER TABLESPACE TEMP ADD TEMPFILE 'J:\oraclexe\oradata\XE\temp.dbf' SIZE 20480K REUSE AUTOEXTEND ON NEXT 640K MAXSIZE UNLIMITED
    Wed Oct 01 22:28:23 2008
    ALTER SYSTEM disable restricted session;
    Wed Oct 01 22:28:26 2008
    Starting background process CJQ0
    CJQ0 started with pid=21, OS id=6132
    Wed Oct 01 22:28:34 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2209K exceeds notification threshold (2048K)
    KGL object name :XDB.XDbD/PLZ01TcHgNAgAIIegtw==
    Wed Oct 01 22:28:35 2008
    Shutting down instance: further logons disabled
    Wed Oct 01 22:28:36 2008
    Stopping background process QMNC
    Wed Oct 01 22:28:37 2008
    Stopping background process CJQ0
    Wed Oct 01 22:28:38 2008
    Stopping background process MMNL
    Wed Oct 01 22:28:39 2008
    Stopping background process MMON
    Wed Oct 01 22:28:40 2008
    Shutting down instance (immediate)
    License high water mark = 2
    Waiting for dispatcher 'D000' to shutdown
    All dispatchers and shared servers shutdown
    Wed Oct 01 22:28:42 2008
    ALTER DATABASE CLOSE NORMAL
    Wed Oct 01 22:28:42 2008
    SMON: disabling tx recovery
    SMON: disabling cache recovery
    Wed Oct 01 22:28:42 2008
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Thread 1 closed at log sequence 2
    Successful close of redo thread 1
    Wed Oct 01 22:28:42 2008
    Completed: ALTER DATABASE CLOSE NORMAL
    Wed Oct 01 22:28:42 2008
    ALTER DATABASE DISMOUNT
    Completed: ALTER DATABASE DISMOUNT
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Wed Oct 01 22:28:46 2008
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
      sessions                 = 49
      spfile                   = J:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\SERVER\DBS\SPFILEXE.ORA
      sga_target               = 805306368
      control_files            = J:\ORACLEXE\ORADATA\XE\CONTROL.DBF
      compatible               = 10.2.0.1.0
      db_recovery_file_dest    = J:\oraclexe\app\oracle\flash_recovery_area
      db_recovery_file_dest_size= 10737418240
      undo_management          = AUTO
      undo_tablespace          = UNDO
      remote_login_passwordfile= EXCLUSIVE
      dispatchers              = (PROTOCOL=TCP) (SERVICE=XEXDB)
      shared_servers           = 4
      job_queue_processes      = 4
      audit_file_dest          = J:\ORACLEXE\APP\ORACLE\ADMIN\XE\ADUMP
      background_dump_dest     = J:\ORACLEXE\APP\ORACLE\ADMIN\XE\BDUMP
      user_dump_dest           = J:\ORACLEXE\APP\ORACLE\ADMIN\XE\UDUMP
      core_dump_dest           = J:\ORACLEXE\APP\ORACLE\ADMIN\XE\CDUMP
      db_name                  = XE
      open_cursors             = 300
      os_authent_prefix        =
      pga_aggregate_target     = 268435456
    PMON started with pid=2, OS id=3772
    MMAN started with pid=4, OS id=5016
    DBW0 started with pid=5, OS id=5056
    SMON started with pid=8, OS id=5044
    MMON started with pid=11, OS id=3404
    PSP0 started with pid=3, OS id=5000
    LGWR started with pid=6, OS id=5228
    RECO started with pid=9, OS id=4664
    Wed Oct 01 22:28:47 2008
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Wed Oct 01 22:28:47 2008
    starting up 4 shared server(s) ...
    CKPT started with pid=7, OS id=204
    CJQ0 started with pid=10, OS id=3072
    Oracle Data Guard is not available in this edition of Oracle.
    Wed Oct 01 22:28:50 2008
    ALTER DATABASE   MOUNT
    MMNL started with pid=12, OS id=2096
    Wed Oct 01 22:28:54 2008
    Setting recovery target incarnation to 2
    Wed Oct 01 22:28:54 2008
    Successful mount of redo thread 1, with mount id 2548114530
    Wed Oct 01 22:28:54 2008
    Database mounted in Exclusive Mode
    Completed: ALTER DATABASE   MOUNT
    Wed Oct 01 22:28:55 2008
    ALTER DATABASE OPEN
    Wed Oct 01 22:28:55 2008
    Thread 1 opened at log sequence 2
      Current log# 1 seq# 2 mem# 0: J:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_1_4G7QBYQV_.LOG
    Successful open of redo thread 1
    Wed Oct 01 22:28:55 2008
    SMON: enabling cache recovery
    Wed Oct 01 22:28:56 2008
    Successfully onlined Undo Tablespace 1.
    Wed Oct 01 22:28:56 2008
    SMON: enabling tx recovery
    Wed Oct 01 22:28:56 2008
    Database Characterset is AL32UTF8
    replication_dependency_tracking turned off (no async multimaster replication found)
    Starting background process QMNC
    QMNC started with pid=19, OS id=4644
    Wed Oct 01 22:28:59 2008
    Completed: ALTER DATABASE OPEN
    Wed Oct 01 22:29:00 2008
    db_recovery_file_dest_size of 10240 MB is 0.98% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    Wed Oct 01 22:29:07 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2209K exceeds notification threshold (2048K)
    KGL object name :XDB.XDbD/PLZ01TcHgNAgAIIegtw== So don't give up - I'm sure defititely that only Vista configuration can be a problem...
    HTH

  • Problems with JRE installation 1.6.0_18 in silent mode

    Hi!
    I have problems with installing the JRE from the cmd line in silent mode and in a directory with spaces in the path.
    If I remove the spaces in the INSTALLDIR, the JRE installs in the directory I have specified but not when I use spaces in the path.
    The command I run is following:
    jre-6u18-windows-i586.exe /s /v"/qn INSTALLDIR="C:\Program Files (x86)\company\product test\java\""
    all I get is the help window to the windows installer with the different options. What am I missing?
    BR,
    /Peter

    Hi
    You  should install this Patch:
    Patch 13948973: JDEV 11.1.1.6.0 FREEZES IN CUSTOMIZATION MODE DUE TO DEADLOCK
    After the installation the JDev works fine again.
    Regards, David Perez

  • NetCA failed to install in silent mode

    1. My system - without X
    2. I am run runinstaller in silent mode and get error:
    INFO: Starting to execute configuration assistants
    INFO: Command = /u01/app/oracle/product/10.2.0/db_1/jdk/jre//bin/java -Duser.dir=/u01/app/oracle/product/10.2.0/db_1/network/jlib -classpath /u01/app/oracle/product/10.2.0/db_1/jdk/jre//lib/i18n.jar:/u01/app/oracle/product/10.2.0/db_1/jdk/jre//lib/rt.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/ewt3.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/ewtcompat-3_3_15.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/netcfg.jar:/u01/app/oracle/product/10.2.0/db_1/network/jlib/netcam.jar:/u01/app/oracle/product/10.2.0/db_1/network/jlib/netca.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/help4.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/jewt4.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/oracle_ice.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/share.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/swingall-1_1_1.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/srvmhas.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/srvm.jar:/u01/app/oracle/product/10.2.0/db_1/network/tools:/u01/app/oracle/product/10.2.0/db_1/jlib/ldapjclnt9.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/ldapjclnt10.jar:/u01/app/oracle/product/10.2.0/db_1/oui/jlib/OraInstaller.jar:/u01/app/oracle/product/10.2.0/db_1/lib/xmlparserv2.jar oracle.net.ca.NetCA /orahome /u01/app/oracle/product/10.2.0/db_1 /orahnam OraDbHome1 /instype typical /inscomp client,oraclenet,javavm,server,ano /insprtcl tcp /cfg local /authadp NO_VALUE /nodeinfo NO_VALUE /responseFile /u01/app/oracle/product/10.2.0/db_1/network/install/netca_typ.rsp /silent
    Command = /u01/app/oracle/product/10.2.0/db_1/jdk/jre//bin/java ... has failed
    Execution Error : Exception in thread "main" java.lang.UnsatisfiedLinkError: /u01/app/oracle/product/10.2.0/db_1/jdk/jre/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586)
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1503)
         at java.lang.Runtime.loadLibrary0(Runtime.java:788)
         at java.lang.System.loadLibrary(System.java:834)
         at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:38)
         at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
         at java.awt.Component.<clinit>(Component.java:506)
    Configuration assistant "Oracle Net Configuration Assistant" failed
    3. I am found libXp.so.6 in /u01/app/oracle/product/10.2.0/db_1/lib/stubs
    4. How to point java to libXp.so.6 ?

    ldd libawt.so
         libmlib_image.so => not found
         libjvm.so => not found
         libXp.so.6 => not found
         libXt.so.6 => not found
         libXext.so.6 => not found
         libXtst.so.6 => not found
         libX11.so.6 => not found
         libm.so.6 => /lib/tls/libm.so.6 (0x40312000)
         libdl.so.2 => /lib/tls/libdl.so.2 (0x40334000)
         libjava.so => not found
         libc.so.6 => /lib/tls/libc.so.6 (0x40337000)
         /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
    Looking as oracle's bug for installation in silent mode.

  • Install JRE silently

    I'm installing JRE on my network workstations with these parameters :
    /s /v"/qn IEXPLORER=1 ADDLOCAL=ALL UPDATE=1 /L C:\jre.log JAVAUPDATE=0 REBOOT=Suppress"
    under the administrator account remotely , the progress is finished successfully due to the log file and the add/remove programs applet in "Control Panel" , but when another user logs in and browse a page with java applets , the install screen apears and asks the user to install the java runtime environment again ! Of course this time there is only modify or remove items are available in the installation dialog . How can I finalize the installation and prevent the install dialog in the next user login ?

    We've had many kicks at silent installation of JRE (we're a LanDesk shop), and if it occurs during a user session with an open browser, it can completely mess up the installation. I've submitted a bug report on this already (1669879).
    Inside the %PROGRAMFILES%\Java\JRE6\bin folder is the Microsoft Runtime Library file MSVCR71.DLL that gets locked if a browser is open. During installation, the older JRE6 version is removed (unless it was installed with the STATIC switch) except for MSVCR71.DLL. Then the silent installation begins, with the core.zip expanding in alphabetical order until it comes to the letter m where it finds MSVCR71.DLL and just stops (in a non-silent mode, the user would be thrown a dialog to quit the browser / jqs, etc.). No roll back, no repair, etc. So now your left with some residual files, some reg entries but no control panel, no entry in the ADD/Remove Programs list (ARP), no regsvr32 registration has occurred.
    MSVCR71.DLL See (MS KB326922) is distributed with an app when the application was developed with Microsoft Visual C++ .NET 2003. This file doesn't change (unless the Visual Studio gets upgraded) as JRE6 updates get incremented. A solution for the developer might be to skip this .dll if it is encountered during expansion of the core.zip file. Or how about an .msp file instead of full blown installers?
    Using Group policy in a networked environment to push JRE will work if done correctly (using software installation or computer startup script).

  • How to install photoshop CS6 in silent mode with a serial number on Win7?

    I have a serial number. Now I have to install photoshop CS6 in silent mode with this serial number in command line. How?

    Check the deployment guides in the developer center.
    Mylenium

  • Installing Nokia PC Suite 6.83 in silent mode

    Installing Nokia PC Suite 6.83 in silent mode will still start the connection wizard. I do not want to start anything after the installation.
    The /DISABLE=”AUTORUN” is not working.
    I use the command line:
    Nokia_PC_Suite_683_rel_14_1_eng_web.exe /SILENT="1" /DISABLE="AUTORUN"
    I want to install Nokia PC Suite 6.83 completly hidden and without starting anything after the installation.
    Grt.

    Hi. Just to note I'm currently googling this issue as I have the same issue, and have found various pages that point to either
    a) Workaround (for XP)
    b) Use of the MSI driver *with the device you already have*
    c) use of the widcomm bluetooth stack
    I'm making notes of any useful pages here & will try seeing if they work later.
    http://del.icio.us/planetf1/bluesoleil
    Just thought I'd drop by and let you know....

  • How can I do to install Patch and RDBMS using SILENT mode in a Pentium 4 ?

    I was installing the Oracle 8.1.6.0.0 in remote machines using a SILENT mode normally. But now, I`m having a problem with the Pentium 4. I need to apply a patch because of the bug number 1507768. And, after apply the patch, I don't get to install using the same response file (in a SILENT mode). How can I do to install the patch and the RDBMS using a SILENT mode in a Pentium 4?

    I've created a new domain with this command:
    $ asadmin create-domain adminport 18000 user admin dmRemineTest
    I've installed the serviceWindows with this script:
    SETLOCAL
    SET I=C:\Sun\SDK
    c:\windows\system32\sc.exe create JCAPS6U1_dmRemineTest binPath= "%I%\lib\appservService.exe \"%I%\bin\asadmin.bat start-domain dmRemineTest\" \"%I%\bin\asadmin.bat stop-domain dmRemineTest\"" start= auto DisplayName= "JCAPS6U1_dmRemineTest"
    pause
    ENDLOCAL
    like the one suggest me in this forum, and thanks for it but now i have an other problem. I've started the domain dmRemineTest and it is running:
    asadmin> list-domains
    dmRemineTest running
    domain1 not running
    Command list-domains executed successfully.
    I'm proving to access to eManager at link: http://intaliodevsrv:15000/eManager/Welcome.do
    inserting this informations required:
    Server Type: Sun Java System Application Server Domain (9.1)
    Host Name: localhost
    HTTP Administration Port: 18000
    User Name: admin
    Password: adminadmin
    I insert into HTTP Administration Port 18000 from here:
    <http-listener acceptor-threads="1" address="0.0.0.0" blocking-enabled="false" default-virtual-server="__asadmin" enabled="true" family="inet" id="admin-listener" port="18000" security-enabled="false" server-name="" xpowered-by="true"/>
    When I click on Connect to Server, eManager response with this message:
    Connection Failed. Please check the following:
    - Server Type is correct.
    - Server is running.
    - Hostname and Port number(s) are correct.
    - Server SSL configuration.
    How can I solve the problem?

  • Installing Oracle Client in silent mode

    I'm looking for the way how to install Oracla 8i or 10g in silent mode.
    I don't know if this is possible.
    I appreciate some help.
    Best Regards.

    This is about client:
    http://download-west.oracle.com/docs/html/B10131_02/advance.htm#ABC639140

Maybe you are looking for