Adding child-component in silent mode

how can i edit my silent script to add new child elements?
example:
create Server "main_server" as s1;
and now to add COM element or ExecuteQueue element to the Server, what is the syntax?
Thanks

Hi all,
I am facing this same problem. More concretely, I want to create an EJBComponent as a child of an Application object.
Any insight on how to perform this through a silent script?
Best,
Oscar

Similar Messages

  • Software for control buttons not available in silent mode

    Hi guys,
    When we starting the setup in silent mode, does not include the software of control buttons.
    There any way to select it in some config file to be installed by default in silent mode?
    Thx for all!!!

    The software is part of the Value Added Package
    This package contains different software parts and important utilities like
    - TOSHIBA Components Common Driver is an essential component of Windows. It is required to make the other TOSHIBA original programs work properly.
    - TOSHIBA Power Saver controls power consumption by switching to optimum power settings, based on whether the machine is plugged in or on battery power, and based on the remaining battery power.
    - TOSHIBA Utilities lets you customize your hardware settings according to the way that you work with your computer and the peripherals you use. To start the utility, click the Windows Start button and click Control Panel and select the TOSHIBA HW Setup icon.
    - TOSHIBA Password Utility lets you set a password that restricts access to the computer.
    - TOSHIBA Flash Cards provides the Hotkey function and the launcher function that starts the Hotkey function and launches the other TOSHIBA utilities.
    - TOSHIBA PC Diagnostic Tool can display the basic information of a computer and diagnose
    To be honest I never tried to install the VAP in silent mode but if you want to get the control buttons working in this unit, you will need to add VAP.

  • Problems with multiple e-mail accounts on Droid 2 & also can't put phone into Silent mode

    I just received my Droid 2 and having a problems with having multiple e-mail accounts.
    My original droid worked fine with all of this.
    I have 2 different personal e-mail accounts setup.
    When I click e-mail, it just defaults to the default e-mail address and I have no way of switching accounts. I have to change the default e-mail account in order to view the other account.
    Along with having a shortcut on the home page to each e-mail account, it always just goes to the default one and no way of adding a shortcut to both.
    When I did this on the original droid, i could choose which e-mail account I wanted a shortcut for and could obviously have both on the home screen.
    I also have found no way to NAME the accounts, ex. Comcast & Work.
    That way I could distinguish the difference between the 2 on my home screen even if I could get a shortcut to both.
    not sure how this could be overlooked but I sure dont think there is a way to make this happen.
    Also, what is with 2.2 System and not allowing you to put it in silent mode?
    I updated my original Droid to 2.2 and could no longer make it silent with the volume button on side or going into the sound settings and changing it to silent, it would always stay on vibrate.
    And now it does the same thing with Droid 2. I cant make it silent at all.
    Any ideas on either issue

    becker800 wrote:
    ok I got the silent problem fixed.
    The update changed vibrate to be always, even when on Silent mode.
    The e-mail problem however is stll an issue and I realy hope they release an update to fix this.
    I'm sure I'm not the only one with 2 e-mail accounts on their droid.
    I never had an original Droid, so I can;t compare to what was on that.  For me, I am using the "Messaging" app - it seems to be set up for multiple e-mail accounts better than the email app.  Messaging is the one recommended by the manufacturer - give that a try.

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

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

  • OracleXE 10 g not installing in silent mode

    I've been looking in the forum for a solution to my problem but I can't find one. I'm a complete novice when it comes to databases
    I am installing this in windows xp spe , 2 drives 6GB+ free space and 3GB ram
    No applications are running on this server
    When trying to install Oracle 10g express edition by using the command c:\oraclexe.exe /s /f1"c:\test\oracle_install.iss". during the 'copying files' part of the installation the installation just dies/exits.
    the user account I'm using is local administator.
    I've stopped all antivirus services.
    The only error in event viewer show the following error
    The description for Event ID ( 0 ) in Source ( IDriverT ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: Service stopped.
    MSI (c) (6C:D8) [19:59:48:092]: Doing action: MigrateFeatureStates
    Action 19:59:48: MigrateFeatureStates. Migrating feature states from related applications
    Action start 19:59:48: MigrateFeatureStates.
    Action ended 19:59:48: MigrateFeatureStates. Return value 0.
    MSI (c) (6C:D8) [19:59:48:102]: Doing action: ISSetupFilesCleanup
    Action 19:59:48: ISSetupFilesCleanup.
    Action start 19:59:48: ISSetupFilesCleanup.
    MSI (c) (6C:D8) [19:59:48:102]: Transforming table Binary.
    MSI (c) (6C:18) [19:59:48:102]: Invoking remote custom action. DLL: C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\MSI15.tmp, Entrypoint: SFCleanupEx
    1: Standard project type, let scripting engine clean up setup files...skipping action
    Action ended 19:59:48: ISSetupFilesCleanup. Return value 1.
    MSI (c) (6C:D8) [19:59:48:743]: PROPERTY CHANGE: Adding ISSETUP_UISEQUENCE_PROCESSED property. Its value is '1'.
    MSI (c) (6C:D8) [19:59:48:743]: Note: 1: 2262 2: Upgrade 3: -2147287038
    1: Not using skins for this installation. Could not find skin file .
    MSI (c) (6C:D8) [19:59:49:153]: Note: 1: 2262 2: ReserveCost 3: -2147287038
    MSI (c) (6C:D8) [19:59:49:153]: Note: 1: 2262 2: DuplicateFile 3: -2147287038
    MSI (c) (6C:D8) [19:59:49:183]: Note: 1: 2262 2: ISRequiredFeature 3: -2147287038
    MSI (c) (6C:D8) [19:59:49:894]: Note: 1: 2205 2: C:\WINDOWS\Downloaded Installations\{F7E19373-E4C0-4AB8-BA64-7F30881FAD25}\Oracle Database 10g Express Edition.msi 3: ISAlias
    MSI (c) (6C:D8) [19:59:49:894]: Note: 1: 2228 2: C:\WINDOWS\Downloaded Installations\{F7E19373-E4C0-4AB8-BA64-7F30881FAD25}\Oracle Database 10g Express Edition.msi 3: ISAlias 4: SELECT * FROM ISAlias
    1: Ready to launch program block.
    1: User aborts the installation, ready to launch __OnAbort.
    MSI (c) (6C:D8) [19:59:53:129]: Destroying RemoteAPI object.
    MSI (c) (6C:D8) [19:59:53:139]: Custom Action Manager thread ending.
    === Verbose logging stopped: 4/27/2011 19:59:53 ===
    Any can help me. Thanks in advance

    Hi ,
    If you are facing issue during silent mode install , you can do installation in below manner also ,
    Make a tar ball of installation directory from some other server.
    e.g. If you have installed OMA in server A in /agent/OMA directory then make a tar ball OMS.tar.
    scp the tar file on server B and then extract it.
    After extraction , you only need to make changes in $AGENT_HOME/sysman/config/emd.properties file.
    Just replace server A with Server B in this file and do the agent discovery again using
    You can use <AGENT_HOME>/bin/agentca -d
    to rediscover the targets for this agent
    Regards
    Rajesh

  • Is the only option for a good night's sleep to manually put the phone in silent mode?

    On Google Voice I have do not disturb hours automatically, so calls at 3am won't ring my phone.
    However, I also have people who call my iPhone directly.
    I live in Hawaii and I don't need calls coming in at 3am my time, 9am EST.  I can manually put it into silent mode, but last night I forgot, and sure enough the phone blasted away while I was sleeping.
    Why can't I say during certain hours don't ring the phone?  This is a smart phone right?

    After researching it more today I found at that Apple is falling behind.
    With the Android not only can my phone be silenced at 3am automatically, but it will also automatically adjust the ringing and vibration based on my location or at specific times.  For example, if I am in school it knows I am in school and the ringer is shut off automatically, so I don’t get that embarrassing call during a lecture.  Once I leave school I don’t miss calls because the ringer automatically comes back on, I don’t have to remember to change it manually. 
    Plus, you can specify certain callers to get through at anytime, for example, my family can still ring my phone at 3am, but no one else.  Daycare can always get through too, even if you are in a meeting you want to know if your child had an emergency.
    It can even remind you to charge your battery if it is below a certain percentage and it knows you are now located at home where you can charge it.
    I am feeling left out of the technology curve now with the iPhone clunky on / off hardware switch that I have to remember to change manually.

  • Looking for an app that allows a contact to ring even in silent mode

    Has anyone come across an app yet that will allow the phone to still ring even in silent mode?
    I want to be able to NOT hear any of the emails or texts at night when I go to sleep but at the same time, I want to be able to have the phone ring through from certain contacts - in case of emergencies from my parents or my son.
    This seems like a pretty simple request.

    there isnt an app, but if you want to spend $99 like i did, you can get the beta version of IOS 6.  It has that exact feature built in!  It only rings emergency contacts and also if someone calls multiple times in 3 mintues or less. Its a cool feature.  With the $99, you get IOS 6 with all the new featues like maps etc... This isnt realeased to public untill fall.https://developer.apple.com/devcenter/ios/index.action

  • 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

  • E72 problem to activate silent mode with 031.023

    now it is very difficult to activate silent mode with the ctrl key !

    I think this is not a bug, but a fix. In the previous FW it was TOO easy to switch to Silent mode and that would happen quite often by mistake (at least to me).
    So I think that Nokia corrected this problem, but did not communicate properly with their customers....
    2110i, 6150, 6210, 6310i, 6670, 9300, 9300i, E90, E72, HTC Touch Pro2, Samsung Galaxy S, Samsung Galaxy S II

  • I want to add DataGrid in my custom component as a child component,

    I want to add DataGrid in my custom component as a child component, can we ?? or should i generate HTML for table creation in my custom component's renderer ?

    I did that:
    for example, if i want to add a Button control in my custom control:
    public void encodeChildren( FacesContext context ) throws IOException
             super.encodeChildren( context );
            //createComponent raises exception.... invalid component type     
            //UIComponent field = FacesContext.getCurrentInstance().getApplication().createComponent( javax.faces.component.html.HtmlInputText.class.getName() );
             HtmlInputText input = new HtmlInputText();
            getChildren().add( input );
        public boolean getRendersChildren()
            return true;
        }Can you give me any example, i want to add child components at run time basically..

  • Problem showing the crystal report viewer in form after added the component on it

    Greetings
    I have a problem running a program. I created a form which I added the component Crystal Report Viewer perfecty but during program execution when I call that form my VS 2012 Ultimate show the following error:
    Translated:
    Failed to create the form. See Exception.InnerException for details. Error: An exception occurred in the type initializer for 'CrystalDecisions.Shared.SharedUtils'.
    Note: If I remove the component from the form. the applications runs fine when calling the form without the component CrystalReportViewer
    It is something related to my VS? o just that the actual version 13.0.9 is not yet compatible?

    Report.Show?
    How about you try:
    CrystalReportViewer1.ReportSource = <path to your report>
    Or:
    Dim crReportDocument As New CrystalDecisions.CrystalReports.Engine.ReportDocument
    crReportDocument.Load(<path to your report>)
    CrystalReportViewer1.ReportSource = crReportDocument
    Or, if the report is added to the project:
    crReportDocument = New test
    CrystalReportViewer1.ReportSource = crReportDocument
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter
    Message was edited by: Ludek Uher

  • Ipad air 2 there's no silent mode like the other iPads ?? the button that does it does not exist on the iPad air 2 what does replace it??

    ipad air 2 there's no silent mode like the other iPads ?? the button that does it does not exist on the iPad air 2 what does replace it??

    hi the older button could be set to either "force portrait mode" or "silent mode". now you can do both in the iOS control center (swipe from the bottom of the screen), so the need for a button isn't needed anymore.

  • 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

Maybe you are looking for

  • Installed software update, now open applications are not appearing in Dock. Help??

    I installed the newest software update from Apple last week and ever since then when I open an application, the icon doesn't appear in the Dock. It's becoming a problem because I have multiple programs running, which is slowing down my computer, but

  • How to use rapidweaver on an existing website?

    Hello - I realize that this isn't iweb, but close enough. I have an existing website created by a friend(dreamweaver). All of the pages are embedded jpgs with links/anchors to the other pages or files. Is there a way in rapidweaver to update those pa

  • Need best Architecture design for the following scenario

    Hi Experts, I need best architecture design for the following scenario: Sender: Mail Receiver: if sender body contain u201DApproveu201D, then call SOAP adapter, If SOAP adapter execute successfully, then  send Mail(SOAP adapter executed successfully)

  • Ipad mini, ios7 not working

    I have a iPad mini, i downloaded the iOS7, and it then it tried re-starting the device, but since then its not opening. The apple icon appears and goes, appears and goes.  I have no idea how to get back to old one or go ahead. Please help me out.

  • Is there a download available for the Fuji x-t1 camera's RAW files

    I just bought a Fuji x-t1 and can't open RAW files in Lightroom. I looks like Adobe is working on a fix for this but has it come out yet? Thanks.