DBCA using silent mode

Hi All
I want to install Oracle R2 with silent mode, and when I used below sentence to create database,I hope the process is in silent mode,but a console always appear,and many progress info always appear inside too,Is it correct?
dbca -silent -createDatabase -templateName cyDB.dbc -gdbname TEST -sid TEST -sysPassword xiaby -systemPassword xiaby .
thanks

Ref. Oracle® Database Readme
10g Release 2 (10.2)
Part Number B14233-04
40.3.2 Running Database Configuration Assistant (DBCA) in Silent Mode
In Chapter 2, "Creating an Oracle Database", the following information should be included.
Silent mode does not have a user interface (other than what you initially input on the command line) or user interaction. It outputs all messages, including information, errors, and warnings, to a log file.
From the command line, enter the following to see all of the DBCA options that are available when using silent mode:
dbca -help
The following sections contain examples that illustrate the use of silent mode.
DBCA Silent Mode Example 1: Creating a New Database To create a clone database, enter the following on the command line:
% dbca -silent -createDatabase -templateName Transaction_Processing.dbc
-gdbname ora10i -sid ora10i -datafileJarLocation
/private/oracle10i/ora10i/assistants/dbca/templates -datafileDestination
/private/oracle10i/ora10i/oradata -responseFile NO_VALUE
-characterset WE8ISO8859P1
DBCA Silent Mode Example 2: Creating a Seed Template To create a seed template, enter the following on the command line:
% dbca -silent -createCloneTemplate -sourceDB ora10i -sysDBAUserName
sys -sysDBAPassword change_on_install -templateName copy_of_ora10i.dbc
-datafileJarLocation /private/oracle/ora10i/assistants/dbca/templates
dbca syntax (partial)
dbca  [-silent | -progressOnly | -customCreate] {<command> <options> }  | { [<command> [options] ] -responseFile  <respo
nse file > } [-continueOnNonFatalErrors <true | false>]
        -createDatabase
                -templateName <name of an existing  template>
                [-cloneTemplate]
                -gdbName <global database name>
                [-sid <database system identifier>]
                [-sysPassword <SYS user password>]
                [-systemPassword <SYSTEM user password>]
                [-emConfiguration <CENTRAL|LOCAL|ALL|NOBACKUP|NOEMAIL|NONE>
                        -dbsnmpPassword <DBSNMP user password>
                        -sysmanPassword <SYSMAN user password>
                        [-hostUserName <Host user name for EM backup job>
                         -hostUserPassword <Host user password for EM backup job>
                         -backupSchedule <Daily backup schedule in the form of hh:mm>]
                        [-smtpServer <Outgoing mail (SMTP) server for email notifications>
                         -emailAddress <Email address for email notifications>]
                        [-centralAgent <Enterprise Manager central agent location>]]
                [-datafileDestination <destination directory for all database files> |  -datafileNames <a text file cont
aining database objects such as controlfiles, tablespaces, redo log files and spfile to their corresponding raw device f
ile names mappings in name=value format.>]
                [-recoveryAreaDestination <destination directory for all recovery files>]
                [-datafileJarLocation  <location of the data file jar, used only for clone database creation>]
                [-storageType < FS | ASM | RAW>
                        [-diskList    <list of disks to be used by ASM>
[                       -diskGroupName    <disk group name to be used by ASM>
                        -redundancy    <HIGH|NORMAL|EXTERNAL>
                        -diskString    <disk discovery path to be used by ASM>
                        -asmPassword    <SYS password for ASM instance>]]
                [-characterSet <character set for the database>]
                [-nationalCharacterSet  <national character set for the database>]
                [-registerWithDirService <true | false>
                        -dirServiceUserName    <user name for directory service>
                        -dirServicePassword    <password for directory service >
                        -walletPassword    <password for database wallet >]
                [-listeners  <list of listeners to configure the database with>]
                [-variablesFile   <file name for the variable-value pair for variables in the template>]]
                [-variables  <comma seperated list of name=value pairs>]
                [-initParams <comma seperated list of name=value pairs>]
                [-memoryPercentage <percentage of physical memory for Oracle>
                        [-databaseType <MULTIPURPOSE|DATA_WAREHOUSING|OLTP>]]~ Madrid.

