Don't start database on system boot

Is there a way to have OracleXE to "NOT" start whenever the computer boots up? I realize this is a convenience default, but my machine slows down somewhat when the database is on so I'd rather start it up when I choose to.
Thanks in advance.
Piano Man

Assuming you're using Windows...
Go to Services and change start type for OracleServiceXE from automatic to manual.
For more reference about this see doc or search Forum...

Similar Messages

  • Java Apps don't start automaticaly after system restart

    Hi,
    Since a few days ago when restarting Java application servers of SAP
    Portal, the applications deployed don't start for itselfs.
    When starting the instance, the memory stops to increase at 500mb. The
    only way to start the applications is by the manual way in:
    Server -> Services -> Deploy -> Runtime -> Application -> Start
    Application.
    After starting the applications manually the instance starts fine.
    I already increased some values in global configuration:
    From:
    InitialThreadCount = 40
    MaxThreadCount = 150
    MinThreadCount = 40
    To:
    InitialThreadCount = 80
    MaxThreadCount = 200
    MinThreadCount = 80
    After the restart the applications are not starting automaticaly yet.
    I have 4 instances. The first two instances are starting fine, but the problem is happening with the other 2 instances.
    Is there any reason for this type of behavior?
    Thanks for the help
    Pedro Nunes

    Hello Vyara,
    thanks for your reply.
    This kind of problem happens since 3 weeks ago and the stack of this system (SP09) remain unchangeble since 07.04.2008.
    The strange behavior is that the Server 1 and 2 are starting all the apps fine, but this problem is only happens in server 3 and 4.
    Can you help please?
    Thanks

  • Start Database giving System Error 5

    Hello,
    I have installed Oracle Database 10g Express Edition on my Home PC (with a 32-bit Windows Vist Home Operating System with Service Pack 1). I can access the database ok through my web browser, but there is an option to 'Start Database' in Start>All Programs>Oracle Database 10g Express Edition. It brings up a command prompt style window with the following text:
    C:\oraclexe\app\oracle\product\10.2.0\server\BIN>net start OracleXETNSListener
    System error 5 has occurred.
    Access is denied.
    C:\oraclexe\app\oracle\product\10.2.0\server\BIN>net start OracleServiceXE
    System error 5 has occurred.
    Access is denied.
    C:\oraclexe\app\oracle\product\10.2.0\server\BIN>
    Why am I getting these error messages? How can I start the databasewithout these system errors?
    Thank you very much!
    Jon

    Hi,
    Sorry no.
    But I did find this about XE and Vista
    Install on Vista
    Regards,
    Jari
    Edited by: jarola on Aug 28, 2010 9:18 PM
    >
    "Starting Up the Database from the Desktop" produces:
    System error 5 has occurred.
    Access is denied.
    However, "Starting Up the Database Using SQL Command Line" seems to work fine.

  • How do I change which programs start when the system boots up?

    I want to delete a program from the start up sequence so that the program does not start up automatically.  Suggestions!

    System Preferences - Users and Groups - Login Items - highlight the one you don't want to start up and hit the minus sign.

  • Don't start database after recovery

    Hi all,
    I use Oracle 9i Release 2 on Windows 2000
    I use RMAN to backup and recovery database online to tape. I also backup all file contain database parameter in directories such as : C:\oracle\admin\*;C:\oracle\ora92\database\*; C:\oracle\ora92\network\admin\*.
    Yesterday, my computer was down and I have to setup OS and Oracle.
    I restored all file contain database parameter and use ORADIM command to create database services. Then I restored and recoveried whole database. And my database can work well immediately. However, when I reboot my computer, my database cann't autostart. Although, you may find that services start but the database does not start.
    I used ORADIM utility to delete and re-create the services but it doesn't work.
    Then I have to use Oracle Enterprise Manager to start and open database, it work well.
    Pls help me to autostart database,
    Thanks in advance,
    Nghiatd

    What is the 'ora_sid_autostart' registry entry set to?

  • I bought mountain lion for my macbook pro and I'm trying to install it and it says there was an error and I need to boot up but I don't have any other start up disks to boot up with. Are there any suggestions of how I could get my computer started?

    I bought mountain lion for my macbook pro and I'm trying to install it and it says there was an error and I need to boot up but I don't have any other start up disks to boot up with. Are there any suggestions of how I could get my computer started?

    Hold the Option key down and restart. Select one of the drives that comes up and hit the Return key.

  • Starting a java program on System boot/startup

    Hi,
    I am trying to find out how to start a java program on system startup which basically spawns a Thread which in turn does some processing.
    Came across windows specific options which help one make it as a service.Making a .bat for windows and .sh for linux could be a option but not sure where to put these in respective OS or whether it is a good option.
    If someone has tried out similar thing please let me know the details for the same.
    Regards
    Raj

    [codes]
    in command prompt
    type edit startupor somename.bat
    then type
    cd C:\Program Files\Java\jdk1.5.0_01\bin
    javac data1.java
    java data1
    and save
    [codes]
    copy startup.bat file
    and click on start-->programs--> startup(rigthclick and open)
    then paste that file into that folder...
    now you ll get that file opened whenever system boots.
    reply if this was usefull;)

  • System always starts fsck's at boot and can't start normally.

    First of all, let me say that this forum is awesome. I've just started my first real ArchLinux experiment and you guys have helped me out so much already!
    Anyway, my system keeps starting fsck's at boot. It then starts counting to 1 minute and 30 seconds, after which it stops the fsck and drops into into emergency mode. I can only boot by passing the "fsck.mode=force" parameter to the kernel from the boot manager.
    I copied what I think are the relevant lines from journalctl:
    Oct 28 20:18:33 argon systemd[1]: Starting EFI System Partition Automount.
    Oct 28 20:18:33 argon systemd[1]: Set up automount EFI System Partition Automount.
    Oct 28 20:18:33 argon systemd[1]: Expecting device dev-disk-by\x2duuid-6a7e8bc0\x2d2e45\x2d4915\x2da0df\x2dc2b53783831e.device...
    Oct 28 20:18:33 argon systemd[1]: Expecting device dev-disk-by\x2duuid-e784d1a6\x2d648a\x2d423f\x2d9fd2\x2de8b5975672d4.device...
    Oct 28 20:18:33 argon systemd[1]: Expecting device dev-disk-by\x2duuid-4631\x2d3940.device...
    Oct 28 20:18:33 argon systemd[1]: Expecting device dev-disk-by\x2duuid-bc7d204d\x2df19b\x2d4238\x2da539\x2dccee44b83a7c.device...
    Oct 28 20:18:33 argon kernel: EXT4-fs (dm-0): re-mounted. Opts: discard,data=ordered
    Oct 28 20:18:33 argon systemd[1]: Created slice system-lvm2\x2dpvscan.slice.
    Oct 28 20:18:33 argon systemd[1]: Starting LVM2 PV scan on device 8:18...
    Oct 28 20:18:33 argon systemd[1]: Starting LVM2 metadata daemon...
    Oct 28 20:18:33 argon systemd[1]: Started LVM2 metadata daemon.
    Oct 28 20:18:33 argon systemd[1]: Found device Crucial_CT256MX100SSD1 EFI\x20system\x20partition.
    Oct 28 20:18:33 argon systemd[1]: Starting File System Check on /dev/disk/by-uuid/4631-3940...
    Oct 28 20:18:33 argon systemd[1]: Starting LVM2 PV scan on device 8:34...
    Oct 28 20:18:33 argon lvmetad[221]: Cannot lock lockfile [/run/lvmetad.pid], error was [Resource temporarily unavailable]
    Oct 28 20:18:33 argon systemd-fsck[225]: fsck.fat 3.0.26 (2014-03-07)
    Oct 28 20:18:33 argon systemd-fsck[225]: /dev/sda2: 176 files, 51065/97280 clusters
    Oct 28 20:18:33 argon systemd[1]: Started File System Check on /dev/disk/by-uuid/4631-3940.
    Oct 28 20:18:33 argon systemd[1]: Mounting /boot...
    Oct 28 20:18:34 argon systemd[1]: Found device /dev/disk/by-uuid/6a7e8bc0-2e45-4915-a0df-c2b53783831e.
    Oct 28 20:18:34 argon systemd[1]: Starting File System Check on /dev/disk/by-uuid/6a7e8bc0-2e45-4915-a0df-c2b53783831e...
    Oct 28 20:18:34 argon systemd[1]: Mounted /boot.
    Oct 28 20:18:34 argon systemd-fsck[256]: /dev/mapper/SSDGroup-lvolhome: clean, 10177/12976128 files, 3039756/51897344 blocks
    Oct 28 20:18:34 argon systemd[1]: Started File System Check on /dev/disk/by-uuid/6a7e8bc0-2e45-4915-a0df-c2b53783831e.
    Oct 28 20:18:34 argon systemd[1]: Mounting /home.
    Oct 28 20:20:03 argon systemd[1]: Job dev-disk-by\x2duuid-bc7d204d\x2df19b\x2d4238\x2da539\x2dccee44b83a7c.device/start timed out.
    Oct 28 20:20:03 argon systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-bc7d204d\x2df19b\x2d4238\x2da539\x2dccee44b83a7c.device.
    Oct 28 20:20:03 argon systemd[1]: Dependency failed for /mnt/media.
    Oct 28 20:20:03 argon systemd[1]: Dependency failed for Local File Systems.
    Oct 28 20:20:03 argon systemd[1]: Triggering OnFailure= dependencies of local-fs.target.
    Oct 28 20:20:03 argon systemd[1]: Dependency failed for /var/lib/mpd/music.
    Oct 28 20:20:03 argon systemd[1]: Dependency failed for File System Check on /dev/disk/by-uuid/bc7d204d-f19b-4238-a539-ccee44b83a7c.
    Oct 28 20:20:03 argon systemd[1]: Job dev-disk-by\x2duuid-e784d1a6\x2d648a\x2d423f\x2d9fd2\x2de8b5975672d4.device/start timed out.
    Oct 28 20:20:03 argon systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-e784d1a6\x2d648a\x2d423f\x2d9fd2\x2de8b5975672d4.device.
    Oct 28 20:20:03 argon systemd[1]: Dependency failed for /backup.
    Oct 28 20:20:03 argon systemd[1]: Dependency failed for File System Check on /dev/disk/by-uuid/e784d1a6-648a-423f-9fd2-e8b5975672d4.
    I hope you can help me fix the problem or further diagnose it.

    Oct 28 20:20:03 argon systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-bc7d204d\x2df19b\x2d4238\x2da539\x2dccee44b83a7c.device.
    It seems there is a problem mounting /home. What device do you mount there; and does that exist when you end up in the rescue-shell?

  • HT5192 ı couldt manage to download iOS 5.1 Software Update . system trying to connect to server but download don't start , what would be reason?

    ı couldt manage to download iOS 5.1 Software Update . system trying to connect to server but download don't start , what would be reason?

    download with itunes, or with one of your devices, and re-try, most causes it the update server it self.

  • Recovery Manager fail to start at system boot when pressing F11 in HP mini 210

    Product Name : HP mini 210-1118TU
    Product Number: CNF01784X4
    OS:     7 starter 32 bit
     When i press F11 at system boot, it give error message :
     " windows could not start because the following file is missing or corrupted
       <windows root>\System32\hal.dll.
    please re-install a copy of the above file."
    Before it I install Windows XP pro,  then I use system recover option in my system recover disc to restore my original OS .Afetr it I face some startup issue like "Boot device not found" & "Hard disk not exist" which was solved by F10->Hard disk test & Memory test.
    Please, help me to solve it

    Factory Reset will wipe all partitions and restore it to a factory state (just like it was when shipped from HP), recovery partition included.

  • Error starting database control

    Hi, All,
    I am installing 11.1.0.6 on windows server 2003 R2.
    After installing i am getting the error
    error starting database control.
    please find my log file below:
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-migrate' set to false
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateFromDBControl' set to false
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateToCentralAgent' set to false
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateFromCentralAgent' set to false
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateToDBControl' set to false
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-migrate' set to false
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateFromDBControl' set to false
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateToCentralAgent' set to false
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateFromCentralAgent' set to false
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateToDBControl' set to false
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: LOG_FILE value: C:\Oracle\cfgtoollogs\dbca\dw01\emConfig.log
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: HOST value: dme001.omg-asia.com
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: PORT value: 1521
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SID value: dw01
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: LISTENER value: LISTENER
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: LISTENER_OH value: C:\Oracle\product\11.1.0\db_1
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-config' set to true
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'db' set to true
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: EM_HOME value: C:\Oracle\product\11.1.0\db_1
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: dw01
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SERVICE_NAME value: dw01
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: ORACLE_HOME value: C:\Oracle\product\11.1.0\db_1
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'dbcontrol' set to true
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'UPDATE_EMAIL' set to false
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-backup' set to false
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'create' set to false
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\Oracle\product\11.1.0\db_1\oui
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.EMConfig addEMCALogFile
    CONFIG: ORACLE_BASE :C:\Oracle
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\cfgtoollogs\emca\emca_2013_06_26_14_01_10.log to C:\Oracle\cfgtoollogs\emca\dw01\emca_2013_06_26_14_01_10.log
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\Oracle\product\11.1.0\db_1\oui
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\Oracle\product\11.1.0\db_1\oui
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at C:\Oracle\cfgtoollogs\dbca\dw01\emConfig.log.
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.util.ClusterUtil isCRSInstalled
    CONFIG: isCRSInstalled: false
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\Oracle\product\11.1.0\db_1\oui
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\Oracle\product\11.1.0\db_1\oui
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'CHECK_CONFIG' set to true
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: dw01, oracleHome: C:\Oracle\product\11.1.0\db_1, and user: SYS
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: dw01, oracleHome: C:\Oracle\product\11.1.0\db_1, and user: DBSNMP
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Jun 26, 2013 2:01:10 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: dw01, oracleHome: C:\Oracle\product\11.1.0\db_1, and user: SYS
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'asm_db' set to false
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.DatabaseChecks getDbServiceName
    CONFIG: No service name available. Will try to set db_unique_name.db_domain
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: dw01, oracleHome: C:\Oracle\product\11.1.0\db_1, and user: SYS
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value:
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: dw01
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: dw01
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SERVICE_NAME value: dw01
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBID.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.DatabaseChecks getDbid
    CONFIG: No dbid available. Will query db to extract it.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: dw01, oracleHome: C:\Oracle\product\11.1.0\db_1, and user: SYS
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DBID value: 1415694
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: dw01, oracleHome: C:\Oracle\product\11.1.0\db_1, and user: SYSMAN
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: dw01, oracleHome: C:\Oracle\product\11.1.0\db_1, and user: SYS
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.EMDBPreConfig invoke
    CONFIG: Passed repository configuration check
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter GLOBAL_DB_UNIQUE_NAME.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.DatabaseChecks getGlobalDbUniqueName
    CONFIG: No Global database unique name available. Will try to retrieve it from DB itself
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: dw01, oracleHome: C:\Oracle\product\11.1.0\db_1, and user: SYS
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: GLOBAL_DB_UNIQUE_NAME value: dw01
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\sysman\config\emd.properties to C:\Oracle\product\11.1.0\db_1\sysman\config\emd.properties.emca.tmp
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file C:\Oracle\product\11.1.0\db_1\sysman\config\emd.properties has been copied to C:\Oracle\product\11.1.0\db_1\sysman\config\emd.properties.emca.tmp
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\sysman\config\emoms.properties to C:\Oracle\product\11.1.0\db_1\sysman\config\emoms.properties.emca.tmp
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file C:\Oracle\product\11.1.0\db_1\sysman\config\emoms.properties has been copied to C:\Oracle\product\11.1.0\db_1\sysman\config\emoms.properties.emca.tmp
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\sysman\emd\targets.xml to C:\Oracle\product\11.1.0\db_1\sysman\emd\targets.xml.emca.tmp
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file C:\Oracle\product\11.1.0\db_1\sysman\emd\targets.xml has been copied to C:\Oracle\product\11.1.0\db_1\sysman\emd\targets.xml.emca.tmp
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.ClusterUtil isCRSInstalled
    CONFIG: isCRSInstalled: false
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: Cluster.isCluster: false. Skip call to getLocalNode
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_CENTRAL_AGENT_RECONFIG' set to false
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
    CONFIG: Sid: dw01 Host: dme001.omg-asia.com Node: null OH: C:\Oracle\product\11.1.0\db_1 agentHome: null isCentral: false
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: dw01 Host: dme001.omg-asia.com Node: null OH: C:\Oracle\product\11.1.0\db_1 isDBC: false
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_CENTRAL_AGENT_CONFIGURED' set to false
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_DBCONTROL_CONFIGURED' set to false
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: dw01 Host: dme001.omg-asia.com Node: null OH: C:\Oracle\product\11.1.0\db_1 isDBC: false
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter PORTS_FILE.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT_dw01.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT_dw01.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT_dw01.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT_dw01.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to C:\Oracle\product\11.1.0\db_1\oui
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to C:\Oracle\product\11.1.0\db_1\oui
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Homes to scan for used ports: [C:\Oracle\product\11.1.0\db_1]
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Searching all DBConsole instances for used ports under ORACLE_HOME C:\Oracle\product\11.1.0\db_1
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking JMS port: null from C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking RMI port: null from C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking HTTP port: null from C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.PortManager getAgentPort
    CONFIG: Cannot parse EMD_URL correctly. No port identified
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking Agent port: null from C:\Oracle\product\11.1.0\db_1\sysman\config\emd.properties
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Cannnot parse EMD_URL correctly. No port identified
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.FileUtil getProperties
    CONFIG: Error reading file C:\Oracle\product\11.1.0\db_1\install\staticports.ini
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.PortManager getFreePorts
    CONFIG: C:\Oracle\product\11.1.0\db_1:dme001.omg-asia.com:null:dw01:{}:null:{DBCONTROL_HTTP_PORT=1158, RMI_PORT=5520, JMS_PORT=5540, AGENT_PORT=3938}
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT_dw01.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: AGENT_PORT_dw01 value: 3938
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT_dw01.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DBCONTROL_HTTP_PORT_dw01 value: 1158
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT_dw01.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: JMS_PORT_dw01 value: 5540
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT_dw01.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: RMI_PORT_dw01 value: 5520
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.EMDBPreConfig getFreePorts
    CONFIG: Ports assigned for SID: dw01 : {DBCONTROL_HTTP_PORT=1158, RMI_PORT=5520, JMS_PORT=5540, AGENT_PORT=3938}
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.EMDBPreConfig copyAgentTimeStampFile
    CONFIG: File: C:\Oracle\product\11.1.0\db_1\dme001.omg-asia.com_dw01\sysman\emd\agntstmp.txt:dme001.omg-asia.com does not exists.
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: dw01, oracleHome: C:\Oracle\product\11.1.0\db_1, and user: SYS
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.EMReposConfig unlockAccounts
    CONFIG: Unlocking dbsnmp and sysman
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.EMReposConfig invoke
    CONFIG: Successfully unlocked relevant accounts
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: dw01, oracleHome: C:\Oracle\product\11.1.0\db_1, and user: SYSMAN
    Jun 26, 2013 2:01:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 26, 2013 2:01:15 PM oracle.sysman.emcp.EMReposConfig createOutOfBoxJobs
    CONFIG: Finished executing emreposoutofbox.sql
    Jun 26, 2013 2:01:15 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: dw01, oracleHome: C:\Oracle\product\11.1.0\db_1, and user: SYSMAN
    Jun 26, 2013 2:01:15 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 26, 2013 2:01:15 PM oracle.sysman.emcp.EMReposConfig createOutOfBoxJobs
    CONFIG: Submitting dbms job: C:\Oracle\product\11.1.0\db_1\sysman\admin\emdrep\sql\core\latest\admin\admin_submit_dbms_jobs.sql
    Jun 26, 2013 2:01:15 PM oracle.sysman.emcp.EMReposConfig createOutOfBoxJobs
    CONFIG: Successfully submitted dbms job
    Jun 26, 2013 2:01:15 PM oracle.sysman.emcp.EMReposConfig unlockMGMTAccount
    CONFIG: Unlocking mgmt view user account
    Jun 26, 2013 2:01:15 PM oracle.sysman.emcp.EMReposConfig unlockMGMTAccount
    CONFIG: view user sql: declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end;
    Jun 26, 2013 2:01:15 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: CMD /C C:\Oracle\product\11.1.0\db_1\sysman\admin\scripts\emca\emcaDbUtil.bat "C:\Oracle\product\11.1.0\db_1\sysman\admin\scripts;C:\Oracle\product\11.1.0\db_1\bin;" C:/Oracle/product/11.1.0/db_1/perl/5.8.3/bin/MSWin32-x86-multi-thread\perl.exe C:\Oracle\product\11.1.0\db_1\sysman\admin\scripts\emca\emcaDbUtil.pl C:\Oracle\product\11.1.0\db_1 dw01 SYS SYSDBA declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end; 1 SYSMAN_PWD
    Jun 26, 2013 2:01:16 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 0
    Jun 26, 2013 2:01:16 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Execution of CMD /C C:\Oracle\product\11.1.0\db_1\sysman\admin\scripts\emca\emcaDbUtil.bat "C:\Oracle\product\11.1.0\db_1\sysman\admin\scripts;C:\Oracle\product\11.1.0\db_1\bin;" C:/Oracle/product/11.1.0/db_1/perl/5.8.3/bin/MSWin32-x86-multi-thread\perl.exe C:\Oracle\product\11.1.0\db_1\sysman\admin\scripts\emca\emcaDbUtil.pl C:\Oracle\product\11.1.0\db_1 dw01 SYS SYSDBA declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end; 1 SYSMAN_PWD  completed successfully
    Jun 26, 2013 2:01:16 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Arguments passed C:\Oracle\product\11.1.0\db_1 dw01 SYS SYSDBA declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end; 1 SYSMAN_PWD
    Connecting to database dw01 in home C:\Oracle\product\11.1.0\db_1 with user "SYS" role "SYSDBA".
    connected to database.
    sql to execute declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end;
    noOfParams to bind: 1.
    sql execute successfully.
    Jun 26, 2013 2:01:16 PM oracle.sysman.emcp.EMReposConfig unlockMGMTAccount
    CONFIG: Unlocked mgmt_view account
    Jun 26, 2013 2:01:16 PM oracle.sysman.emcp.EMReposConfig invoke
    CONFIG: Successfully unlocked mgmt_view account
    Jun 26, 2013 2:01:16 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 26, 2013 2:01:16 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: dw01, oracleHome: C:\Oracle\product\11.1.0\db_1, and user: SYSMAN
    Jun 26, 2013 2:01:16 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 26, 2013 2:01:16 PM oracle.sysman.emcp.ParamsManager checkListenerStatusForDBControl
    CONFIG: Passed listener validation check.Listener is up and running.
    Jun 26, 2013 2:01:16 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 26, 2013 2:01:16 PM oracle.sysman.emcp.EMReposConfig uploadConfigDataToRepository
    INFO: Uploading configuration data to EM repository (this may take a while) ...
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Uploaded configuration data successfully
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.EMDBCConfig updateEmomsProps
    CONFIG: Updating file C:\Oracle\product\11.1.0\db_1\sysman\config\emoms.properties ...
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\sysman\config\emoms.properties.emca to C:\Oracle\product\11.1.0\db_1\sysman\config\emoms.properties
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\sysman\config\emoms.properties.emca.util.tmp to C:\Oracle\product\11.1.0\db_1\sysman\config\emoms.properties
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\server.xml.emca.util.tmp to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\server.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.EMDBCConfig copyOC4JDir
    CONFIG: Copying OC4J config files from C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _makeDirectory
    CONFIG: Create directory C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\application.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\application.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\data-sources.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\data-sources.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\default-web-site.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\default-web-site.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\entity-resolver-config.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\entity-resolver-config.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\global-web-application.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\global-web-application.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\http-web-site.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\http-web-site.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\internal-settings.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\internal-settings.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\j2ee-logging.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\j2ee-logging.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\java2.policy to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\java2.policy
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\javacache.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\javacache.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\jazn-data.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\jazn-data.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\jazn.security.props to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\jazn.security.props
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\jazn.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\jazn.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\jms.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\jms.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\mime.types to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\mime.types
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\oc4j-connectors.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\oc4j-connectors.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\oc4j.properties to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\oc4j.properties
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\orb-config.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\orb-config.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\principals.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\principals.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\rmi.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\rmi.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\server.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\server.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\system-application.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\system-application.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\system-jazn-data.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\system-jazn-data.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\transaction-manager.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\transaction-manager.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _makeDirectory
    CONFIG: Create directory C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\database-schemas
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\database-schemas\hypersonic.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\database-schemas\hypersonic.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\database-schemas\ms-access.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\database-schemas\ms-access.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\database-schemas\ms-sql.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\database-schemas\ms-sql.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\database-schemas\oracle.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\database-schemas\oracle.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\database-schemas\postgresql.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\database-schemas\postgresql.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\database-schemas\sybase.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\database-schemas\sybase.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _makeDirectory
    CONFIG: Create directory C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\connectors
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\connectors\README.txt to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\connectors\README.txt
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _makeDirectory
    CONFIG: Create directory C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\connectors\datasources
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\connectors\datasources\datasources.rar to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\connectors\datasources\datasources.rar
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _makeDirectory
    CONFIG: Create directory C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\connectors\OracleASjms
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\connectors\OracleASjms\OracleASjms.rar to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\connectors\OracleASjms\OracleASjms.rar
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _makeDirectory
    CONFIG: Create directory C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\META-INF
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\META-INF\MANIFEST.MF to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\META-INF\MANIFEST.MF
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _makeDirectory
    CONFIG: Create directory C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\application-deployments\default\defaultWebApp
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole\application-deployments\default\defaultWebApp\orion-web.xml to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\application-deployments\default\defaultWebApp\orion-web.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.EMDBCConfig copyOC4JDir
    CONFIG: Finished copying OC4J config files
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\jms.xml.emca.util.tmp to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\jms.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\rmi.xml.emca.util.tmp to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\rmi.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\rmi.xml.emca.util.tmp to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\rmi.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\http-web-site.xml.emca.util.tmp to C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_dme001.omg-asia.com_dw01\config\http-web-site.xml
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.EMAgentConfig updateEmdProps
    CONFIG: Updating file C:\Oracle\product\11.1.0\db_1\sysman\config\emd.properties ...
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\sysman\config\emd.properties.emca to C:\Oracle\product\11.1.0\db_1\sysman\config\emd.properties
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\sysman\config\emd.properties.emca.util.tmp to C:\Oracle\product\11.1.0\db_1\sysman\config\emd.properties
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.EMAgentConfig updateAgentConfigFiles
    CONFIG: Updating file C:\Oracle\product\11.1.0\db_1\sysman\config\emd.properties ...
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.EMAgentConfig updateTargets
    CONFIG: value for use102tgt: false
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.ParamsManager getLocalListener
    CONFIG: Using specified listener name: LISTENER
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.EMAgentConfig updateAgentConfigFiles
    CONFIG: Updating file C:\Oracle\product\11.1.0\db_1\sysman\emd\targets.xml ...
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.EMAgentConfig instantiateEMConfigFiles
    CONFIG: Local host name: dme001.omg-asia.com
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: cmdType: 2
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Service does not exist
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.PlatformInterface addEnvVarToList
    CONFIG: Value for env var 'TZ' is '', discarding the same
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.PlatformInterface addEnvVarToList
    CONFIG: Value for env var 'ORACLE_HOSTNAME' is '', discarding the same
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.PlatformInterface getSortedEnvArray
    CONFIG: New Env List: [ALLUSERSPROFILE=C:\Documents and Settings\All Users, APPDATA=C:\Documents and Settings\administrator.OMG-ASIA\Application Data, ASSISTANTS_COMMON_CLASSPATH=C:\Oracle\product\11.1.0\db_1\assistants\jlib\assistantsCommon.jar, BALISHARE_CLASSPATH=C:\Oracle\product\11.1.0\db_1\jlib\share.jar, CLASSPATH=C:\Oracle\product\11.1.0\db_1\assistants\dbca\jlib\dbca.jar, CLUSTERLOG=C:\WINDOWS\Cluster\cluster.log, COMMONPROGRAMFILES=C:\Program Files (x86)\Common Files, COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files, COMMONPROGRAMW6432=C:\Program Files\Common Files, COMPUTERNAME=DME001, COMSPEC=C:\WINDOWS\system32\cmd.exe, DBCA_CLASSPATH=C:\Oracle\product\11.1.0\db_1\assistants\dbca\jlib\dbca.jar, DVCA_CLASSPATH=C:\Oracle\product\11.1.0\db_1\dv\jlib\dvca.jar, EM_CLASSPATH=C:\Oracle\product\11.1.0\db_1\classes;C:\Oracle\product\11.1.0\db_1\jlib\oemlt.jar;C:\Oracle\product\11.1.0\db_1\jlib\emca.jar;C:\Oracle\product\11.1.0\db_1\sysman\jlib\emCORE.jar;C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\home\oc4j.jar;C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\home\db_oc4j_deploy.jar;C:\Oracle\product\11.1.0\db_1\jlib\emConfigInstall.jar, EWT_CLASSPATH=C:\Oracle\product\11.1.0\db_1\jlib\ewt3.jar;C:\Oracle\product\11.1.0\db_1\jlib\ewtcompat-3_3_15.jar, FP_NO_HOST_CHECK=NO, GDK_CLASSPATH=C:\Oracle\product\11.1.0\db_1\jlib\orai18n.jar, HELPJAR_CLASSPATH=C:\Oracle\product\11.1.0\db_1\assistants\dbca\doc\dbcahelp.jar;C:\Oracle\product\11.1.0\db_1\assistants\dbca\doc\dbcahelp_es.jar;C:\Oracle\product\11.1.0\db_1\assistants\dbca\doc\dbcahelp_de.jar;C:\Oracle\product\11.1.0\db_1\assistants\dbca\doc\dbcahelp_fr.jar;C:\Oracle\product\11.1.0\db_1\assistants\dbca\doc\dbcahelp_it.jar;C:\Oracle\product\11.1.0\db_1\assistants\dbca\doc\dbcahelp_ko.jar;C:\Oracle\product\11.1.0\db_1\assistants\dbca\doc\dbcahelp_pt_BR.jar;C:\Oracle\product\11.1.0\db_1\assistants\dbca\doc\dbcahelp_zh_CN.jar;C:\Oracle\product\11.1.0\db_1\assistants\dbca\doc\dbcahelp_zh_TW.jar, HELP_CLASSPATH=C:\Oracle\product\11.1.0\db_1\jlib\help4.jar;C:\Oracle\product\11.1.0\db_1\jlib\jewt4.jar, HOMEDRIVE=C:, HOMEPATH=\Documents and Settings\administrator.OMG-ASIA, ICE_BROWSER_CLASSPATH=C:\Oracle\product\11.1.0\db_1\jlib\oracle_ice5.jar, INSTALLER_CLASSPATH=C:\Oracle\product\11.1.0\db_1\oui\jlib\OraInstaller.jar, JDBC_CLASSPATH=C:\Oracle\product\11.1.0\db_1\jdbc\lib\ojdbc5.jar, KODIAK_CLASSPATH=C:\Oracle\product\11.1.0\db_1\jlib\kodiak.jar, LOGONSERVER=\\DOMAIN-SERVER-2, NEED_EXIT_CODE=1, NETCFG_CLASSPATH=C:\Oracle\product\11.1.0\db_1\jlib\ldapjclnt11.jar;C:\Oracle\product\11.1.0\db_1\jlib\netcfg.jar;C:\Oracle\product\11.1.0\db_1\jlib\ojmisc.jar;C:\Oracle\product\11.1.0\db_1\jlib\oraclepki103.jar;C:\Oracle\product\11.1.0\db_1\jlib\opm.jar, NUMBER_OF_PROCESSORS=4, OH=C:\Oracle\product\11.1.0\db_1, ORACLE_BASE=C:\Oracle, ORACLE_SID=dw01, OS=Windows_NT, PATH=C:\Oracle\product\11.1.0\db_1\jdk\jre\bin\server;C:\Oracle\product\11.1.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\SPSSInc\PASWStatistics18DataFileDriver\Standalone\ip\bin;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\WINDOWS\system32\WindowsPowerShell\v1.0, PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.PSC1, PROCESSOR_ARCHITECTURE=x86, PROCESSOR_ARCHITEW6432=AMD64, PROCESSOR_IDENTIFIER=EM64T Family 6 Model 23 Stepping 6, GenuineIntel, PROCESSOR_LEVEL=6, PROCESSOR_REVISION=1706, PROGRAMFILES=C:\Program Files (x86), PROGRAMFILES(X86)=C:\Program Files (x86), PROGRAMW6432=C:\Program Files, PROMPT=$P$G, SESSIONNAME=Console, SRVM_CLASSPATH=C:\Oracle\product\11.1.0\db_1\jlib\srvm.jar;C:\Oracle\product\11.1.0\db_1\jlib\srvmhas.jar;C:\Oracle\product\11.1.0\db_1\jlib\srvmasm.jar, SYSTEMDRIVE=C:, SYSTEMROOT=C:\WINDOWS, TEMP=C:\WINDOWS\TEMP, TMP=C:\WINDOWS\TEMP, USERDNSDOMAIN=OMG-ASIA.COM, USERDOMAIN=OMG-ASIA, USERNAME=Administrator, USERPROFILE=C:\Documents and Settings\administrator.OMG-ASIA, WINDIR=C:\WINDOWS, XMLPARSER_CLASSPATH=C:\Oracle\product\11.1.0\db_1\lib\xmlparserv2.jar, __PROCESS_HISTORY=C:\database 11.1.0.6 32 bit\database 11.1.0.6 32 bit\setup.exe]
    Jun 26, 2013 2:02:07 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: CMD /C C:\Oracle\product\11.1.0\db_1\bin\emctl.bat deploy dbconsole C:\Oracle\product\11.1.0\db_1\dme001.omg-asia.com_dw01 dme001.omg-asia.com:3938 dme001.omg-asia.com dw01
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 0
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Execution of CMD /C C:\Oracle\product\11.1.0\db_1\bin\emctl.bat deploy dbconsole C:\Oracle\product\11.1.0\db_1\dme001.omg-asia.com_dw01 dme001.omg-asia.com:3938 dme001.omg-asia.com dw01  completed successfully
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Creating shared install...
    Source location: C:\Oracle\product\11.1.0\db_1
    Destination (shared install) : C:\Oracle\product\11.1.0\db_1\dme001.omg-asia.com_dw01
    DeployMode : dbconsole
    Creating directories...
    Setting console properties ...
    Setting log and trace files locations for Console ...
    Setting log and trace files locations for Agent ...
    Service "OracleDBConsoledw01" create SUCCESS
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.EMAgentConfig updateDBControlPort
    CONFIG: Setting https port as: -1
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\dme001.omg-asia.com_dw01\sysman\config\emoms.properties.emca.util.tmp to C:\Oracle\product\11.1.0\db_1\dme001.omg-asia.com_dw01\sysman\config\emoms.properties
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\dme001.omg-asia.com_dw01\sysman\config\emd.properties.emca.util.tmp to C:\Oracle\product\11.1.0\db_1\dme001.omg-asia.com_dw01\sysman\config\emd.properties
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\dme001.omg-asia.com_dw01\sysman\config\emd.properties.emca.util.tmp to C:\Oracle\product\11.1.0\db_1\dme001.omg-asia.com_dw01\sysman\config\emd.properties
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.PlatformInterface getEnvProps
    CONFIG: Returning env array from cache
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.PlatformInterface getSortedEnvArray
    CONFIG: New Env List: [ALLUSERSPROFILE=C:\Documents and Settings\All Users, APPDATA=C:\Documents and Settings\administrator.OMG-ASIA\Application Data, ASSISTANTS_COMMON_CLASSPATH=C:\Oracle\product\11.1.0\db_1\assistants\jlib\assistantsCommon.jar, BALISHARE_CLASSPATH=C:\Oracle\product\11.1.0\db_1\jlib\share.jar, CLASSPATH=C:\Oracle\product\11.1.0\db_1\assistants\dbca\jlib\dbca.jar, CLUSTERLOG=C:\WINDOWS\Cluster\cluster.log, COMMONPROGRAMFILES=C:\Program Files (x86)\Common Files, COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files, COMMONPROGRAMW6432=C:\Program Files\Common Files, COMPUTERNAME=DME001, COMSPEC=C:\WINDOWS\system32\cmd.exe, DBCA_CLASSPATH=C:\Oracle\product\11.1.0\db_1\assistants\dbca\jlib\dbca.jar, DVCA_CLASSPATH=C:\Oracle\product\11.1.0\db_1\dv\jlib\dvca.jar, EM_CLASSPATH=C:\Oracle\product\11.1.0\db_1\classes;C:\Oracle\product\11.1.0\db_1\jlib\oemlt.jar;C:\Oracle\product\11.1.0\db_1\jlib\emca.jar;C:\Oracle\product\11.1.0\db_1\sysman\jlib\emCORE.jar;C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\home\oc4j.jar;C:\Oracle\product\11.1.0\db_1\oc4j\j2ee\home\db_oc4j_deploy.jar;C:\Oracle\product\11.1.0\db_1\jlib\emConfigInstall.jar, EWT_CLASSPATH=C:\Oracle\product\11.1.0\db_1\jlib\ewt3.jar;C:\Oracle\product\11.1.0\db_1\jlib\ewtcompat-3_3_15.jar, FP_NO_HOST_CHECK=NO, GDK_CLASSPATH=C:\Oracle\product\11.1.0\db_1\jlib\orai18n.jar, HELPJAR_CLASSPATH=C:\Oracle\product\11.1.0\db_1\assistants\dbca\doc\dbcahelp.jar;C:\Oracle\product\11.1.0\db_1\assistants\dbca\doc\dbcahelp_es.jar;C:\Oracle\product\11.1.0\db_1\assistants\dbca\doc\dbcahelp_de.jar;C:\Oracle\product\11.1.0\db_1\assistants\dbca\doc\dbcahelp_fr.jar;C:\Oracle\product\11.1.0\db_1\assistants\dbca\doc\dbcahelp_it.jar;C:\Oracle\product\11.1.0\db_1\assistants\dbca\doc\dbcahelp_ko.jar;C:\Oracle\product\11.1.0\db_1\assistants\dbca\doc\dbcahelp_pt_BR.jar;C:\Oracle\product\11.1.0\db_1\assistants\dbca\doc\dbcahelp_zh_CN.jar;C:\Oracle\product\11.1.0\db_1\assistants\dbca\doc\dbcahelp_zh_TW.jar, HELP_CLASSPATH=C:\Oracle\product\11.1.0\db_1\jlib\help4.jar;C:\Oracle\product\11.1.0\db_1\jlib\jewt4.jar, HOMEDRIVE=C:, HOMEPATH=\Documents and Settings\administrator.OMG-ASIA, ICE_BROWSER_CLASSPATH=C:\Oracle\product\11.1.0\db_1\jlib\oracle_ice5.jar, INSTALLER_CLASSPATH=C:\Oracle\product\11.1.0\db_1\oui\jlib\OraInstaller.jar, JDBC_CLASSPATH=C:\Oracle\product\11.1.0\db_1\jdbc\lib\ojdbc5.jar, KODIAK_CLASSPATH=C:\Oracle\product\11.1.0\db_1\jlib\kodiak.jar, LD_LIBRARY_PATH=C:\Oracle\product\11.1.0\db_1\lib32;C:\Oracle\product\11.1.0\db_1\lib;C:\Oracle\product\11.1.0\db_1\perl\lib;null, LOGONSERVER=\\DOMAIN-SERVER-2, NETCFG_CLASSPATH=C:\Oracle\product\11.1.0\db_1\jlib\ldapjclnt11.jar;C:\Oracle\product\11.1.0\db_1\jlib\netcfg.jar;C:\Oracle\product\11.1.0\db_1\jlib\ojmisc.jar;C:\Oracle\product\11.1.0\db_1\jlib\oraclepki103.jar;C:\Oracle\product\11.1.0\db_1\jlib\opm.jar, NUMBER_OF_PROCESSORS=4, OH=C:\Oracle\product\11.1.0\db_1, ORACLE_BASE=C:\Oracle, OS=Windows_NT, PATH=C:\Oracle\product\11.1.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\SPSSInc\PASWStatistics18DataFileDriver\Standalone\ip\bin;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\WINDOWS\system32\WindowsPowerShell\v1.0, PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.PSC1, PERL5LIB=C:\Oracle\product\11.1.0\db_1\sysman\admin\scripts;C:\Oracle\product\11.1.0\db_1\bin;, PROCESSOR_ARCHITECTURE=x86, PROCESSOR_ARCHITEW6432=AMD64, PROCESSOR_IDENTIFIER=EM64T Family 6 Model 23 Stepping 6, GenuineIntel, PROCESSOR_LEVEL=6, PROCESSOR_REVISION=1706, PROGRAMFILES=C:\Program Files (x86), PROGRAMFILES(X86)=C:\Program Files (x86), PROGRAMW6432=C:\Program Files, PROMPT=$P$G, SESSIONNAME=Console, SRVM_CLASSPATH=C:\Oracle\product\11.1.0\db_1\jlib\srvm.jar;C:\Oracle\product\11.1.0\db_1\jlib\srvmhas.jar;C:\Oracle\product\11.1.0\db_1\jlib\srvmasm.jar, SYSTEMDRIVE=C:, SYSTEMROOT=C:\WINDOWS, TEMP=C:\WINDOWS\TEMP, TMP=C:\WINDOWS\TEMP, USERDNSDOMAIN=OMG-ASIA.COM, USERDOMAIN=OMG-ASIA, USERNAME=Administrator, USERPROFILE=C:\Documents and Settings\administrator.OMG-ASIA, WINDIR=C:\WINDOWS, XMLPARSER_CLASSPATH=C:\Oracle\product\11.1.0\db_1\lib\xmlparserv2.jar, __PROCESS_HISTORY=C:\database 11.1.0.6 32 bit\database 11.1.0.6 32 bit\setup.exe]
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: C:/Oracle/product/11.1.0/db_1/perl/5.8.3/bin/MSWin32-x86-multi-thread\perl.exe C:\Oracle\product\11.1.0\db_1\bin\targetdeploy.pl C:\Oracle\product\11.1.0\db_1\dme001.omg-asia.com_dw01 dme001.omg-asia.com dw01
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 0
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Execution of C:/Oracle/product/11.1.0/db_1/perl/5.8.3/bin/MSWin32-x86-multi-thread\perl.exe C:\Oracle\product\11.1.0\db_1\bin\targetdeploy.pl C:\Oracle\product\11.1.0\db_1\dme001.omg-asia.com_dw01 dme001.omg-asia.com dw01  completed successfully
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Creating targets.xml in state directories...
    Source location: C:/Oracle/product/11.1.0/db_1
    Destination : C:\Oracle\product\11.1.0\db_1\dme001.omg-asia.com_dw01
    Creating directories...
    Creating targets.xml...
    Done.
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.EMAgentConfig createAgentTimeStampFile
    CONFIG: Creating agntstmp.txt file. oh: C:\Oracle\product\11.1.0\db_1 stateDir: C:\Oracle\product\11.1.0\db_1\dme001.omg-asia.com_dw01 host: dme001.omg-asia.com
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.EMAgentConfig createAgentTimeStampFile
    CONFIG: File: C:\Oracle\product\11.1.0\db_1\sysman\emd\agntstmp.txt.dw01 does not exists
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.EMAgentConfig instantiateEMConfigFiles
    CONFIG: Successfully deployed state dirs for dme001.omg-asia.com
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.EMAgentConfig performConfiguration
    CONFIG: Successfully updated agent config files
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\sysman\config\emd.properties.emca.tmp to C:\Oracle\product\11.1.0\db_1\sysman\config\emd.properties
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file C:\Oracle\product\11.1.0\db_1\sysman\config\emd.properties.emca.tmp has been copied to C:\Oracle\product\11.1.0\db_1\sysman\config\emd.properties
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\sysman\emd\targets.xml.emca.tmp to C:\Oracle\product\11.1.0\db_1\sysman\emd\targets.xml
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file C:\Oracle\product\11.1.0\db_1\sysman\emd\targets.xml.emca.tmp has been copied to C:\Oracle\product\11.1.0\db_1\sysman\emd\targets.xml
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.PortManager addPortEntries
    CONFIG: Updating file C:\Oracle\product\11.1.0\db_1\install\portlist.ini ...
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\install\portlist.ini to C:\Oracle\product\11.1.0\db_1\install\portlist.ini.emca.util.tmp
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file C:\Oracle\product\11.1.0\db_1\install\portlist.ini has been copied to C:\Oracle\product\11.1.0\db_1\install\portlist.ini.emca.util.tmp
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.PortManager addPortEntries
    CONFIG: Writing the selected ports to portlist.ini
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\install\portlist.ini.emca.util.tmp to C:\Oracle\product\11.1.0\db_1\install\portlist.ini
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.PortManager addPortEntries
    CONFIG: File C:\Oracle\product\11.1.0\db_1\install\portlist.ini is successfully updated
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.PortManager addPortEntries
    CONFIG: Updating file C:\Oracle\product\11.1.0\db_1\install\portlist.ini ...
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\install\portlist.ini to C:\Oracle\product\11.1.0\db_1\install\portlist.ini.emca.util.tmp
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file C:\Oracle\product\11.1.0\db_1\install\portlist.ini has been copied to C:\Oracle\product\11.1.0\db_1\install\portlist.ini.emca.util.tmp
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.PortManager addPortEntries
    CONFIG: Writing the selected ports to portlist.ini
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\Oracle\product\11.1.0\db_1\install\portlist.ini.emca.util.tmp to C:\Oracle\product\11.1.0\db_1\install\portlist.ini
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.PortManager addPortEntries
    CONFIG: File C:\Oracle\product\11.1.0\db_1\install\portlist.ini is successfully updated
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter EM_SWLIB_STAGE_LOC.
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.DBControlUtil configureSoftwareLib
    CONFIG: Configuring Software Library
    Jun 26, 2013 2:02:08 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: dw01, oracleHome: C:\Oracle\product\11.1.0\db_1, and user: SYSMAN
    Jun 26, 2013 2:02:09 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jun 26, 2013 2:02:09 PM oracle.sysman.emcp.util.DBControlUtil configureSoftwareLib
    INFO: Software library configured successfully.
    Jun 26, 2013 2:02:09 PM oracle.sysman.emcp.EMDBPostConfig configureSoftwareLibrary
    INFO: Deploying Provisioning archives ...
    Jun 26, 2013 2:02:09 PM oracle.sysman.emcp.util.PlatformInterface addEnvVarToList
    CONFIG: Value for env var 'TZ' is '', discarding the sam

    Unfortunatley, it appears oracle isn't running anywhere
    The install apps wizard says everything is installed ok, but as I keep mentioning... it appears there are not oracle services running.
    Before you create a db, are there any oracle services running?
    Doesn't oracle install some web server? Where is it?
    Is there some other diagnostic I can run?
    I've uninstalled and reinstalled oracle already, to no avail.
    Thanks again..
    C:\oracle>type install\portlist.ini
    iSQL*Plus HTTP port number =5560
    Enterprise Manager Console HTTP Port (test) = 1158
    Enterprise Manager Agent Port (test) = 3938
    C:\oracle>telnet localhost 5560
    Connecting To localhost...Could not open connection to the host, on port 5560: C
    onnect failed
    C:\oracle>telnet localhost 1158
    Connecting To localhost...Could not open connection to the host, on port 1158: C
    onnect failed
    C:\oracle>telnet localhost 3938
    Connecting To localhost...Could not open connection to the host, on port 3938: C
    onnect failed
    C:\oracle>telnet localhost 5500
    Connecting To localhost...Could not open connection to the host, on port 5500: C
    onnect failed

  • MBP appears to start up in safe boot!?

    I have a MBP running 10.6.8
    At start up it appears to be starting in Safe Boot without me wanting it to. ie grey screen, apple logo, progress bar in darker grey. This takes about 10 mins.
    When it has completed this is is not actually in Safe Boot/Mode but behaves perfectly normal.
    It started doing this about 3 months ago for no reason I can fathom.
    I have actually started up in Safe Boot successfully to try and kick start the MBP into behaving normally, with no success. I have also reset thr PRAM etc.
    Even though the MBP behaves well after start up it is annoyning that it has to take 10 mins to do so each time. Also there is obviously something wrong, which is worrying.
    Any help appreciated, Thanks.

    Thanks roam
    Here is the log:
    Oct 21 13:05:28 localhost bootlog[0]: BOOT_TIME 1382357128 0
    Oct 21 13:16:04 localhost fseventsd[20]: event logs in /.fseventsd out of sync with volume.  destroying old logs. (4 635 1991)
    Oct 21 13:16:04 localhost fseventsd[20]: log dir: /.fseventsd getting new uuid: 686002ED-DD91-4FAC-B4E6-9F86B322D234
    Oct 21 13:05:30 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    Oct 21 13:15:59 localhost com.apple.launchd[1] (com.xrite.device.xrdd.plist): Unknown key for string: CFBundleVersion
    Oct 21 13:15:59 localhost com.apple.launchd[1] (com.xrite.device.xrdd.plist): Unknown key: CFBundleVersion
    Oct 21 13:15:59 localhost com.apple.launchd[1] (com.apple.powerd): Unknown value for key POSIXSpawnType: Interactive
    Oct 21 13:15:59 localhost com.apple.launchd[1] (com.apple.sandboxd): Unknown value for key POSIXSpawnType: Interactive
    Oct 21 13:15:59 localhost com.apple.launchd[1] (com.apple.usbmuxd): Unknown value for key POSIXSpawnType: Interactive
    Oct 21 13:16:05 localhost UserEventAgent[14]: starting CaptiveNetworkSupport as SystemEventAgent built Jun 13 2011 17:29:21
    Oct 21 13:16:05 localhost UserEventAgent[14]: WirelessAirPortDeviceNameCopy(): no BSD interface name found for object 29191
    Oct 21 13:16:05 localhost UserEventAgent[14]: CaptiveNetworkSupport:CaptiveSCCopyWiFiDevices:388 WiFi Device Name == NULL
    Oct 21 13:16:05 localhost UserEventAgent[14]: CertsKeychainMonitor: configuring
    Oct 21 13:16:07 localhost mDNSResponder[15]: mDNSResponder mDNSResponder-320.16 (Jul 19 2012 21:07:07) starting OSXVers 11
    Oct 21 13:16:11 localhost systemkeychain[34]: done file: /var/run/systemkeychaincheck.done
    Oct 21 13:16:11 localhost mDNSResponder[15]: D2D_IPC: Loaded
    Oct 21 13:16:11 localhost mDNSResponder[15]: D2DInitialize succeeded
    Oct 21 13:16:11 localhost mDNSResponder[15]: mDNSPlatformSetDNSConfig: Error: dns_configuration_copy returned NULL
    Oct 21 13:16:11: --- last message repeated 3 times ---
    Oct 21 13:16:11 localhost UserEventAgent[14]: ServermgrdRegistration cannot load config data
    Oct 21 13:16:13 localhost mDNSResponder[15]: mDNSPlatformSetDNSConfig: Error: dns_configuration_copy returned NULL
    Oct 21 13:16:15: --- last message repeated 1 time ---
    Oct 21 13:16:15 localhost com.apple.pfctl[67]: No ALTQ support in kernel
    Oct 21 13:16:15 localhost com.apple.pfctl[67]: ALTQ related functions disabled
    Oct 21 13:16:15 localhost com.apple.ucupdate.plist[60]: ucupdate: Checked 1 update, no match found.
    Oct 21 13:16:17 localhost SierraDevSupport[89]: Version 1.1.2, Global mode - 1 (Automatic)
    Oct 21 13:16:21 localhost com.apple.usbmuxd[59]: usbmuxd-323 on Jul 29 2013 at 23:21:29, running 64 bit
    Oct 21 13:16:24 localhost mds[70]: (Normal) FMW: FMW 0 0
    Oct 21 13:16:24 localhost airportd[36]: _processDLILEvent: en1 attached (down)
    Oct 21 13:16:25 localhost UserEventAgent[14]: CaptiveNetworkSupport:CreateInterfaceWatchList:2788 WiFi Devices Found.
    Oct 21 13:16:25 localhost UserEventAgent[14]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    Oct 21 13:16:25 localhost UserEventAgent[14]: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    Oct 21 13:16:25: --- last message repeated 1 time ---
    Oct 21 13:16:25 localhost UserEventAgent[14]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    Oct 21 13:16:25 localhost UserEventAgent[14]: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    Oct 21 13:16:25: --- last message repeated 1 time ---
    Oct 21 13:16:25 localhost UserEventAgent[14]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    Oct 21 13:16:25 localhost loginwindow[72]: Login Window Application Started
    Oct 21 13:16:27 localhost mDNSResponder[15]: mDNSPlatformSetDNSConfig: Error: dns_configuration_copy returned NULL
    Oct 21 13:16:28: --- last message repeated 1 time ---
    Oct 21 13:16:28 localhost configd[19]: bootp_session_transmit: bpf_write(en1) failed: Network is down (50)
    Oct 21 13:16:28 localhost configd[19]: DHCP en1: INIT-REBOOT transmit failed
    Oct 21 13:16:28 localhost configd[19]: network configuration changed.
    Oct 21 13:16:28 Paulas-MacBook-Pro configd[19]: setting hostname to "Paulas-MacBook-Pro.local"
    Oct 21 13:16:29 Paulas-MacBook-Pro netbiosd[98]: Unable to start NetBIOS name service:
    Oct 21 13:16:35 Paulas-MacBook-Pro configd[19]: network configuration changed.
    Oct 21 13:16:35 Paulas-MacBook-Pro UserEventAgent[14]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Probe
    Oct 21 13:16:35 Paulas-MacBook-Pro UserEventAgent[14]: CaptiveNetworkSupport:CNSPreferencesBuildSSIDLookup:278 ssidLookup:
    Oct 21 13:16:35 Paulas-MacBook-Pro UserEventAgent[14]:   <empty>
    Oct 21 13:16:37 Paulas-MacBook-Pro UserEventAgent[14]: CaptiveNetworkSupport:CaptiveStartDetect:2343 Bypassing probe on Las Vegas because it is protected and not on the exception list
    Oct 21 13:16:37 Paulas-MacBook-Pro UserEventAgent[14]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Unknown
    Oct 21 13:16:37 Paulas-MacBook-Pro configd[19]: network configuration changed.
    Oct 21 13:16:37 Paulas-MacBook-Pro ntpd[54]: proto: precision = 1.000 usec
    Oct 21 13:16:37 Paulas-MacBook-Pro airportd[36]: _doAutoJoin: Already associated to “Las Vegas”. Bailing on auto-join.
    Oct 21 13:16:38 Paulas-MacBook-Pro loginwindow[72]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    Oct 21 13:16:38 Paulas-MacBook-Pro XProtectUpdater[57]: Ignoring new signature plist: Not an increase in version
    Oct 21 13:16:38 Paulas-MacBook-Pro com.apple.launchd[1] (com.apple.xprotectupdater[57]): Exited with code: 252
    Oct 21 13:16:42 Paulas-MacBook-Pro UserEventAgent[14]: [14] error in getAndLockContext: open returned -1 (errno=2)  file was /private/var/servermgrd//servermgr_certs.lock
    Oct 21 13:16:42: --- last message repeated 1 time ---
    Oct 21 13:16:42 Paulas-MacBook-Pro UserEventAgent[14]: CertsKeychainMonitor: ready to process keychain & timer events
    Oct 21 13:16:42 Paulas-MacBook-Pro com.apple.launchctl.Background[114]: launchctl: Dubious ownership on file (skipping): /Library/LaunchAgents/com.epson.epw.agent.plist
    Oct 21 13:16:42 Paulas-MacBook-Pro com.apple.launchctl.LoginWindow[116]: launchctl: Dubious ownership on file (skipping): /Library/LaunchAgents/com.epson.epw.agent.plist
    Oct 21 13:16:42 Paulas-MacBook-Pro com.apple.launchctl.LoginWindow[116]: com.apple.findmymacmessenger: Already loaded
    Oct 21 13:16:42 Paulas-MacBook-Pro airportd[36]: _doAutoJoin: Already associated to “Las Vegas”. Bailing on auto-join.
    Oct 21 13:16:42 Paulas-MacBook-Pro loginwindow[72]: Login Window Started Security Agent
    Oct 21 13:16:42 Paulas-MacBook-Pro SecurityAgent[125]: Echo enabled
    Oct 21 13:16:43 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd[90]): Job appears to have crashed: Bus error: 10
    Oct 21 13:16:43 Paulas-MacBook-Pro ReportCrash[96]: Saved crash report for hasplmd[90] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2013-10-21-131643_localhost.crash
    Oct 21 13:16:43 Paulas-MacBook-Pro ReportCrash[96]: Removing excessive log: file://localhost/Library/Logs/DiagnosticReports/hasplmd_2013-10-21-123932_local host.crash
    Oct 21 13:16:44 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd[131]): Job appears to have crashed: Bus error: 10
    Oct 21 13:16:44 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd): Throttling respawn: Will start in 10 seconds
    Oct 21 13:16:44 Paulas-MacBook-Pro ReportCrash[96]: Saved crash report for hasplmd[131] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2013-10-21-131644_localhost.crash
    Oct 21 13:16:44 Paulas-MacBook-Pro ReportCrash[96]: Removing excessive log: file://localhost/Library/Logs/DiagnosticReports/hasplmd_2013-10-21-123942_local host.crash
    Oct 21 13:16:44 Paulas-MacBook-Pro com.apple.launchctl.Background[137]: launchctl: Dubious ownership on file (skipping): /Library/LaunchAgents/com.epson.epw.agent.plist
    Oct 21 13:16:44 Paulas-MacBook-Pro WindowServer[97]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    Oct 21 13:16:44 Paulas-MacBook-Pro TabletDriver[122]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/ConsumerTouchDriver.app
    Oct 21 13:16:44 Paulas-MacBook-Pro com.wacom.pentablet[122]: Oct 21 13:16:44 Paulas-MacBook-Pro.local TabletDriver[122] <Error>: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/ConsumerTouchDriver.app
    Oct 21 13:16:44 Paulas-MacBook-Pro TabletDriver[121]: Finish launching /Library/Application Support/Tablet/WacomTabletDriver.app/Contents/Resources/WacomTouchDriver.app
    Oct 21 13:16:44 Paulas-MacBook-Pro com.wacom.wacomtablet[121]: Oct 21 13:16:44 Paulas-MacBook-Pro.local TabletDriver[121] <Error>: Finish launching /Library/Application Support/Tablet/WacomTabletDriver.app/Contents/Resources/WacomTouchDriver.app
    Oct 21 13:16:44 Paulas-MacBook-Pro TabletDriver[121]: Finish launching /Library/Application Support/Tablet/WacomTabletDriver.app/Contents/Resources/TabletDriver.app
    Oct 21 13:16:44 Paulas-MacBook-Pro com.wacom.wacomtablet[121]: Oct 21 13:16:44 Paulas-MacBook-Pro.local TabletDriver[121] <Error>: Finish launching /Library/Application Support/Tablet/WacomTabletDriver.app/Contents/Resources/TabletDriver.app
    Oct 21 13:16:54 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd[141]): Job appears to have crashed: Bus error: 10
    Oct 21 13:16:54 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd): Throttling respawn: Will start in 10 seconds
    Oct 21 13:16:54 Paulas-MacBook-Pro ReportCrash[96]: Saved crash report for hasplmd[141] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2013-10-21-131654_localhost.crash
    Oct 21 13:16:54 Paulas-MacBook-Pro ReportCrash[96]: Removing excessive log: file://localhost/Library/Logs/DiagnosticReports/hasplmd_2013-10-21-123953_local host.crash
    Oct 21 13:17:04 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd[142]): Job appears to have crashed: Bus error: 10
    Oct 21 13:17:04 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd): Throttling respawn: Will start in 10 seconds
    Oct 21 13:17:04 Paulas-MacBook-Pro ReportCrash[96]: Saved crash report for hasplmd[142] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2013-10-21-131704_localhost.crash
    Oct 21 13:17:04 Paulas-MacBook-Pro ReportCrash[96]: Removing excessive log: file://localhost/Library/Logs/DiagnosticReports/hasplmd_2013-10-21-124003_local host.crash
    Oct 21 13:17:14 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd[143]): Job appears to have crashed: Bus error: 10
    Oct 21 13:17:14 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd): Throttling respawn: Will start in 10 seconds
    Oct 21 13:17:14 Paulas-MacBook-Pro ReportCrash[96]: Saved crash report for hasplmd[143] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2013-10-21-131714_localhost.crash
    Oct 21 13:17:14 Paulas-MacBook-Pro ReportCrash[96]: Removing excessive log: file://localhost/Library/Logs/DiagnosticReports/hasplmd_2013-10-21-124013_local host.crash
    Oct 21 13:17:24 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd[144]): Job appears to have crashed: Bus error: 10
    Oct 21 13:17:24 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd): Throttling respawn: Will start in 10 seconds
    Oct 21 13:17:24 Paulas-MacBook-Pro ReportCrash[96]: Saved crash report for hasplmd[144] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2013-10-21-131724_localhost.crash
    Oct 21 13:17:24 Paulas-MacBook-Pro ReportCrash[96]: Removing excessive log: file://localhost/Library/Logs/DiagnosticReports/hasplmd_2013-10-21-124023_local host.crash
    Oct 21 13:17:34 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd[145]): Job appears to have crashed: Bus error: 10
    Oct 21 13:17:34 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd): Throttling respawn: Will start in 10 seconds
    Oct 21 13:17:34 Paulas-MacBook-Pro ReportCrash[146]: Saved crash report for hasplmd[145] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2013-10-21-131734_localhost.crash
    Oct 21 13:17:34 Paulas-MacBook-Pro ReportCrash[146]: Removing excessive log: file://localhost/Library/Logs/DiagnosticReports/hasplmd_2013-10-21-124033_local host.crash
    Oct 21 13:17:44 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd[147]): Job appears to have crashed: Bus error: 10
    Oct 21 13:17:44 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd): Throttling respawn: Will start in 10 seconds
    Oct 21 13:17:44 Paulas-MacBook-Pro ReportCrash[146]: Saved crash report for hasplmd[147] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2013-10-21-131744_localhost.crash
    Oct 21 13:17:44 Paulas-MacBook-Pro ReportCrash[146]: Removing excessive log: file://localhost/Library/Logs/DiagnosticReports/hasplmd_2013-10-21-124043_local host.crash
    Oct 21 13:17:54 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd[148]): Job appears to have crashed: Bus error: 10
    Oct 21 13:17:54 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd): Throttling respawn: Will start in 10 seconds
    Oct 21 13:17:54 Paulas-MacBook-Pro ReportCrash[146]: Saved crash report for hasplmd[148] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2013-10-21-131754_localhost.crash
    Oct 21 13:17:54 Paulas-MacBook-Pro ReportCrash[146]: Removing excessive log: file://localhost/Library/Logs/DiagnosticReports/hasplmd_2013-10-21-124053_local host.crash
    Oct 21 13:18:02 Paulas-MacBook-Pro com.apple.launchctl.Background[152]: launchctl: Dubious ownership on file (skipping): /Library/LaunchAgents/com.epson.epw.agent.plist
    Oct 21 13:18:05 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd[161]): Job appears to have crashed: Bus error: 10
    Oct 21 13:18:05 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd): Throttling respawn: Will start in 10 seconds
    Oct 21 13:18:05 Paulas-MacBook-Pro ReportCrash[146]: Saved crash report for hasplmd[161] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2013-10-21-131805_localhost.crash
    Oct 21 13:18:05 Paulas-MacBook-Pro ReportCrash[146]: Removing excessive log: file://localhost/Library/Logs/DiagnosticReports/hasplmd_2013-10-21-124103_local host.crash
    Oct 21 13:18:15 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd[163]): Job appears to have crashed: Bus error: 10
    Oct 21 13:18:15 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd): Throttling respawn: Will start in 10 seconds
    Oct 21 13:18:15 Paulas-MacBook-Pro ReportCrash[146]: Saved crash report for hasplmd[163] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2013-10-21-131815_localhost.crash
    Oct 21 13:18:15 Paulas-MacBook-Pro ReportCrash[146]: Removing excessive log: file://localhost/Library/Logs/DiagnosticReports/hasplmd_2013-10-21-124114_local host.crash
    Oct 21 13:18:25 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd[164]): Job appears to have crashed: Bus error: 10
    Oct 21 13:18:25 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd): Throttling respawn: Will start in 10 seconds
    Oct 21 13:18:25 Paulas-MacBook-Pro ReportCrash[146]: Saved crash report for hasplmd[164] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2013-10-21-131825_localhost.crash
    Oct 21 13:18:25 Paulas-MacBook-Pro ReportCrash[146]: Removing excessive log: file://localhost/Library/Logs/DiagnosticReports/hasplmd_2013-10-21-124124_local host.crash
    Oct 21 13:18:31 Paulas-MacBook-Pro SecurityAgent[125]: User info context values set for paulabeetlestone
    Oct 21 13:18:31 Paulas-MacBook-Pro SecurityAgent[125]: Login Window login proceeding
    Oct 21 13:18:32 Paulas-MacBook-Pro loginwindow[72]: Login Window - Returned from Security Agent
    Oct 21 13:18:32 Paulas-MacBook-Pro loginwindow[72]: USER_PROCESS: 72 console
    Oct 21 13:18:32 Paulas-MacBook-Pro applepushserviced[86]: Unable to bootstrap_lookup connection port for 'com.apple.iCalPush': unknown error code
    Oct 21 13:18:32 Paulas-MacBook-Pro applepushserviced[86]: Unable to bootstrap_lookup connection port for 'com.apple.AddressBook.PushNotification': unknown error code
    Oct 21 13:18:32 Paulas-MacBook-Pro applepushserviced[86]: Unable to bootstrap_lookup connection port for 'com.apple.syncdefaultsd.push': unknown error code
    Oct 21 13:18:32 Paulas-MacBook-Pro applepushserviced[86]: Unable to bootstrap_lookup connection port for 'com.apple.safaridavclient.push': unknown error code
    Oct 21 13:18:32 Paulas-MacBook-Pro com.apple.launchd[1] ([0x0-0x8008].com.wacom.Wacom_TouchDriver[135]): Exited with code: 255
    Oct 21 13:18:32 Paulas-MacBook-Pro com.apple.launchd[1] (com.wacom.pentablet[122]): Exited with code: 255
    Oct 21 13:18:32 Paulas-MacBook-Pro com.apple.launchd[1] ([0x0-0x7007].com.wacom.Consumer_TouchDriver[134]): Exited with code: 255
    Oct 21 13:18:32 Paulas-MacBook-Pro com.apple.launchd[1] (com.wacom.wacomtablet[121]): Exited with code: 255
    Oct 21 13:18:32 Paulas-MacBook-Pro airportd[166]: _doAutoJoin: Already associated to “Las Vegas”. Bailing on auto-join.
    Oct 21 13:18:32 Paulas-MacBook-Pro com.apple.launchd.peruser.501[150] (com.apple.AirPortBaseStationAgent): Unknown value for key POSIXSpawnType: Background
    Oct 21 13:18:32 Paulas-MacBook-Pro com.apple.launchd.peruser.501[150] (com.apple.ReportCrash): Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    Oct 21 13:18:32 Paulas-MacBook-Pro com.apple.launchctl.Aqua[168]: load: option requires an argument -- D
    Oct 21 13:18:32 Paulas-MacBook-Pro com.apple.launchctl.Aqua[168]: usage: launchctl load [-wF] [-D <user|local|network|system|all>] paths...
    Oct 21 13:18:32 Paulas-MacBook-Pro com.apple.launchd.peruser.501[150] (com.apple.launchctl.Aqua[168]): Exited with code: 1
    Oct 21 13:18:33 Paulas-MacBook-Pro UserEventAgent[14]: CaptiveNetworkSupport:CNSServerRegisterUserAgent:187 new user agent port: 43311
    Oct 21 13:18:35 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd[185]): Job appears to have crashed: Bus error: 10
    Oct 21 13:18:35 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd): Throttling respawn: Will start in 10 seconds
    Oct 21 13:18:36 Paulas-MacBook-Pro ReportCrash[186]: Saved crash report for hasplmd[185] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2013-10-21-131836_localhost.crash
    Oct 21 13:18:36 Paulas-MacBook-Pro ReportCrash[186]: Removing excessive log: file://localhost/Library/Logs/DiagnosticReports/hasplmd_2013-10-21-124134_local host.crash
    Oct 21 13:18:40 Paulas-MacBook-Pro com.apple.dock.extra[188]: Could not connect the action buttonPressed: to target of class NSApplication
    Oct 21 13:18:40 Paulas-MacBook-Pro com.apple.dock.extra[188]: 2013-10-21 13:18:40.803 com.apple.dock.extra[188:1a07] Could not connect the action buttonPressed: to target of class NSApplication
    Oct 21 13:18:40 Paulas-MacBook-Pro com.apple.dock.extra[188]: Could not connect the action buttonPressed: to target of class NSApplication
    Oct 21 13:18:40 Paulas-MacBook-Pro com.apple.dock.extra[188]: 2013-10-21 13:18:40.846 com.apple.dock.extra[188:1a07] Could not connect the action buttonPressed: to target of class NSApplication
    Oct 21 13:18:40 Paulas-MacBook-Pro com.apple.dock.extra[188]: Could not connect the action buttonPressed: to target of class NSApplication
    Oct 21 13:18:40 Paulas-MacBook-Pro com.apple.dock.extra[188]: 2013-10-21 13:18:40.846 com.apple.dock.extra[188:1a07] Could not connect the action buttonPressed: to target of class NSApplication
    Oct 21 13:18:40 Paulas-MacBook-Pro com.apple.dock.extra[188]: Could not connect the action buttonPressed: to target of class NSApplication
    Oct 21 13:18:40 Paulas-MacBook-Pro com.apple.dock.extra[188]: 2013-10-21 13:18:40.847 com.apple.dock.extra[188:1a07] Could not connect the action buttonPressed: to target of class NSApplication
    Oct 21 13:18:41 Paulas-MacBook-Pro com.apple.launchd.peruser.501[150] (com.apple.mrt.uiagent[192]): Exited with code: 255
    Oct 21 13:18:41 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd): Throttling respawn: Will start in 4 seconds
    Oct 21 13:18:43 Paulas-MacBook-Pro TabletDriver[200]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/ConsumerTouchDriver.app
    Oct 21 13:18:43 Paulas-MacBook-Pro com.wacom.pentablet[200]: Oct 21 13:18:43 Paulas-MacBook-Pro.local TabletDriver[200] <Error>: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/ConsumerTouchDriver.app
    Oct 21 13:18:43 Paulas-MacBook-Pro TabletDriver[199]: Finish launching /Library/Application Support/Tablet/WacomTabletDriver.app/Contents/Resources/WacomTouchDriver.app
    Oct 21 13:18:43 Paulas-MacBook-Pro com.wacom.wacomtablet[199]: Oct 21 13:18:43 Paulas-MacBook-Pro.local TabletDriver[199] <Error>: Finish launching /Library/Application Support/Tablet/WacomTabletDriver.app/Contents/Resources/WacomTouchDriver.app
    Oct 21 13:18:43 Paulas-MacBook-Pro TabletDriver[199]: Finish launching /Library/Application Support/Tablet/WacomTabletDriver.app/Contents/Resources/TabletDriver.app
    Oct 21 13:18:43 Paulas-MacBook-Pro com.wacom.wacomtablet[199]: Oct 21 13:18:43 Paulas-MacBook-Pro.local TabletDriver[199] <Error>: Finish launching /Library/Application Support/Tablet/WacomTabletDriver.app/Contents/Resources/TabletDriver.app
    Oct 21 13:18:45 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd[218]): Job appears to have crashed: Bus error: 10
    Oct 21 13:18:45 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd): Throttling respawn: Will start in 10 seconds
    Oct 21 13:18:45 Paulas-MacBook-Pro ReportCrash[186]: Saved crash report for hasplmd[218] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2013-10-21-131845_localhost.crash
    Oct 21 13:18:45 Paulas-MacBook-Pro ReportCrash[186]: Removing excessive log: file://localhost/Library/Logs/DiagnosticReports/hasplmd_2013-10-21-124144_local host.crash
    Oct 21 13:18:50 Paulas-MacBook-Pro SecurityFixer[220]: No insecure startup items found!
    Oct 21 13:18:55 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd[221]): Job appears to have crashed: Bus error: 10
    Oct 21 13:18:55 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd): Throttling respawn: Will start in 10 seconds
    Oct 21 13:18:55 Paulas-MacBook-Pro ReportCrash[186]: Saved crash report for hasplmd[221] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2013-10-21-131855_localhost.crash
    Oct 21 13:18:55 Paulas-MacBook-Pro ReportCrash[186]: Removing excessive log: file://localhost/Library/Logs/DiagnosticReports/hasplmd_2013-10-21-124154_local host.crash
    Oct 21 13:19:06 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd[222]): Job appears to have crashed: Bus error: 10
    Oct 21 13:19:06 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd): Throttling respawn: Will start in 10 seconds
    Oct 21 13:19:06 Paulas-MacBook-Pro ReportCrash[186]: Saved crash report for hasplmd[222] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2013-10-21-131906_localhost.crash
    Oct 21 13:19:06 Paulas-MacBook-Pro ReportCrash[186]: Removing excessive log: file://localhost/Library/Logs/DiagnosticReports/hasplmd_2013-10-21-124204_local host.crash
    Oct 21 13:19:16 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd[224]): Job appears to have crashed: Bus error: 10
    Oct 21 13:19:16 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd): Throttling respawn: Will start in 10 seconds
    Oct 21 13:19:16 Paulas-MacBook-Pro ReportCrash[186]: Saved crash report for hasplmd[224] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2013-10-21-131916_localhost.crash
    Oct 21 13:19:16 Paulas-MacBook-Pro ReportCrash[186]: Removing excessive log: file://localhost/Library/Logs/DiagnosticReports/hasplmd_2013-10-21-124214_local host.crash
    Oct 21 13:19:26 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd[225]): Job appears to have crashed: Bus error: 10
    Oct 21 13:19:26 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd): Throttling respawn: Will start in 10 seconds
    Oct 21 13:19:26 Paulas-MacBook-Pro ReportCrash[186]: Saved crash report for hasplmd[225] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2013-10-21-131926_localhost.crash
    Oct 21 13:19:26 Paulas-MacBook-Pro ReportCrash[186]: Removing excessive log: file://localhost/Library/Logs/DiagnosticReports/hasplmd_2013-10-21-124225_local host.crash
    Oct 21 13:19:36 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd[227]): Job appears to have crashed: Bus error: 10
    Oct 21 13:19:36 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd): Throttling respawn: Will start in 10 seconds
    Oct 21 13:19:36 Paulas-MacBook-Pro ReportCrash[228]: Saved crash report for hasplmd[227] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2013-10-21-131936_localhost.crash
    Oct 21 13:19:36 Paulas-MacBook-Pro ReportCrash[228]: Removing excessive log: file://localhost/Library/Logs/DiagnosticReports/hasplmd_2013-10-21-124235_local host.crash
    Oct 21 13:19:46 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd[232]): Job appears to have crashed: Bus error: 10
    Oct 21 13:19:46 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd): Throttling respawn: Will start in 10 seconds
    Oct 21 13:19:46 Paulas-MacBook-Pro ReportCrash[228]: Saved crash report for hasplmd[232] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2013-10-21-131946_localhost.crash
    Oct 21 13:19:46 Paulas-MacBook-Pro ReportCrash[228]: Removing excessive log: file://localhost/Library/Logs/DiagnosticReports/hasplmd_2013-10-21-124245_local host.crash
    Oct 21 13:19:56 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd[234]): Job appears to have crashed: Bus error: 10
    Oct 21 13:19:56 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd): Throttling respawn: Will start in 10 seconds
    Oct 21 13:19:56 Paulas-MacBook-Pro ReportCrash[228]: Saved crash report for hasplmd[234] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2013-10-21-131956_localhost.crash
    Oct 21 13:19:56 Paulas-MacBook-Pro ReportCrash[228]: Removing excessive log: file://localhost/Library/Logs/DiagnosticReports/hasplmd_2013-10-21-131643_local host.crash
    Oct 21 13:20:06 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd[235]): Job appears to have crashed: Bus error: 10
    Oct 21 13:20:06 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd): Throttling respawn: Will start in 10 seconds
    Oct 21 13:20:06 Paulas-MacBook-Pro ReportCrash[228]: Saved crash report for hasplmd[235] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2013-10-21-132006_localhost.crash
    Oct 21 13:20:06 Paulas-MacBook-Pro ReportCrash[228]: Removing excessive log: file://localhost/Library/Logs/DiagnosticReports/hasplmd_2013-10-21-131644_local host.crash
    Oct 21 13:20:17 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd[237]): Job appears to have crashed: Bus error: 10
    Oct 21 13:20:17 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd): Throttling respawn: Will start in 10 seconds
    Oct 21 13:20:17 Paulas-MacBook-Pro ReportCrash[228]: Saved crash report for hasplmd[237] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2013-10-21-132017_localhost.crash
    Oct 21 13:20:17 Paulas-MacBook-Pro ReportCrash[228]: Removing excessive log: file://localhost/Library/Logs/DiagnosticReports/hasplmd_2013-10-21-131654_local host.crash
    Oct 21 13:20:27 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd[238]): Job appears to have crashed: Bus error: 10
    Oct 21 13:20:27 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd): Throttling respawn: Will start in 10 seconds
    Oct 21 13:20:27 Paulas-MacBook-Pro ReportCrash[228]: Saved crash report for hasplmd[238] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2013-10-21-132027_localhost.crash
    Oct 21 13:20:27 Paulas-MacBook-Pro ReportCrash[228]: Removing excessive log: file://localhost/Library/Logs/DiagnosticReports/hasplmd_2013-10-21-131704_local host.crash
    Oct 21 13:20:37 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd[239]): Job appears to have crashed: Bus error: 10
    Oct 21 13:20:37 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd): Throttling respawn: Will start in 10 seconds
    Oct 21 13:20:37 Paulas-MacBook-Pro ReportCrash[240]: Saved crash report for hasplmd[239] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2013-10-21-132037_localhost.crash
    Oct 21 13:20:37 Paulas-MacBook-Pro ReportCrash[240]: Removing excessive log: file://localhost/Library/Logs/DiagnosticReports/hasplmd_2013-10-21-131714_local host.crash
    Oct 21 13:20:47 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd[246]): Job appears to have crashed: Bus error: 10
    Oct 21 13:20:47 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd): Throttling respawn: Will start in 10 seconds
    Oct 21 13:20:47 Paulas-MacBook-Pro ReportCrash[240]: Saved crash report for hasplmd[246] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2013-10-21-132047_localhost.crash
    Oct 21 13:20:47 Paulas-MacBook-Pro ReportCrash[240]: Removing excessive log: file://localhost/Library/Logs/DiagnosticReports/hasplmd_2013-10-21-131724_local host.crash
    Oct 21 13:20:57 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd[247]): Job appears to have crashed: Bus error: 10
    Oct 21 13:20:57 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd): Throttling respawn: Will start in 10 seconds
    Oct 21 13:20:57 Paulas-MacBook-Pro ReportCrash[240]: Saved crash report for hasplmd[247] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2013-10-21-132057_localhost.crash
    Oct 21 13:20:57 Paulas-MacBook-Pro ReportCrash[240]: Removing excessive log: file://localhost/Library/Logs/DiagnosticReports/hasplmd_2013-10-21-131734_local host.crash
    Oct 21 13:21:07 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd[248]): Job appears to have crashed: Bus error: 10
    Oct 21 13:21:07 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd): Throttling respawn: Will start in 10 seconds
    Oct 21 13:21:07 Paulas-MacBook-Pro ReportCrash[240]: Saved crash report for hasplmd[248] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2013-10-21-132107_localhost.crash
    Oct 21 13:21:07 Paulas-MacBook-Pro ReportCrash[240]: Removing excessive log: file://localhost/Library/Logs/DiagnosticReports/hasplmd_2013-10-21-131744_local host.crash
    Oct 21 13:21:17 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd[251]): Job appears to have crashed: Bus error: 10
    Oct 21 13:21:17 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd): Throttling respawn: Will start in 10 seconds
    Oct 21 13:21:17 Paulas-MacBook-Pro ReportCrash[240]: Saved crash report for hasplmd[251] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2013-10-21-132117_localhost.crash
    Oct 21 13:21:17 Paulas-MacBook-Pro ReportCrash[240]: Removing excessive log: file://localhost/Library/Logs/DiagnosticReports/hasplmd_2013-10-21-131754_local host.crash
    Oct 21 13:21:28 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd[252]): Job appears to have crashed: Bus error: 10
    Oct 21 13:21:28 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd): Throttling respawn: Will start in 10 seconds
    Oct 21 13:21:28 Paulas-MacBook-Pro ReportCrash[240]: Saved crash report for hasplmd[252] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2013-10-21-132128_localhost.crash
    Oct 21 13:21:28 Paulas-MacBook-Pro ReportCrash[240]: Removing excessive log: file://localhost/Library/Logs/DiagnosticReports/hasplmd_2013-10-21-131805_local host.crash
    Oct 21 13:21:38 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd[253]): Job appears to have crashed: Bus error: 10
    Oct 21 13:21:38 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd): Throttling respawn: Will start in 10 seconds
    Oct 21 13:21:38 Paulas-MacBook-Pro ReportCrash[254]: Saved crash report for hasplmd[253] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2013-10-21-132138_localhost.crash
    Oct 21 13:21:38 Paulas-MacBook-Pro ReportCrash[254]: Removing excessive log: file://localhost/Library/Logs/DiagnosticReports/hasplmd_2013-10-21-131815_local host.crash
    Oct 21 13:21:48 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd[255]): Job appears to have crashed: Bus error: 10
    Oct 21 13:21:48 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd): Throttling respawn: Will start in 10 seconds
    Oct 21 13:21:48 Paulas-MacBook-Pro ReportCrash[254]: Saved crash report for hasplmd[255] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2013-10-21-132148_localhost.crash
    Oct 21 13:21:48 Paulas-MacBook-Pro ReportCrash[254]: Removing excessive log: file://localhost/Library/Logs/DiagnosticReports/hasplmd_2013-10-21-131825_local host.crash
    Oct 21 13:21:50 Paulas-MacBook-Pro helpd[195]: CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    Oct 21 13:21:58: --- last message repeated 1 time ---
    Oct 21 13:21:58 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd[256]): Job appears to have crashed: Bus error: 10
    Oct 21 13:21:58 Paulas-MacBook-Pro com.apple.launchd[1] (com.aladdin.hasplmd): Throttling respawn: Will start in 10 seconds
    Oct 21 13:21:58 Paulas-MacBook-Pro ReportCrash[254]: Saved crash report for hasplmd[256] version ??? (???) to /Library/Logs/DiagnosticReports/hasplmd_2013-10-21-132158_localhost.crash
    Oct 21 13:21:58 Paulas-MacBook-Pro ReportCrash[254]: Removing excessive log: file://localhost/Library/Logs/DiagnosticReports/hasplmd_2013-10-21-131836_local host.crash

  • Error while starting database using #dbstart command

    Hello everybody...
    I have installed Oracle 10G release 2 successfully and also created my database,
    But when I try to start the database using #dbstart command I get the following error
    Failed to auto-start Oracle Net Listene using /oracle/10gR2//bin/tnslsnr
    chmod: modification des permissions de `/oracle/10gR1/startup.log': Operation not permited
    Processing Database instance "ASY_DB": log file /oracle/10gR1/startup.log
    I modified /oracle/10gR2//bin/bin to /oracle/10gR1/
    Then I get the following error...
    chmod: modification des permissions de `/oracle/10gR1/startup.log': Op├®ration n
    on permise
    Processing Database instance "ASY_DB": log file /oracle/10gR1/startup.log
    I´m running RedHat Entreprise Linux 4 ES on an i686...
    Please can you help me...?
    Infos: The database work succesfully with 10g Release 10.1.0
    Thanking you...
    Message was edited by:
    user526029

    Thanks for your reply...
    Below is the content of my /etc/oratab file...
    # This file is used by ORACLE utilities. It is created by root.sh
    # and updated by the Database Configuration Assistant when creating
    # a database.
    # A colon, ':', is used as the field terminator. A new line terminates
    # the entry. Lines beginning with a pound sign, '#', are comments.
    # Entries are of the form:
    # $ORACLE_SID:$ORACLE_HOME:<N|Y>:
    # The first and second fields are the system identifier and home
    # directory of the database respectively. The third filed indicates
    # to the dbstart utility that the database should , "Y", or should not,
    # "N", be brought up at system boot time.
    # Multiple entries with the same $ORACLE_SID are not allowed.
    ASY_DB:/oracle/10gR1:Y
    ~
    I wonder if the ORATAB file for 10.2 version is different form the one of 10.1...
    Thanks a lot for your help

  • Upgraded 9.2.0.6 on Windows - How to Start Database Automatically?

    I upgraded a 9.0.1.5FIPS database used as a metadata repository for OracleAS 10g (9.0.4) to 9.2.0.6 to meet a customer's security requirements.
    The Windows service for the database is set to automatic and the instance starts automatically but the database is no longer started. I must issue a STARTUP command to mount and start the database. Before this was done automatically when the Windows service started.
    Anyone know how I can configure the database to mount and start when the instance is started?
    TIA,
    Jim

    Hi Nicolas,
    Thanks very much for the instructions. I altered the system as you described and shutdown and restarted the database:
    SQL> alter system set compatible = '9.2.0.6.0' scope=spfile;
    System altered.
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 185671468 bytes
    Fixed Size 454444 bytes
    Variable Size 134217728 bytes
    Database Buffers 50331648 bytes
    Redo Buffers 667648 bytes
    Database mounted.
    Database opened.
    SQL> show parameter compatible
    NAME TYPE VALUE
    compatible string 9.2.0.6.0
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> exit
    ERROR:
    ORA-12152: TNS:unable to send break message
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.6.0 - Production (with complications)
    D:\orahome3\bin>sqlplus /nolog
    SQL*Plus: Release 9.2.0.6.0 - Production on Wed Nov 30 08:20:36 2005
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    SQL> connect / as sysdba
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 185671468 bytes
    Fixed Size 454444 bytes
    Variable Size 134217728 bytes
    Database Buffers 50331648 bytes
    Redo Buffers 667648 bytes
    Database mounted.
    Database opened.
    Now I get these error messages in oradim.log when I stop and start the Windows service:
    Wed Nov 30 08:25:14 2005
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Wed Nov 30 08:25:16 2005
    ORA-01078: failure in processing system parameters
    Any ideas on what else I could look at?
    Thanks!
    Jim

  • Can I disable 10g Express Edition from starting at Windows XP boot time?

    I am a student who installed 10g Express Edition on my laptop for my classes.
    That is really working out great. Wonderful product.
    However, I only use it a couple of times a week.
    Is there a way that I can disable the automatic start up of 10g XE when I boot up my
    Windows XP system? So that I am in a position to go to 'Start Database' when I want
    to use the product and start it up manually? That would be great.
    My laptop is maxed out at 2GB of RAM and I am trying to hold off buying a new
    pc for a while.
    Thanks for any help!

    Thanks for all the help!
    I used the Windows GUI for Component Services.
    I found OracleServiceXE there set to Automatic.
    I changed it to Manual.
    Restarted my system.
    Checked the running Processes - didn't find any Oracle named ones.
    Did a Start Database. It started right up.
    Then I checked my Processes and found an oracle.exe running.
    So that all looks great.
    I did find a couple of other services that I didn't change.
    Those are:
    OracleJobSchedulerXE (it was set to Disabled)
    OracleMTSRecoveryService (it was set to Manual)
    OracleXEClrAgent (it was set to Manual)
    OracleXETNSListener (it was set to Automatic)
    That was the way those were set before I made my change.
    And they are still set that way.
    Let me know if I need to do anything with them.
    Thanks!

Maybe you are looking for

  • Deleted podcasts in Finder, still show up in iTunes, how to remove?

    Well, I rummaged a bit in the old threads and found some stuff... but I'm looking for a simple solution. I'd like to delete from iTunes all the podcasts that I had deleted via the Finder. I can figure out which ones if I laboriously, manually, click

  • How to I get back to the page I was reading after looking at a bookmarked page?

    How to I get back to the page I was reading after looking at a bookmarked page? (And, why is "Help" in Adobe products such a useless, time-wasting ordeal?)

  • Percentage Function in a report

    Hi, I am new to BO and was trying to use percentage function. The function is working fine, but I have created a break on one dimension and hence the percentage is calculated according the break. I want to calculate the percentage for the entire data

  • 10.6.5 update issue

    Hi All, I updated to 10.6.5 yesterday but have since had issues with Software Update, Safari and Adobe Automatic Updater failing to find the internet. Network Diagnostics says that I appear to be connected to the internet and I can indeed access it v

  • Embed SWF in Firefox & Safari is Tiny

    I am using some swf files as buttons in flex as follows, and they look fine in Firefox when testing from Flex Builder, and in IE(6&7) when run, but in Firefox & Safari the embedded swf are tiny, 1px high and a few wide when I view them from a web ser