Similar Messages

  • DBCA in silent mode gives "template does not exist" error

    We successfully created a database using the DBCA in silent mode like this:
    dbca -silent -responseFile dbca.rspThen, attempting to create a second database on the same machine with a slightly different response file, we get the following error:
    dbca -silent -responseFile dbca.rsp2
    Template General Purpose does not exist. Please specify an existing template for database creation.The "General Purpose" template was used in the original database creation. It does exist. No logfile is created. Any ideas what could be causing this?

    We never did get to the bottom of the mysterious "template does not exist" error, but went with a solution that is better:
    1. we used the already-existing database to create a clone template:
    dbca -silent -createCloneTemplate -sourceDB OLD_SID -sysDBAUserName sys
       -sysDBAPassword XXXX -templateName old_sid_copy.dbc
      -maintainFileLocations true
      -datafileJarLocation /local/opt/oracle/product/10.2.0/assistants/dbca/templates (Note the use of the -maintainFileLocations switch)
    2. edited the template file, replacing all instances of OLD_SID with NEW_SID
    /local/opt/oracle/product/10.2.0/assistants/dbca/templates/old_sid_copy.dbc
    3. create the clone using the new template
    dbca -silent -createDatabase -templateName old_sid_copy.dbc
      -gdbname NEW_SID.MYHOST.COM -sid NEW_SID
      -datafileJarLocation /local/opt/oracle/product/10.2.0/assistants/dbca/templates
      -responseFile NO_VALUE -characterset WE8ISO8859P1

  • ManagedServer entry using silent mode

              Folks,
              I created a Silent script for WebLogic81sp2 domain creation and everything seems
              to be ok.After creating the domain, I will be in the position to edit the startManagedWebLogic.cmd
              file manually to add the server name(set SERVER_NAME=ManagedServer).
              How can I update this using silent mode?
              See my script below, Thanks, Johnson
              //////Create the Admin Server
              find Server "myserver" as s1;
              set s1.Name "AdminServer";
              set s1.ListenAddress "localhost";
              set s1.ListenPort "10000";
              set s1.SSL.Enabled "false";
              //set s1.SSL.ListenPort "10001";
              set JavaHome "C:\beaplatform\jdk141_05";
              set ServerStartMode "dev";
              set CreateStartMenu "false";
              //////Create the Managed Server
              create Server "ManagedServer" as s2;
              set s2.ListenAddress "localhost";
              set s2.ListenPort "10010";
              set s2.SSL.Enabled "false";
              //set s2.SSL.ListenPort "10011";
              set JavaHome "C:\beaplatform\jdk141_05";
              set ServerStartMode "dev";
              set CreateStartMenu "false";
              

    Hi
    I am getting the below exception any idea?
    Error: readTemplate() failed. Do dumpStack() to see details.
    Problem invoking WLST – Traceback (innermost last):
    File “c:\oracle\silentdomain.py”, line 3, in ?
    File “C:\Users\test\AppData\Local\Temp\WLSTOfflineIni1709266438475496258.py
    “, line 17, in readTemplate
    The template to read must be a jar file containing a valid domain configuration
    at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleExc
    eption(CommandExceptionHandler.java:51)
    at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(W
    LScriptContext.java:1538)
    at com.oracle.cie.domain.script.jython.WLScriptContext.readTemplate(WLSc
    riptContext.java:340)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.
    jython.WLSTException: com.oracle.cie.domain.script.ScriptException: unable to pa
    rse “template-info.xml” from template jar “C:\oracle\wlserver_10.3\common\templates\domains\wls.jar
    The template to read must be a jar file containing a valid domain configuration

  • Need to install oracle10g in windows7 using silent mode

    Dear All,
    I need to install oracle10g in windows7 using silent mode.Please provide steps to install in windows.
    Thank you in advance,
    Regards,
    DB.

    The only version of "10g" certified on Win 7 Professional or higher (Home versions are not supported) is 10.2.0.5
    http://docs.oracle.com/cd/B19306_01/relnotes.102/b14264/toc.htm#CIHCFAGA
    http://docs.oracle.com/cd/B19306_01/relnotes.102/b15680/toc.htm#BABEBBJF
    10.2.0.5 is only available from My Oracle Support (https://support.oracle.com), access to which requires a paid support contract with Oracle.
    Silent install process is documented - http://docs.oracle.com/cd/B19306_01/install.102/b14316/advance.htm
    HTH
    Srini

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

  • Add a machine to Managed Server using silent mode script in wls12c (x64)

    Hi,
    I am Kanakaraju. I am new to this silent installation of weblogic server and domain creation. my requirement while creating domain with production mode is,
    I need to add followings to the domain.
    1. Data source
    2. JMSServer
    3. ConnectionFactory
    4. JMSModule
    5. Queue
    6. Machine which can be assigned to Managed Server.
    7. subdeployment
    I can add only first 3 (Data source, JMSManager, Connection factory), but can't add remaining.
    when i use "+create JMSQueue "PfPerformanceProfileQueue" as queue;+", it is throwing exception like JMSQueue is not found.
    Can anybody please help me creating the script to add these?
    Following is my Silent mode script
    read template from "C:\Oracle\Weblogic12\wlserver_12.1\common\templates\domains\wls.jar";
    set CreateStartMenu "false";
    set JavaHome "C:\bea10_3_3\jrockit_160_17_R28.0.0-679";
    set ServerStartMode "prod";
    find Server "AdminServer" as AdminServer;
    set AdminServer.ListenAddress "";
    set AdminServer.ListenPort "7003";
    set AdminServer.SSL.Enabled "true";
    set AdminServer.SSL.ListenPort "7002";
    //We can directly create a new managed server.
    create Server "ManagedServer_1" as ManagedServer_1;
    set ManagedServer_1.ListenAddress "";
    set ManagedServer_1.ListenPort "7001";
    set ManagedServer_1.SSL.Enabled "true";
    set ManagedServer_1.SSL.ListenPort "7002";
    //Create JDBC datasource and targeting it to cluster
    create JDBCConnectionPool "xxxxDSName" as xxxxxDSName;
    set MVestDSName.DriverName "oracle.jdbc.OracleDriver";
    set MVestDSName.URL "jdbc:oracle:thin:@(xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx)";
    set MVestDSName.Password "xxxxxxx";
    set MVestDSName.Properties "user=xxxxxxx_user";
    assign JDBCConnectionPool "*" to target "ManagedServer_1";
    //create JMS server
    create JMSServer "MVestJMSServer" as jmsserver;
    assign JMSServer "*" to target "ManagedServer_1";
    //create JMS queue, default subdeployment will be created and targeted. Not sure
    create JMSConnectionFactory "xxxxxConnectionFactory" as connectionFactory;
    set connectionFactory.JNDIName "jms/xxxxxConnectionFactory"; //JNDI name for Queue
    assign JMSConnectionFactory "*" to Target "ManagedServer_1"; //Target queue to JMS server
    //create JMS queue, default subdeployment will be created and targeted. Not sure
    //create JMSQueue "PfPerformanceProfileQueue" as queue;
    //set queue.JNDIName "jms/PfPerformanceProfileQueue"; //JNDI name for Queue
    //set queue.StoreEnabled "false";
    //set queue.JMSServer "JMSServer"; //Target queue to JMS server
    //use templates default weblogic user
    find User "weblogic" as u1;
    set u1.password "weblogic1";
    //create a new user
    create User "Admin" as u2;
    set u2.password "weblogic1";
    //assign User "Admin" to Group "Administators";
    write domain to "C:\Oracle\Weblogic12\user_projects\domains\silent-domain"; // The domain name will be "silent-domain"
    close template;
    Edited by: 998028 on 4 Apr, 2013 5:35 AM
    Edited by: 998028 on 9 Apr, 2013 6:28 AM

    Hi,
    I am Kanakaraju. I am new to this silent installation of weblogic server and domain creation. my requirement while creating domain with production mode is,
    I need to add followings to the domain.
    1. Data source
    2. JMSServer
    3. ConnectionFactory
    4. JMSModule
    5. Queue
    6. Machine which can be assigned to Managed Server.
    7. subdeployment
    I can add only first 3 (Data source, JMSManager, Connection factory), but can't add remaining.
    when i use "+create JMSQueue "PfPerformanceProfileQueue" as queue;+", it is throwing exception like JMSQueue is not found.
    Can anybody please help me creating the script to add these?
    Following is my Silent mode script
    read template from "C:\Oracle\Weblogic12\wlserver_12.1\common\templates\domains\wls.jar";
    set CreateStartMenu "false";
    set JavaHome "C:\bea10_3_3\jrockit_160_17_R28.0.0-679";
    set ServerStartMode "prod";
    find Server "AdminServer" as AdminServer;
    set AdminServer.ListenAddress "";
    set AdminServer.ListenPort "7003";
    set AdminServer.SSL.Enabled "true";
    set AdminServer.SSL.ListenPort "7002";
    //We can directly create a new managed server.
    create Server "ManagedServer_1" as ManagedServer_1;
    set ManagedServer_1.ListenAddress "";
    set ManagedServer_1.ListenPort "7001";
    set ManagedServer_1.SSL.Enabled "true";
    set ManagedServer_1.SSL.ListenPort "7002";
    //Create JDBC datasource and targeting it to cluster
    create JDBCConnectionPool "xxxxDSName" as xxxxxDSName;
    set MVestDSName.DriverName "oracle.jdbc.OracleDriver";
    set MVestDSName.URL "jdbc:oracle:thin:@(xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx)";
    set MVestDSName.Password "xxxxxxx";
    set MVestDSName.Properties "user=xxxxxxx_user";
    assign JDBCConnectionPool "*" to target "ManagedServer_1";
    //create JMS server
    create JMSServer "MVestJMSServer" as jmsserver;
    assign JMSServer "*" to target "ManagedServer_1";
    //create JMS queue, default subdeployment will be created and targeted. Not sure
    create JMSConnectionFactory "xxxxxConnectionFactory" as connectionFactory;
    set connectionFactory.JNDIName "jms/xxxxxConnectionFactory"; //JNDI name for Queue
    assign JMSConnectionFactory "*" to Target "ManagedServer_1"; //Target queue to JMS server
    //create JMS queue, default subdeployment will be created and targeted. Not sure
    //create JMSQueue "PfPerformanceProfileQueue" as queue;
    //set queue.JNDIName "jms/PfPerformanceProfileQueue"; //JNDI name for Queue
    //set queue.StoreEnabled "false";
    //set queue.JMSServer "JMSServer"; //Target queue to JMS server
    //use templates default weblogic user
    find User "weblogic" as u1;
    set u1.password "weblogic1";
    //create a new user
    create User "Admin" as u2;
    set u2.password "weblogic1";
    //assign User "Admin" to Group "Administators";
    write domain to "C:\Oracle\Weblogic12\user_projects\domains\silent-domain"; // The domain name will be "silent-domain"
    close template;
    Edited by: 998028 on 4 Apr, 2013 5:35 AM
    Edited by: 998028 on 9 Apr, 2013 6:28 AM

  • How to configure and deploy OAM 11g with DB setup using silent mode

    Hello all,
    I am trying to create automation process to install and configure OAM 11g on WLS. This task involves three stages
    1. Install WLS
    2. Install OAM 11g
    3. Create DB schema using RCU
    4. Configure and deploy OAM 11g
    I have done first 3 stages in silent mode using scripts and response files. I am stuck at 4th stage. I know how to configure and deploy OAM 11g using config.sh via GUI installer as well as console mode. But I would like to run config.sh in silent mode something like
    ./config.sh -mode=silent -silent_script=<script_location>
    I have searched a lot, but could not find any resource on how to do it? I tried passing the parameters via a text file. But that has not worked. I have also explored WLST, but it also does not work. Given that first 3 things are relatively very simple, the 4th step is becoming complex. I would be very thankful if someone can please point me in the right direction.
    Thanks!

    Have a look at your software directory : <sofware directory>/Disk1/stage/Response
    Here you will find 2 rsp files which you can use to install and then configure it all.
    Good luck.
    Filip

  • SOA Domain using Silent mode

    Hi
    Can anybody tell me how to create a SOA domain using WLST?
    --Thanks in Advance                                                                                                                                                                               

    Hi
    I am getting the below exception any idea?
    Error: readTemplate() failed. Do dumpStack() to see details.
    Problem invoking WLST – Traceback (innermost last):
    File “c:\oracle\silentdomain.py”, line 3, in ?
    File “C:\Users\test\AppData\Local\Temp\WLSTOfflineIni1709266438475496258.py
    “, line 17, in readTemplate
    The template to read must be a jar file containing a valid domain configuration
    at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleExc
    eption(CommandExceptionHandler.java:51)
    at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(W
    LScriptContext.java:1538)
    at com.oracle.cie.domain.script.jython.WLScriptContext.readTemplate(WLSc
    riptContext.java:340)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.
    jython.WLSTException: com.oracle.cie.domain.script.ScriptException: unable to pa
    rse “template-info.xml” from template jar “C:\oracle\wlserver_10.3\common\templates\domains\wls.jar
    The template to read must be a jar file containing a valid domain configuration

  • DBCA silent mode - sys password

    Hi,
    I would like to create an embedded database with DBCA in silent mode.
    That works perfectly but I would like also to change the SYS and SYSTEM password in silent mode during installation process.
    Is there some issue with command line parameters or response file entry ?
    The commande line parameter '-sysDBAPassword' seems to be available only for option '-createTemplateFromDB' or '-createCloneTemplate' but not for option '-createDatabase'.
    Regards,
    --Christophe Gierski

    Hi,
    All user password in Oracle is encrypted so don't worry about that, and the Password file is also encrypted. see below example
    ora10g@tornado:/home/ora10g/oracle/product/10.2.0/db_1/dbs> vi orapwb04si
    "orapwb04si" [Last line is not complete] 1 line, 1536 characters (1451 null characters)
    ^B^BZ[\]ORACLE Remote Password file^[^AINTERNAL^H8DAB748757BD84AC^P^OSYS^C76DAE6130FCF0F30^P^O^À[/b]
    cheers

  • 11g R2 Installation (silent mode) error on RHEL5

    Please help me, I´m trying to install database 11g R2 using silent mode: I have passed all preinstallation tasks
    ./runInstaller -silent -responseFile /Oracle/req/db_install.rsp
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 80 MB. Actual 39642 MB Passed
    Checking swap space: must be greater than 150 MB. Actual 8191 MB Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-06-04_12-34-00PM. Please wait ...[oracle@localhost database]$ Exception in thread "main" java.lang.NoClassDefFoundError
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    at java.awt.Toolkit$2.run(Toolkit.java:821)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:804)
    at javax.swing.UIManager.initialize(UIManager.java:1262)
    at javax.swing.UIManager.maybeInitialize(UIManager.java:1245)
    at javax.swing.UIManager.getUI(UIManager.java:851)
    at javax.swing.JPanel.updateUI(JPanel.java:104)
    at javax.swing.JPanel.<init>(JPanel.java:64)
    at javax.swing.JPanel.<init>(JPanel.java:87)
    at javax.swing.JPanel.<init>(JPanel.java:95)
    at oracle.sysman.oii.oiif.oiifo.OiifoOCMUI.<init>(OiifoOCMUI.java:125)
    at oracle.sysman.oii.oiif.oiifo.OiifoOCMInterfaceManager.<init>(OiifoOCMInterfaceManager.java:79)
    at oracle.sysman.oii.oiif.oiifo.OiifoOCMInterfaceManager.getInstance(OiifoOCMInterfaceManager.java:124)
    at oracle.install.ivw.db.driver.DBInstaller.run(DBInstaller.java:123)
    at oracle.install.commons.util.Application.startup(Application.java:869)
    at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:164)
    at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:181)
    at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:265)
    at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:114)
    at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:132)
    and the log file:
    cat installActions2010-06-04_12-34-00PM.log
    Using paramFile: /Oracle/database/install/oraparam.ini
    Checking Temp space: must be greater than 80 MB. Actual 39642 MB Passed
    Checking swap space: must be greater than 150 MB. Actual 8191 MB Passed
    The commandline for unzip:
    /Oracle/database/install/unzip -qqqo ../stage/Components/oracle.jdk/1.5.0.17.0/1/DataFiles/\*.jar -d /tmp/OraInstall2010-06-04_12-34-00PM
    Using the umask value '022' available from oraparam.ini
    Execvp of the child jre : the cmdline is /tmp/OraInstall2010-06-04_12-34-00PM/jdk/jre/bin/java, and the argv is
    /tmp/OraInstall2010-06-04_12-34-00PM/jdk/jre/bin/java
    -Doracle.installer.library_loc=/tmp/OraInstall2010-06-04_12-34-00PM/oui/lib/linux
    -Doracle.installer.oui_loc=/tmp/OraInstall2010-06-04_12-34-00PM/oui
    -Doracle.installer.bootstrap=TRUE
    -Doracle.installer.startup_location=/Oracle/database/install
    -Doracle.installer.jre_loc=/tmp/OraInstall2010-06-04_12-34-00PM/jdk/jre
    -Doracle.installer.nlsEnabled="TRUE"
    -Doracle.installer.prereqConfigLoc=
    -Doracle.installer.unixVersion=2.6.18-92.el5
    -mx150m
    -cp
    /tmp/OraInstall2010-06-04_12-34-00PM::/tmp/OraInstall2010-06-04_12-34-00PM/ext/jlib/emocmutl.jar:/tmp/OraInstall2010-06-04_12-34-00PM/ext/jlib/remoteinterfaces.jar:/tmp/OraInstall2010-06-04_12-34-00PM/ext/jlib/OraPrereqChecks.jar:/tmp/OraInstall2010-06-04_12-34-00PM/ext/jlib/orai18n-mapping.jar:/tmp/OraInstall2010-06-04_12-34-00PM/ext/jlib/instcommon.jar:/tmp/OraInstall2010-06-04_12-34-00PM/ext/jlib/installcommons_1.0.0b.jar:/tmp/OraInstall2010-06-04_12-34-00PM/ext/jlib/ssh.jar:/tmp/OraInstall2010-06-04_12-34-00PM/ext/jlib/instdb.jar:/tmp/OraInstall2010-06-04_12-34-00PM/ext/jlib/OraPrereq.jar:/tmp/OraInstall2010-06-04_12-34-00PM/ext/jlib/orai18n-utility.jar:/tmp/OraInstall2010-06-04_12-34-00PM/ext/jlib/jsch.jar:/tmp/OraInstall2010-06-04_12-34-00PM/ext/jlib/prov_fixup.jar:/tmp/OraInstall2010-06-04_12-34-00PM/ext/jlib/cvu.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/OraInstaller.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/oneclick.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/xmlparserv2.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/share.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/OraInstallerNet.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/emCfg.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/emocmutl.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/OraPrereq.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/jsch.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/ssh.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/remoteinterfaces.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/http_client.jar:../stage/Components/oracle.swd.opatch/11.2.0.1.0/1/DataFiles/jlib/opatch.jar:../stage/Components/oracle.swd.opatch/11.2.0.1.0/1/DataFiles/jlib/opatchactions.jar:../stage/Components/oracle.swd.opatch/11.2.0.1.0/1/DataFiles/jlib/opatchprereq.jar:../stage/Components/oracle.swd.opatch/11.2.0.1.0/1/DataFiles/jlib/opatchutil.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/OraCheckPoint.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/InstImages.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/InstHelp.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/InstHelp_de.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/InstHelp_es.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/InstHelp_fr.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/InstHelp_it.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/InstHelp_ja.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/InstHelp_ko.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/InstHelp_pt_BR.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/InstHelp_zh_CN.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/InstHelp_zh_TW.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/oracle_ice.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/help4.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/help4-nls.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/ewt3.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/ewt3-swingaccess.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/ewt3-nls.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/swingaccess.jar::/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/jewt4.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/jewt4-nls.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/orai18n-collation.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/orai18n-mapping.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/ojmisc.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/xml.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/srvm.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/srvmasm.jar
    oracle.install.ivw.db.driver.DBInstaller
    -scratchPath
    /tmp/OraInstall2010-06-04_12-34-00PM
    -sourceLoc
    /Oracle/database/install/../stage/products.xml
    -sourceType
    network
    -timestamp
    2010-06-04_12-34-00PM
    -silent
    -responseFile
    /Oracle/requisitos/db_install.rs
    thx in advance

    Sorry, I'm gonna paste it again:
    Exception in thread "main" java.lang.NoClassDefFoundError
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    at java.awt.Toolkit$2.run(Toolkit.java:821)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:804)
    at javax.swing.UIManager.initialize(UIManager.java:1262)
    at javax.swing.UIManager.maybeInitialize(UIManager.java:1245)
    at javax.swing.UIManager.getUI(UIManager.java:851)
    at javax.swing.JPanel.updateUI(JPanel.java:104)
    at javax.swing.JPanel.<init>(JPanel.java:64)
    at javax.swing.JPanel.<init>(JPanel.java:87)
    at javax.swing.JPanel.<init>(JPanel.java:95)
    at oracle.sysman.oii.oiif.oiifo.OiifoOCMUI.<init>(OiifoOCMUI.java:125)
    at oracle.sysman.oii.oiif.oiifo.OiifoOCMInterfaceManager.<init>(OiifoOCMInterfaceManager.java:79)
    at oracle.sysman.oii.oiif.oiifo.OiifoOCMInterfaceManager.getInstance(OiifoOCMInterfaceManager.java:124)
    at oracle.install.ivw.db.driver.DBInstaller.run(DBInstaller.java:123)
    at oracle.install.commons.util.Application.startup(Application.java:869)
    at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:164)
    at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:181)
    at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:265)
    at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:114)
    at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:132)
    Actually I´m checking again the software requirements
    Thx!!!

  • Can an ADT-packaged native installer install the AIR runtime in silent mode?

    Silent installation of my app works fine when the runtime is installed, as follows:
    <path>\MyApp.exe -silent -location "\"C:\Program Files\MyApp\"" -desktopShortcut -programMenu
    However, if the runtime is not installed, the invocation does nothing. I've also tried -eulaAccepted.
    Is it possible to silently install the app, yet if the runtime is not installed, initiate the runtime install automatically from adobe, preferably with a eula prompt for the user?
    Worst case, if the runtime must be bundled in the package, is a sidecar install supported for native installers?
    I should note, I cannot package the app as .air. The app uses NativeProcess and bundles an exe.
    Thanks.

    chris.campbell wrote:
    Dmitry Svetlakov wrote:
    I try use silent mode under Mac OS - doesn't work in this situation: Adobe AIR not installed on system.
    Because isntaller needs in access from administrator.
    Log:
    Jul 18 15:36:01 user-macbook-pro /var/folders/f+/f+YgX8A8EzyL0WM6aZ2rT++++TI/-Tmp-/airNEZFRK/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[8694]: Could not create directory at /Applications/Adobe/Flash Player/AddIns/airappinstaller
    Jul 18 15:36:01 user-macbook-pro /var/folders/f+/f+YgX8A8EzyL0WM6aZ2rT++++TI/-Tmp-/airNEZFRK/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[8694]: Error occurred during copy and set resource fork operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Could not create directory /Applications/Adobe/Flash Player/AddIns/airappinstaller" errorID=3001]
    Jul 18 15:36:09 user-macbook-pro /var/folders/f+/f+YgX8A8EzyL0WM6aZ2rT++++TI/-Tmp-/airNEZFRK/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[8694]: Rollback complete
    Jul 18 15:36:09 user-macbook-pro /var/folders/f+/f+YgX8A8EzyL0WM6aZ2rT++++TI/-Tmp-/airNEZFRK/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[8694]: Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Could not create directory /Applications/Adobe/Flash Player/AddIns/airappinstaller" errorID=3001]
    Jul 18 15:36:09 user-macbook-pro /var/folders/f+/f+YgX8A8EzyL0WM6aZ2rT++++TI/-Tmp-/airNEZFRK/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[8694]: Application Installer end with exit code 7
    Hi Dmitry,
    Are you trying to sub launch AIR silently through your installer?  If so, and you haven't already, please fill out the AIR distribution agreement form and you'll receive documentation that discusses silent installs and uninstall's.
    If you are just trying this out, you are correct that the runtime needs admin access.  You can achieve this by prefixing your command line with sudo.
    Thanks,
    Chris
    Yes, but that not decide our task: create custom installer from air app native installer. I hope you understand that i mean. This installer should work for anyone user - and have to install Adobe AIR Runtime.

  • Error installing webcenter sites delivery in silent mode

    Hi,
    I am installing webcentersites on linux machine using silent mode.All test are getting successful and also all tables are created like SystemInfo,SystemLocale,SystemEvents etc.
    But the installation is getting failed and showing following error :
    <!--FTCS|||result=failure|||reason= Problem in CallElement. Error number = -105|||err=-105|||command=READURL|||params=|||-->
    [2013-06-28 19:21:41.214][CS.INSTALL][ERROR] ActionHandlerExecuteCommand:  Error installing CatalogCentre core assets
    [2013-06-28 19:21:41.214][CS.INSTALL][ERROR] Worker.run.
    And site log shows following error :
    SQLException in prepared execute on table SystemEvents: SELECT eventname,type,enabled,times,target,params FROM SystemEvents
    java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
        at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:440)
        at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
        at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:837)
        at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:445)
        at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:191)
        at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:523)
        at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:207)
        at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:863)
        at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1153)
        at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1275)
        at oracle.jdbc.driver.OracleStatement.doScrollExecuteCommon(OracleStatement.java:4656)
        at oracle.jdbc.driver.OraclePreparedStatement.doScrollPstmtExecuteUpdate(OraclePreparedStatement.java:10410)
        at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3574)
        at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3620)
        at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeQuery(OraclePreparedStatementWrapper.java:1491)
        at org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
        at org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
        at COM.FutureTense.Servlet.JDBCTable.executeQuery_trans_logic(JDBCTable.java:1632)
        at COM.FutureTense.Servlet.JDBCTable.executeQuery_trans(JDBCTable.java:1590)
        at COM.FutureTense.Servlet.JDBCTable.executeQuery(JDBCTable.java:1430)
        at COM.FutureTense.Servlet.JDBCTable.SelectRow(JDBCTable.java:1025)
        at COM.FutureTense.Common.ftDBTable.selectTo(ftDBTable.java:2229)
        at COM.FutureTense.Event.ftEvent.getEventsList(ftEvent.java:309)
        at COM.FutureTense.Platform.SystemEvents.SystemEventFactoryImpl.getSystemEvents(SystemEventFactoryImpl.java:62)
        at COM.FutureTense.Platform.SystemEvents.HeartBeat.run(HeartBeat.java:43)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
        at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:351)
        at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:724)
    SQLException in prepared execute on table  : SELECT name,locale,value FROM SystemLocaleString
    java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    SQLException in prepared execute on table SystemEvents: SELECT eventname,type,enabled,times,target,params FROM SystemEvents
    java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    Any help is appriciated,
    Thanks,
    Pratush

    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                                                                                                                                                                                                                                                                                                                                                                                               

  • Error when creating Oracle12c PDB using DBCA response file in silent mode

    I am getting an Oracle dbca NullPointerException when trying to create a PDB (Pluggable Database) usingdbca response file in silent mode.
    I have a Oracle 12c CDB up and running, listener is also up, $ORACLE_HOME and $ORACLE_SID are also set correctly.
    After database install and creating CDB using response files, I am now trying to create a PDB using dbca response file. Contents of dbca.rsp -
    [GENERAL]
    RESPONSEFILE_VERSION = "12.1.0"
    OPERATION_TYPE = "createPluggableDatabase"
    [CREATEPLUGGABLEDATABASE]
    SOURCEDB = "orcl"
    PDBNAME = "dev"
    CREATEPDBFROM = "DEFAULT"
    PDBADMINUSERNAME = "oracle"
    PDBADMINPASSWORD = "oracle"
    CREATEUSERTABLESPACE = "true" 
    I tried following commands:
    dbca -silent -responseFile /<file path>/dbca.rsp dbca -silent -createPluggableDatabase -responseFile /<file path>/dbca.rsp
    Both give same error:
    ---- Begin output of /u01/app/oracle/product/12c/db_1/bin/dbca -silent -responseFile /<file path>/dbca.rsp
    STDOUT:
    STDERR: Exception in thread "main" java.lang.NullPointerException
    at oracle.sysman.assistants.dbca.backend.CommandLineArguments.processResponseFile(CommandLineArguments.java:6885)
    at oracle.sysman.assistants.dbca.backend.CommandLineArguments.process(CommandLineArguments.java:4544)
    at oracle.sysman.assistants.dbca.Dbca.execute(Dbca.java:110) at oracle.sysman.assistants.dbca.Dbca.main(Dbca.java:184)
    However when I pass exact same parameters as command line arguments, dbca works absolutely fine and PDB is created: Following command runs succefully.
    dbca -silent -createPluggableDatabase -sourceDB orcl -pdbName dev -createPDBFrom default -pdbAdminUserName oracle -pdbAdminPassword oracle -createUserTableSpace true
    My environment need installation using response files only. I had used a dbca response file with "createDatabase" option for CDB and it worked fine. Error is observed only when I run it with OPERATION_TYPE as "createPluggableDatabase".
    There is an option to create PDBs along with CDB creation when OPERATION_TYPE is "createDatabase". But Oracle does not give flexibility to name PDBs in this option. If I ask Oracle to create 3 PDBs, it will name them itself like PDB01, PDB02, PDB03 and so on. This doesn't work in my deployment because of applications compile time dependencies on specific PDB names.

    Yes, I am pointing to correct response file. I have two of these. One for "createDatabase" and another one for "createPluggableDatabase".
    While the first one works absolutely fine, the one which creates PDBs always gives error.
    I tried renaming the response file like dbca_dev.rsp for PDB install but same error message. I read in another forum that rename dbca.rsp is not a good idea.
    So I kept it as dbca.rsp but built it using PDB template.
    When I try after removing -silent, it tries to launch a UI installer. Since I am in Amazon AWS platform, my instance is CentOS based which doesn't support Xwindows display.
    I am stuck with -silent install only. When I try with -progressOnly, I get exactly same error.
    Also tried removing some parameters but still get exact same error message.
    Tried same trick with "createDatabase" response file, now I see parameters missing error message.
    It seems like Oracle doesn't like response file install for "createPluggableDatabase".

  • My text notification light no longer works now since the Lollipop upgrade.  How do I get it back since i use my phone in silent mode most of the time?

    My text notification light no longer works now since the Lollipop upgrade.  How do I get it back since i use my phone in silent mode most of the time?

        We want you to love your software update pitbullmommy71! When did you update your phone? Have you tried going into phone settings and set up your notifications as you would like them? It can take a few days for your phone to normalize after the update, but this may be a bit much. Some apps may no longer be compatible with the new software so you can try running phone in Safe Mode or do a Hard Reset to see if this improves your phone. I've seen where some have completed a Hard Reset after the update and downloaded all same apps, and phone works flawlessly now. However, if you'd like to try Safe Mode first, (which is where all 3rd party apps are disabled), you can certainly try this for 24 hours to see if improves.
    Safe Mode: http://vz.to/1i0XGEW
    Hard Reset: http://vz.to/1GrhWqy
    Thank you,
    VanessaS_VZW
    Follow us on Twitter @VZWSupport

  • IPhone 5s with ios 8.2 - can't use touch function; must double tap each function key; can't shut down phone without a hard reset; every function results in a voice description even in silent mode.

    I have a iPhone 5s and just installed the 8.0.2 ios. How do I stop getting audible descriptions of each action I take in silent mode? The Touch ID has ceased to function. The screen icons have to be double struck. I cannot scroll down past the first page of any screen. I must force a shut-down to turn the phone off.  How do I fix all these problems?

    Hello Gubus 2,
    It sounds as though (no pun intended) VoiceOver is enabled on your iPhone. Pressing the Home button quickly three times should turn this feature off. Further information can be found in the iPhone user guide at the link below.
    iPhone User Guide - Accessibility Shortcut
    http://help.apple.com/iphone/8/
    Cheers,
    Allen

Maybe you are looking for