Problem Installing VM: "Database is not available"

I'm trying to install VM Manager 2.2 but when I get to creating the database I get this message:
Checking the availability of the database ...
Database is not available
Please check log from /var/log/ovm-manager/db.log
This is my db.log file:
2010-07-06-10-19-11-AM
Prepare to install the Oracle XE database ...
2010-07-06-10-25-34-AM
Prepare to install the Oracle XE database ...
2010-07-06-10-27-50-AM
Prepare to install the Oracle XE database ...
Installing the oracle-xe-univ package (rpm) now ...
warning: source/oracle-xe-univ-10.2.0.1-1.0.i386.rpm: Header V3 DSA signature: NOKEY, key ID b38a8516
Preparing... ##################################################
oracle-xe-univ ##################################################
Executing Post-install steps...
You must run '/etc/init.d/oracle-xe configure' as the root user to
configure the database.
Done
LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 06-JUL-2010 10:32:52
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Starting /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr: please wait...
TNSLSNR for Linux: Version 10.2.0.1.0 - Production
System parameter file is /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
Log messages written to /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))
TNS-12545: Connect failed because target host or object does not exist
TNS-12560: TNS:protocol adapter error
TNS-00515: Connect failed because target host or object does not exist
Listener failed to start. See the error message(s) above...
ORACLE instance started.
Total System Global Area 805306368 bytes
Fixed Size 1261444 bytes
Variable Size 209715324 bytes
Database Buffers 591396864 bytes
Redo Buffers 2932736 bytes
TO_CHAR(SYSTIMEST
20100706 10:32:53
Allocating device....
Specifying datafiles...
Specifing datafiles...
Restoring ...
Restore done.
PL/SQL procedure successfully completed.
TO_CHAR(SYSTIMEST
20100706 10:33:34
Control file created.
PL/SQL procedure successfully completed.
ORA-01109: database not open
Database dismounted.
ORACLE instance shut down.
ORACLE instance started.
Total System Global Area 805306368 bytes
Fixed Size 1261444 bytes
Variable Size 209715324 bytes
Database Buffers 591396864 bytes
Redo Buffers 2932736 bytes
Control file created.
System altered.
Database altered.
Database altered.
System altered.
System altered.
Database altered.
Tablespace altered.
TABLESPACE_NAME
USERS
SID PROGRAM SERIAL#
USERNAME
35 [email protected] (QMNC) 1
39 [email protected] (TNS V1-V3) 1
SYS
40 [email protected] (MMNL) 3
SID PROGRAM SERIAL#
USERNAME
41 [email protected] (MMON) 3
42 [email protected] (RECO) 1
43 [email protected] (SMON) 1
SID PROGRAM SERIAL#
USERNAME
44 [email protected] (CKPT) 1
45 [email protected] (LGWR) 1
46 [email protected] (DBW0) 1
SID PROGRAM SERIAL#
USERNAME
47 [email protected] (MMAN) 1
48 [email protected] (PSP0) 1
49 [email protected] (PMON) 1
12 rows selected.
User altered.
User altered.
System altered.
Library created.
Directory created.
Commit complete.
PL/SQL procedure successfully completed.
Commit complete.
PL/SQL procedure successfully completed.
File created.
Database closed.
Database dismounted.
ORACLE instance shut down.
ORACLE instance started.
Total System Global Area 805306368 bytes
Fixed Size 1261444 bytes
Variable Size 209715324 bytes
Database Buffers 591396864 bytes
Redo Buffers 2932736 bytes
Database mounted.
Database opened.
'UTL_RECOMP_BEGIN:'||TO_CH
utl_recomp_begin: 10:34:05
PL/SQL procedure successfully completed.
'UTL_RECOMP_END:'||TO_CH
utl_recomp_end: 10:34:05
User altered.
User altered.
User altered.
User altered.
User altered.
User altered.
SQL*Plus: Release 10.2.0.1.0 - Production on Tue Jul 6 10:34:05 2010
Copyright (c) 1982, 2005, Oracle. All rights reserved.
ERROR:
ORA-12545: Connect failed because target host or object does not exist
Enter user-name: Enter password:
ERROR:
ORA-01005: null password given; logon denied
Enter user-name: 2010-07-06-10-38-31-AM
SQL*Plus: Release 10.2.0.1.0 - Production on Tue Jul 6 10:38:51 2010
Copyright (c) 1982, 2005, Oracle. All rights reserved.
ERROR:
ORA-12545: Connect failed because target host or object does not exist
Enter user-name: Enter password:
ERROR:
ORA-01005: null password given; logon denied
Enter user-name: 2010-07-06-10-51-18-AM
SQL*Plus: Release 10.2.0.1.0 - Production on Tue Jul 6 10:52:09 2010
Copyright (c) 1982, 2005, Oracle. All rights reserved.
ERROR:
ORA-12545: Connect failed because target host or object does not exist
Enter user-name: Enter password:
ERROR:
ORA-01005: null password given; logon denied
Enter user-name: 2010-07-06-10-55-43-AM
SQL*Plus: Release 10.2.0.1.0 - Production on Tue Jul 6 10:55:53 2010
Copyright (c) 1982, 2005, Oracle. All rights reserved.
ERROR:
ORA-12541: TNS:no listener
Enter user-name: Enter password:
ERROR:
ORA-01005: null password given; logon denied
Enter user-name:

Hi,
I think it is essential to set the official ip and the correct hostname in the /etc/hosts file.
Per default there is the loopback IP bound to the hostname and localhost, you should change this to the desired IP.
it should be something like this:
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
192.168.1.1 yourhost.yourdomain yourhost
Otherwise you will face some other nasty side-effects, with nfs for example.
Hope that helps
Michael

Similar Messages

  • VM Manager Installation: "Database is not available" problem

    I'm trying to install VM Manager 2.2 but when I get to creating the database I get this message:
    Checking the availability of the database ...
    Database is not available
    Please check log from /var/log/ovm-manager/db.log
    This is my db.log file:
    2010-07-06-10-19-11-AM
    Prepare to install the Oracle XE database ...
    2010-07-06-10-25-34-AM
    Prepare to install the Oracle XE database ...
    2010-07-06-10-27-50-AM
    Prepare to install the Oracle XE database ...
    Installing the oracle-xe-univ package (rpm) now ...
    warning: source/oracle-xe-univ-10.2.0.1-1.0.i386.rpm: Header V3 DSA signature: NOKEY, key ID b38a8516
    Preparing... ##################################################
    oracle-xe-univ ##################################################
    Executing Post-install steps...
    You must run '/etc/init.d/oracle-xe configure' as the root user to
    configure the database.
    Done
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 06-JUL-2010 10:32:52
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Starting /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    System parameter file is /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
    Log messages written to /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    Listener failed to start. See the error message(s) above...
    ORACLE instance started.
    Total System Global Area 805306368 bytes
    Fixed Size 1261444 bytes
    Variable Size 209715324 bytes
    Database Buffers 591396864 bytes
    Redo Buffers 2932736 bytes
    TO_CHAR(SYSTIMEST
    20100706 10:32:53
    Allocating device....
    Specifying datafiles...
    Specifing datafiles...
    Restoring ...
    Restore done.
    PL/SQL procedure successfully completed.
    TO_CHAR(SYSTIMEST
    20100706 10:33:34
    Control file created.
    PL/SQL procedure successfully completed.
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    ORACLE instance started.
    Total System Global Area 805306368 bytes
    Fixed Size 1261444 bytes
    Variable Size 209715324 bytes
    Database Buffers 591396864 bytes
    Redo Buffers 2932736 bytes
    Control file created.
    System altered.
    Database altered.
    Database altered.
    System altered.
    System altered.
    Database altered.
    Tablespace altered.
    TABLESPACE_NAME
    USERS
    SID PROGRAM SERIAL#
    USERNAME
    35 [email protected] (QMNC) 1
    39 [email protected] (TNS V1-V3) 1
    SYS
    40 [email protected] (MMNL) 3
    SID PROGRAM SERIAL#
    USERNAME
    41 [email protected] (MMON) 3
    42 [email protected] (RECO) 1
    43 [email protected] (SMON) 1
    SID PROGRAM SERIAL#
    USERNAME
    44 [email protected] (CKPT) 1
    45 [email protected] (LGWR) 1
    46 [email protected] (DBW0) 1
    SID PROGRAM SERIAL#
    USERNAME
    47 [email protected] (MMAN) 1
    48 [email protected] (PSP0) 1
    49 [email protected] (PMON) 1
    12 rows selected.
    User altered.
    User altered.
    System altered.
    Library created.
    Directory created.
    Commit complete.
    PL/SQL procedure successfully completed.
    Commit complete.
    PL/SQL procedure successfully completed.
    File created.
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    ORACLE instance started.
    Total System Global Area 805306368 bytes
    Fixed Size 1261444 bytes
    Variable Size 209715324 bytes
    Database Buffers 591396864 bytes
    Redo Buffers 2932736 bytes
    Database mounted.
    Database opened.
    'UTL_RECOMP_BEGIN:'||TO_CH
    utl_recomp_begin: 10:34:05
    PL/SQL procedure successfully completed.
    'UTL_RECOMP_END:'||TO_CH
    utl_recomp_end: 10:34:05
    User altered.
    User altered.
    User altered.
    User altered.
    User altered.
    User altered.
    SQL*Plus: Release 10.2.0.1.0 - Production on Tue Jul 6 10:34:05 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-12545: Connect failed because target host or object does not exist
    Enter user-name: Enter password:
    ERROR:
    ORA-01005: null password given; logon denied
    Enter user-name: 2010-07-06-10-38-31-AM
    SQL*Plus: Release 10.2.0.1.0 - Production on Tue Jul 6 10:38:51 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-12545: Connect failed because target host or object does not exist
    Enter user-name: Enter password:
    ERROR:
    ORA-01005: null password given; logon denied
    Enter user-name: 2010-07-06-10-51-18-AM
    SQL*Plus: Release 10.2.0.1.0 - Production on Tue Jul 6 10:52:09 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-12545: Connect failed because target host or object does not exist
    Enter user-name: Enter password:
    ERROR:
    ORA-01005: null password given; logon denied
    Enter user-name: 2010-07-06-10-55-43-AM
    SQL*Plus: Release 10.2.0.1.0 - Production on Tue Jul 6 10:55:53 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-12541: TNS:no listener
    Enter user-name: Enter password:
    ERROR:
    ORA-01005: null password given; logon denied
    Enter user-name:

    Fixed. I think it was a problem related to the hostname.

  • The CMS system database is not available (FWM 02088)

    Hi all,
    After installation of BOE 3.1 the system fires back the error message on attempt to logon to CMS:
    Account Information Not Recognized: The CMS system database is not available. This error cannot be rectified by the end user. Report this error to your system administrator or database administrator. (FWM 02088)
    Any inputs? I've tried with new SIA as well as fresh installation but the issue persists.
    Regards.

    were you able to see any DB error messages in event log ?
    can you connect to your DB from the server itself ? (could be FW issue)
    What do you see under the CCM ? Do the SIA is in green state ?
    For me it is probably one of 2 things : FW issue (but install will have failed) or DB issue
    Sam.
    Edited by: sjolly on Sep 17, 2009 9:46 AM

  • J2EE Database is not available via  test

    Hello my friends,
    I've got a problem with my SAP NW/DB2 installation. When i want to start sap, i get the following output:
    si4host:si4adm 13> startsap si4host
    Checking DB6 db Database
    ABAP Database is not available via R3trans
    Checking DB6 db Database
    Error: java.io.FileNotFoundException: JdbcCon.log (Permission denied)
    J2EE Database is not available via  test
    See logfile JdbcCon.log
    Starting SAP-Collector Daemon
    This is Saposcol Version COLL 20.86 640 - V1.12 for Linux
    Usage:  saposcol -l: Start OS Collector
            saposcol -k: Stop  OS Collector
            saposcol -d: OS Collector Dialog Mode
            saposcol -s: OS Collector Status
    The OS Collector (PID 14643) is already running .....
    saposcol already running
    Running /usr/sap/SI4/SYS/exe/run/startdb
    /usr/sap/SI4/SYS/exe/run/startdb completed successfully
    Checking DB6 db Database
    ABAP Database is running
    Starting SAP Instance SCS01
    Startup-Log is written to /home/si4adm/startsap_SCS01.log
    Instance on host itpc1f41009 started
    Starting SAP Instance DVEBMGS00
    Startup-Log is written to /home/si4adm/startsap_DVEBMGS00.log
    Instance on host itpc1f41009 started
    IGS on host itpc1f41009 started
    The server runs on suse 9.3.
    Anybody know how to solve this?
    Greetings
    Chantal

    Hi
    This is a common problem .Actually ur database pwd is not same mentioned in the configtool----
    secure store.
    Change the database password and update the same in the secure store of configtool.
    Restart the engine.Your problem will be solved.If you have any confusion about how to change the pwd in secure store.Feel free to contact

  • Can not start instance SAP - ABAP Database is not available via R3trans

    Dear all !
    My OS : Linux RHEL 4U7 32bit
    Oracle 10G R2 32bit 10.2.0.2
    when system running but  power off suddenly
    and when power on ->
    i am having problem as below when i start instance SAP (Databse Oracle Started)
    Step 1 : I login user (ora<sid>) of Oracel to start up database
    Database startup -> OK
    then i tried to shutdown database -> OK too
    and start up again -> OK
    Query -> OK
    I think Database do not problem
    Step 2: start listener -> OK
    Step 3: i login user (<sid>adm) and startup instance SAP (command : startsap r3) with error:
    Checking SED Database
    ABAP Database is not available via R3trans
    Starting SAP-Collector Daemon
    11:11:48 10.02.2010   LOG: Effective User Id is root
    This is Saposcol Version COLL 20.90 700 - Intel x86 with Linux, PL:75, Aug 29 2006
    Usage:  saposcol -l: Start OS Collector
            saposcol -k: Stop  OS Collector
            saposcol -d: OS Collector Dialog Mode
            saposcol -s: OS Collector Status
    The OS Collector (PID 6870) is already running .....
    saposcol already running
    ABAP Database SED must be started first
    Please help me to resolve this problem
    Thanks for your advice

    Dear all !
    1. output of tnsping SED :
    TNS Ping Utility for Linux: Version 10.2.0.2.0 - Production on 11-FEB-2010 13:51:24
    Copyright (c) 1997, 2005, Oracle.  All rights reserved.
    Used parameter files:
    /oracle/SED/102_32/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (COMMUNITY = SAP.WORLD)(PROTOCOL = TCP)(HOST = sapsed)(PORT = 1527))) (CONNECT_DATA = (SID = SED) (GLOBAL_NAME = SED.WORLD)))
    OK (0 msec)
    2. output startsap_.log
    Checking SED Database
    ABAP Database is not available via R3trans
    Starting SAP-Collector Daemon
    saposcol already running
    ABAP Database SED must be started first
    ---> output above repeats many
    3. output trans.log
    4 ETW000 R3trans version 6.14 (release 700 - 18.09.06 - 09:35:00).
    4 ETW000 unicode enabled version
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 11.02.2010 - 13:49:36
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: R3trans -d
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Thu Feb 11 13:49:36 2010                             159  0.000159
    4 ETW000  [dev trc     ,00000]  db_con_init called                                    27  0.000186
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                             55  0.000241
    4 ETW000  [dev trc     ,00000]  Loading DB library '/usr/sap/SED/SYS/exe/run/dboraslib.so' ...
    4 ETW000                                                                              63  0.000304
    4 ETW000  [dev trc     ,00000]  load shared library (/usr/sap/SED/SYS/exe/run/dboraslib.so), hdl 0
    4 ETW000                                                                           16430  0.016734
    4 ETW000  [dev trc     ,00000]  Library '/usr/sap/SED/SYS/exe/run/dboraslib.so' loaded
    4 ETW000                                                                              56  0.016790
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library /usr/sap/SED/SYS/exe/run/dboraslib.so
    4 ETW000                                                                              41  0.016831
    4 ETW000  [dev trc     ,00000]  Version of '/usr/sap/SED/SYS/exe/run/dboraslib.so' is "700.08", patchlevel (0.73)
    4 ETW000                                                                              94  0.016925
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library /usr/sap/SED/SYS/exe/run/dboraslib.so
    4 ETW000                                                                              38  0.016963
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library /usr/sap/SED/SYS/exe/run/dboraslib.so
    4 ETW000                                                                              68  0.017031
    4 ETW000  [dev trc     ,00000]  New connection 0 created                              44  0.017075
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = -000000001 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              46  0.017121
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                         38  0.017159
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:
    4 ETW000                                                                              37  0.017196
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              39  0.017235
    4 ETW000  [dev trc     ,00000]  Oracle Client Version: '10.2.0.2.0'                  480  0.017715
    4 ETW000  [dev trc     ,00000]  -->oci_initialize (con_hdl=0)                         42  0.017757
    4 ETW000  [dev trc     ,00000]  Client NLS settings: AMERICAN_AMERICA.UTF8          3789  0.021546
    4 ETW000  [dev trc     ,00000]  Logon as OPS$-user to get SAPSR3's password           48  0.021594
    4 ETW000  [dev trc     ,00000]  Connecting as /@SED on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    4 ETW000                                                                              51  0.021645
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                              43  0.021688
    4 ETW000  [dev trc     ,00000]    0 UTF8                                                      1  0x9511ea0  0x951750c  0x9516d94
    4 ETW000                                                                              40  0.021728
    4 ETW000  [dev trc     ,00000]  Allocating service context handle for con_hdl=0       40  0.021768
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                      52  0.021820
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server SED (con_hdl=0,svchp=0x9516d20,svrhp=0x9528504)
    4 ETW000                                                                              88  0.021908
    4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCIServerAttach' failed: rc = 12505
    4 ETW000                                                                            4712  0.026620
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '12505'
    4 ETW000                                                                              49  0.026669
    4 ETW000  [dev trc     ,00000]  Try to connect with default password                  62  0.026731
    4 ETW000  [dev trc     ,00000]  Connecting as SAPSR3/<pwd>@SED on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    4 ETW000                                                                              39  0.026770
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                              56  0.026826
    4 ETW000  [dev trc     ,00000]    0 UTF8                                                      1  0x9511ea0  0x951750c  0x9516d94
    4 ETW000                                                                              47  0.026873
    4 ETW000  [dev trc     ,00000]  server_detach(con_hdl=0,stale=0,svrhp=0x9528504)
    4 ETW000                                                                              37  0.026910
    4 ETW000  [dev trc     ,00000]  Detaching from DB Server (con_hdl=0,svchp=0x9516d20,srvhp=0x9528504)
    4 ETW000                                                                              37  0.026947
    4 ETW000  [dev trc     ,00000]  Deallocating server context handle 0x9528504          45  0.026992
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                      48  0.027040
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server SED (con_hdl=0,svchp=0x9516d20,svrhp=0x9528504)
    4 ETW000                                                                              60  0.027100
    4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCIServerAttach' failed: rc = 12505
    4 ETW000                                                                            1538  0.028638
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '12505'
    4 ETW000                                                                              41  0.028679
    4 ETW000  [dblink      ,00431]  ***LOG BY2=>sql error 12505  performing CON [dblink#3 @ 431]
    4 ETW000                                                                             131  0.028810
    4 ETW000  [dblink      ,00431]  ***LOG BY0=>ORA-12505: TNS:listener does not currently know of SID given in connect descriptor [dblink#3 @ 431]
    4 ETW000                                                                              39  0.028849
    2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'SED'"
    thansk for your help
    Edited by: myfriend280985 on Feb 11, 2010 7:53 AM

  • Error 8201 (Database version not available) during ODatabase() in VC++

    Hello all,
    I'm Beginner and i think i have a stupid problem,
    when i execute under VC++ V6 SP5 (and IE 5.5 SP2) Under W98se :
    OStartup();
    ODatabase odb("essai","SYSTEM","manager"); // 'essai' is an existing database, no problem with sql*plus
    if (!odb.IsOpen()) {
    long err = odb.ErrorNumber();
    char chaine[100];
    sprintf(chaine,"Error n0=%ld",err);
    ::MessageBox(0,chaine,"DataBase",0);
    Displaying 'Error n08201' : 'Database version not available' ???
    PLEASE, THIS PROBLEM TURN ON MY MIND DURING ALL THIS WEEK-END AND I TEST, I RELEASE, I SEARCHE, AND NOTING...

    My Reponse from My Question :
    It was so easy to run 'lsnrctl start'.
    (Listen Module Manager).
    2 days to find this.
    VB doesn't work anymore.
    I've executed an pre-compiled example 'login.exe' which display --> 'No Listen Module'.
    Bye All.

  • URGENT :ABAP Database is not available via R3trans

    Checking ADA db Database
    ABAP Database is not available via R3trans
    Starting SAP-Collector Daemon
    11:47:14 13.03.2008 LOG: Effective User Id is root
    This is Saposcol Version COLL 20.95 700 - v2.00, Intel x86 with Linux, 2007/02/16
    Usage: saposcol -l: Start OS Collector
    saposcol -k: Stop OS Collector
    saposcol -d: OS Collector Dialog Mode
    saposcol -s: OS Collector Status
    The OS Collector (PID 17267) is already running .....
    saposcol already running
    Running /usr/sap/DEV/SYS/exe/run/startdb
    Trying to start database ...
    Log file: /home/devadm/startdb.log
    Database already running
    /usr/sap/DEV/SYS/exe/run/startdb completed successfully
    Starting SAP Instance SCS00
    Startup-Log is written to /home/devadm/startsap_SCS00.log
    Instance Service on host sap-devel started
    Instance on host sap-devel started
    Starting SAP Instance DVEBMGS01
    Startup-Log is written to /home/devadm/startsap_DVEBMGS01.log
    Instance Service on host sap-devel started
    Instance on host sap-devel started.
    checked with command r3trans -d-v.
    the following error is displayed.
    This is R3trans version 6.14 (release 700 - 10.09.07 - 09:57:00).
    unicode enabled version
    2EETW169 no connect possible: "maybe someone set invalid values for DIR_LIBRARY ('/usr/sap/DEV/SYS/exe/run') or dbms_type ('ADA')"
    R3trans finished (0012).
    any suggestions
    thnx and regards

    Hi,
    can you please show us the content of the R3trans logfile, created by the R3trans -x command?
    Please note that if you're an official SAP customer you should open a OSS message for your issue, if not already done so. Please read [this thread|MaxDB/liveCache Forum: target audience and relevant support;.
    Additionally, please refrain from using things like 'URGENT'. More on this can be read [here|Welcome and Rules of Engagement;.
    Thanks & regards,
    Roland

  • Portal Installation Error: J2EE Database is not available via test

    When starting SAP with startsap I get this error
    Checking EZP Database
    J2EE Database is not available via test
    See logfile JdbcCon.log
    In the JdbcCon.log:
    Start: Fri Nov 20 08:25:28 MST 2009
    Error: Couldn't connect to DB
    java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    The listener is up & running. I can tsnping to the EZP. The database is up & running
    This is a new portals instance on AIX
    hostname: ezpdb01-lp
    OS: AIX 6.1
    Oracle: 10.2.0.4
    Any advice?

    Hi Bill,
    Your are able to execute command start SAP succefully by using host
    ezpdb01
    I am using the correct hostname...
    listener.ora
    HOST = ezpdb01-lp
    tnsnames.ora
    HOST = ezpdb01-lp
    UNIX - hostname
    ezpdb01-lp
    1)
    ezpdb01-lp:ezpadm 7> startsap ezpdb01-lp
    no start profiles found
    2)
    ezpdb01-lp:ezpadm 7> startsap ezpdb01
    I get the same error in JdbcCon.log
    Start: Tue Dec 01 08:45:53 MST 2009
    Error: Couldn't connect to DB
    java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    1. Now first step take backup of tnsname.ora & listner.ora
    2. Edit hostname present from ezpdb01-lp to ezpdb01 in both the file.
    3. Now try to start sap with command
    startsap ezpdb01
    , if still error exits then pls paste the contain present in sqlnet.ora.
    Thanks
    Anil

  • Database is not available via R3trans

    Hi,
    We are moving the CI to the different server keeping the database on the same server, it is dual stack BI system, SCS instalaltion went fine, for the CI installation, we got to the error while bringing up the CI , it is not able to connect to the database
    startsap r3
    Checking BXT Database
    Database is not available via R3trans
    Database BXT must be started first
    But
    R3trans -d
    This is R3trans version 6.14 (release 701 - 26.01.09 - 12:46:00).
    unicode enabled version
    R3trans finished (0000).
    The trans.log doesn't give any error
    The listener is up on the database and listening to the port as the R3trans -d went through.
    Please let me know if there is anything can be done, i am banging my head for a week now, I have tried the profile parameters and resetting the db users passwords also.

    Hi,
    Thanks all for replying,
    The Dev logs are not generated as of now, so can't paste them,
    Copied the lastest version of kernel, but it didn't work.
    Put the tnsname and schema profile, dbms\type was already there, But it didn't work too.
    Any other suggestions
    VJ

  • Just erased my disk, whent to install Maverick and get : "Not available now" message since yesterday

    Just erased my disk, whent to install Maverick and get : "Not available now" message since yesterday. Can someone help me revive my dead IMac!!

    If you are selling or giving away the computer then follow these instructions:
    Follow these instructions step by step to prepare a Mac for sale:
    Step One - Back up your data:
           A. If you have any Virtual PCs shut them down. They cannot be in their "fast saved" state. They must
               be shut down from inside Windows.
           B. Clone to an external drive using using Carbon Copy Cloner.
              1. Open Carbon Copy Cloner.
              2. Select the Source volume from the Select a source drop down menu on the left side.
              3. Select the Destination volume from the Select a destination drop down menu on the right side.
              4. Click on the Clone button. If you are prompted about creating a clone of the Recovery HD be sure
                  to opt for that.
              Destination means a freshly erased external backup drive. Source means the internal startup drive.
    Step Two - Prepare the machine for the new buyer:
              1. De-authorize the computer in iTunes! De-authorize both iTunes and Audible accounts.
              2, Remove any Open Firmware passwords or Firmware passwords.
              3. Turn the brightness full up and volume nearly so.
              4. Turn off File Vault, if enabled.
              5. Disable iCloud, if enabled: See What to do with iCloud before selling your computer.
    Step Three - Install a fresh OS:
         A. Snow Leopard and earlier versions of OS X
              1. Insert the original OS X install CD/DVD that came with your computer.
              2. Restart the computer while holding down the C key to boot from the CD/DVD.
              3. Select Disk Utility from the Utilities menu; repartition and reformat the internal hard drive.
                  Optionally, click on the Security button and set the Zero Data option to one-pass.
              4. Install OS X.
              5. Upon completion DO NOT restart the computer.
              6. Shutdown the computer.
         B. Lion and Mountain Lion (if pre-installed on the computer at purchase*)
             Note: You will need an active Internet connection. I suggest using Ethernet if possible
                        because it is three times faster than wireless.
              1. Restart the computer while holding down the COMMAND and R keys until the Mac OS X
                  Utilities window appears.
              2. Select Disk Utility from the Mac OS X Utilities window and click on the Continue button.
              3. After DU loads select your startup volume (usually Macintosh HD) from the left side list.
                  Click on the Erase tab in the DU main window.
              4. Set the format type to Mac OS Extended (Journaled.) Optionally, click on the Security button
                  and set the Zero Data option to one-pass.
              5. Click on the Erase button and wait until the process has completed.
              6. Quit DU and return to the Mac OS X Utilities window.
              7. Select Reinstall Lion/Mountain Lion and click on the Install button.
              8. Upon completion shutdown the computer.
    *If your computer came with Lion or Mountain Lion pre-installed then you are entitled to transfer your license once. If you purchased Lion or Mountain Lion from the App Store then you cannot transfer your license to another party. In the case of the latter you should install the original version of OS X that came with your computer. You need to repartition the hard drive as well as reformat it; this will assure that the Recovery HD partition is removed. See Step Three above. You may verify these requirements by reviewing your OS X Software License.

  • My mac air 2011 was stolen, but luckily i got it back. The one who stole it had been using it, so i erased both HD drives. Now it cant get lion x installed because it is not available in the App store. What to do ?

    My mac air 2011 was stolen, but luckily i got it back. The one who stole it had been using it, so i erased both HD drives. Now it cant get lion x installed because it is not available in the App store. What to do ?

    You may order Lion from the Apple Online store:
    http://store.apple.com/us/product/D6106Z/A/os-x-lion
    Ciao.

  • After install, database is not available. How can I create a new database?

    I installed "Oracle Database 10g Express Edition".
    After install I tried to "Go To Database Home Page" and received a "Page not found" error.
    If I run SQLPLUS and ...:
    connect / as sysdba
    shutdown immediate
    startup
    I get
    ORACLE instance started.
    Total System Global Area 805306368 bytes
    Fixed Size 1289996 bytes
    Variable Size 209715444 bytes
    Database Buffers 591396864 bytes
    Redo Buffers 2904064 bytes
    ORA-00205: error in identifying control file, check alert log for more info
    The alert log (C:\OracleXE\app\oracle\admin\XE\bdump\alert_xe.txt) says
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 4 shared server(s) ...
    Oracle Data Guard is not available in this edition of Oracle.
    Wed Mar 04 13:57:03 2009
    ALTER DATABASE MOUNT
    Wed Mar 04 13:57:03 2009
    ORA-00202: control file: 'C:\ORACLEXE\ORADATA\XE\CONTROL.DBF'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    And I can not find any control files on my PC.
    Can I create one?

    Yes. This is correct. There is no control file. In fact, there is nothing in C:\OracleXE\oradata\XE. It appears that the install did not create a database, so I figured I'd try to create one myself
    but did not haev any success. Should the install have created a database? I did install the same product on a laptop and it seemed to work fine. The problem I ran into was that it does not have
    enough memory to be useful, only 512 Meg. So I decided to install it on my desktop PC with 3 Gig. This is where I am having the problem. I tried a re-install but still no database was created.

  • Problem Installing 11g database

    hi,
    I have installed 11g database but it gave error that enterprise manager is not installed properly. DBConsole services is also not running in control panel .
    Rest things are working file like i am able to access database from sqlprompt. OS is windows xp

    Hi all
    i faced the same problem in windows vista business 32 bit
    i did all the things, drop and create repos again with these scripts:
    emca -config dbcontrol db -repos recreate
    also :
    emca -deconfig dbcontrol db -repos drop
    emca -config dbcontrol db -repos create
    but it is not working and i have this error all the times:
    SEVERE: Error starting Database Control
    Refer to the log file at C:\oracle\cfgtoollogs\dbca\mbh\emConfig.log for more details.
    Sep 1, 2009 9:03:13 AM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error starting Database Control
         at oracle.sysman.emcp.EMDBPostConfig.performConfiguration(EMDBPostConfig.java:869)
         at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:250)
         at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:213)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:235)
         at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:460)
         at java.lang.Thread.run(Thread.java:595)
    Sep 1, 2009 9:03:13 AM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\oracle\product\11.1.0\db_1\oui
    can any one help me with this error? i think oracle should really think about it's new web based generations of EM's, i'm working with oracle since 8.1.7, i don't know why they want to use this unstable Em which every one has a problem with installing it and using it, i even had this problem with em some times in Solaris with oracle 10g r2.

  • Problem instalation ora database 11g r2 in windows server 2008 r2 PATH variable failed

    Dear Experts
    I'm installing a database Oracle Database 11 r2, in an operating system Window Server 2008 R2.
    The problem:
    When the installer verifying that the path it ends. simply.
    I did:
    the basic steps, how to put all the unzipped files in a single directory.
    E: \ ORACLE \ Installers \ Database \ win64_11gR2_database_1of2
    And the installation will:
    E: \ ORACLE \ orcl_database
    and
    I did tests with different values in the PATH variable:
    short values,
    no% oracle_home%
    with% oracle_home%
    long values
    Always ran the installer as administrator.
    Anyway,
    Do not know what else could test to change this result and successfully install the database.
    I have done several searches on this forum and others and have not found what could change to achieve success in the installation
    Thank you,

    Dear Nagulan
    thanks for your reply
    the only value for path is:
    %SystemRoot%\system32
    LOG in C:\Program Files\Oracle\Inventory\logs
    >>>>>>>>>>>>>>>>>>>
    Using paramFile: E:\ORACLE\Instaladores\Database\win64_11gR2_database_1of2\database\install\oraparam.ini
    Checking monitor: must be configured to display at least 256 colors.    Actual 65536    Passed
    The commandline for unzip:
    E:\ORACLE\Instaladores\Database\win64_11gR2_database_1of2\database\install\unzip -qqqo ..\stage\Components\oracle.jdk\1.5.0.17.04\1\DataFiles/"*.jar" -d "C:\Users\u777\AppData\Local\Temp\2\OraInstall2013-08-22_01-36-12PM" INFO: Loading data from: jar:file:/C:/Users/u777/AppData/Local/Temp/2/OraInstall2013-08-22_01-36-12PM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Loading beanstore from jar:file:/C:/Users/u777/AppData/Local/Temp/2/OraInstall2013-08-22_01-36-12PM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Restoring class oracle.install.driver.oui.ConfigCmdMappings from jar:file:/C:/Users/u777/AppData/Local/Temp/2/OraInstall2013-08-22_01-36-12PM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Verifying target environment...
    INFO: Checking whether the IP address of the localhost could be determined...
    INFO: Completed verification of target environment.
    INFO: Inventory exists: true
    INFO: oraInst.loc does not exist
    INFO: Registrando bean de configuração
    INFO: Criando o Fluxo
    INFO: Building the flow graph
    INFO: Loaded state prepInstall
    INFO: Loaded state decideOCMInstall
    INFO: Loaded state getOCMDetails
    INFO: Loaded state installOptions
    INFO: Loaded state getSystemClass
    INFO: Loaded state nodeSelectionPage
    INFO: Loaded state upgradeValidation
    INFO: Loaded state installType
    INFO: Loaded state quickInstallPage
    INFO: Loaded state productLanguage
    INFO: Loaded state inventoryPage
    INFO: Loaded state getOracleHome
    INFO: Loaded state dbEdition
    INFO: Loaded state configurationType
    INFO: Loaded state dbIdentifier
    INFO: Loaded state configurationOption
    INFO: Loaded state managementOption
    INFO: Loaded state storageOption
    INFO: Loaded state recoveryOption
    INFO: Loaded state selectASMDiskGroups
    INFO: Loaded state schemaPasswordDialog
    INFO: Loaded state getPrivilegedOSGroups
    INFO: Loaded state prereqExecutionDecider
    INFO: Loaded state performChecks
    INFO: Loaded state showSummary
    INFO: Loaded state setup
    INFO: Loaded state finish
    INFO: Linking states
    INFO: State[configurationOption]: route=success; to=managementOption
    INFO: State[configurationType]: route=success; to=dbIdentifier
    INFO: State[dbEdition]: route=oraclehome_location; to=getOracleHome
    INFO: State[dbIdentifier]: route=success; to=configurationOption
    INFO: State[decideOCMInstall]: route=ignoreOCM; to=installOptions
    INFO: State[decideOCMInstall]: route=requireOCM; to=getOCMDetails
    INFO: State[getOCMDetails]: route=success; to=installOptions
    INFO: State[getOracleHome]: route=advanced_yes_createDB_yes; to=configurationType
    INFO: State[getOracleHome]: route=advanced_yes_inventory_no; to=inventoryPage
    INFO: State[getOracleHome]: route=advanced_yes_softwareDB_yes; to=prereqExecutionDecider
    INFO: State[getOracleHome]: route=advanced_yes_upgrade_yes; to=prereqExecutionDecider
    INFO: State[getPrivilegedOSGroups]: route=success; to=prereqExecutionDecider
    INFO: State[getSystemClass]: route=desktop_class_yes; to=quickInstallPage
    INFO: State[getSystemClass]: route=server_class_yes; to=nodeSelectionPage
    INFO: State[installOptions]: route=advanced_yes_softwareDB_yes; to=nodeSelectionPage
    INFO: State[installOptions]: route=migrate_yes_clusterware_no; to=upgradeValidation
    INFO: State[installOptions]: route=migrate_yes_clusterware_yes; to=nodeSelectionPage
    INFO: State[installOptions]: route=system_class; to=getSystemClass
    INFO: State[installType]: route=advanced_yes; to=productLanguage
    INFO: State[installType]: route=basic_yes; to=quickInstallPage
    INFO: State[inventoryPage]: route=advanced_yes_createDB_yes; to=configurationType
    INFO: State[inventoryPage]: route=advanced_yes_softwareDB_yes; to=prereqExecutionDecider
    INFO: State[inventoryPage]: route=basic_yes; to=prereqExecutionDecider
    INFO: State[managementOption]: route=success; to=storageOption
    INFO: State[nodeSelectionPage]: route=create_and_configureDB; to=installType
    INFO: State[nodeSelectionPage]: route=software_onlyDB; to=productLanguage
    INFO: State[nodeSelectionPage]: route=upgradeDB; to=upgradeValidation
    INFO: State[performChecks]: route=success; to=showSummary
    INFO: State[prepInstall]: route=success; to=decideOCMInstall
    INFO: State[prereqExecutionDecider]: route=executeprereqs; to=performChecks
    INFO: State[prereqExecutionDecider]: route=ignoreprereqs; to=showSummary
    INFO: State[productLanguage]: route=productlanguage_yes; to=dbEdition
    INFO: State[quickInstallPage]: route=basic_yes_inventory_no; to=inventoryPage
    INFO: State[quickInstallPage]: route=basic_yes_inventory_yes; to=prereqExecutionDecider
    INFO: State[recoveryOption]: route=asm_chosen_asm_not_present; to=schemaPasswordDialog
    INFO: State[recoveryOption]: route=asm_chosen_asm_present; to=selectASMDiskGroups
    INFO: State[recoveryOption]: route=asm_not_chosen; to=schemaPasswordDialog
    INFO: State[schemaPasswordDialog]: route=success; to=prereqExecutionDecider
    INFO: State[selectASMDiskGroups]: route=success; to=schemaPasswordDialog
    INFO: State[setup]: route=success; to=finish
    INFO: State[showSummary]: route=success; to=setup
    INFO: State[storageOption]: route=success; to=recoveryOption
    INFO: State[upgradeValidation]: route=success; to=productLanguage
    INFO: Successfully built the flow
    INFO: Opening bean stores from which the beans can be loaded
    INFO: Loading beanstore from a given input stream
    INFO: Translating external format into raw format
    INFO: Registering the flow data beans
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_RACInstall' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'CLUSTER_NODES' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_OSDBA' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_OSOPER' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_GlobalDBName' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_SID' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_StorageType' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_InstallOption' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_CustomInstall' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_SystemClass' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_QuickInstallOption' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_AllocatedMemory' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_AutoMemoryOption' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_ConfigurationType' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_EMCentralAgentSelected' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_MountPointLocation' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_LaunchDBCA' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_SecureConfigDisabled' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_EnableAutoBackup' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_LoadExampleSchemas' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_ReceiveEmailNotification' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_UseDBControl' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_UseFileSystemForRecovery' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_UseSamePassword' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_LaunchNetCA' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_LaunchODMA' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_NoMigration' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_RDBMSInstalling' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_SetOracleBase' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle.install.db.isCCRAuthenticationUsed' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_client_OraMTSPortNumber' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_ConfigTabSelected' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_CharSetOption' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_Type' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_InstallOptionSelected' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_DiskGroupNameForASM' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_EMEmailAddress' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_EMSMTPServer' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_RecoveryBackUpPassword' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_RecoveryBackUpLocation' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_RecoveryBackUpUsername' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_SuperAdminSamePasswdForAll' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_ASMSNMPUserPassword' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_SuperAdminPasswords' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_InstallEdition' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_CharacterSet' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_DiskGroupName' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_OCR_PartitionLocation' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_InstallType' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'INSTALL_TYPE' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_StarterDatabaseType' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_CustomComponents' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'ORACLE_HOME' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'ORACLE_BASE' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'FROM_LOCATION' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'TOPLEVEL_COMPONENT' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'TopLevelComponentVersion' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'b_rdbmsInstall' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'INVENTORY_LOCATION' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'UNIX_GROUP_NAME' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'COLLECTOR_RESPONSE_FILE' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'MYORACLESUPPORT_USERNAME' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'MYORACLESUPPORT_PASSWORD' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'DECLINE_SECURITY_UPDATES' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'PROXY_HOST' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'PROXY_PORT' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'PROXY_USER' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'PROXY_PWD' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'SECURITY_UPDATES_VIA_MYORACLESUPPORT' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'COLLECTOR_IGNORE_FAILURES' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'COLLECTOR_IGNORE_CONFIGURATION' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'SELECTED_LANGUAGES' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'ORACLE_HOSTNAME' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'oracle_install_RACInstall' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'oracle_install_db_SystemClass' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'oracle_install_db_QuickInstallOption' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'oracle_install_db_ConfigurationType' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'oracle_install_db_LaunchDBCA' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'oracle_install_LaunchNetCA' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'oracle_install_db_LaunchODMA' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'oracle_install_NoMigration' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'oracle_install_RDBMSInstalling' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'oracle_install_db_SetOracleBase' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'oracle.install.db.isCCRAuthenticationUsed' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'oracle_install_client_OraMTSPortNumber' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'oracle_install_db_Type' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'oracle_install_db_SuperAdminSamePasswdForAll' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'oracle_install_db_DiskGroupName' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'oracle_install_OCR_PartitionLocation' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'oracle_install_db_InstallType' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'INSTALL_TYPE' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'FROM_LOCATION' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'TOPLEVEL_COMPONENT' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'TopLevelComponentVersion' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'b_rdbmsInstall' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'COLLECTOR_RESPONSE_FILE' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'COLLECTOR_IGNORE_FAILURES' não encontrado no armazenamento de bean.
    WARNING: [INS-07001] Valor para a propriedade 'COLLECTOR_IGNORE_CONFIGURATION' não encontrado no armazenamento de bean.
    INFO: Set value for bean DBSetupBean
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_RACInstall' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'CLUSTER_NODES' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_OSDBA' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_OSOPER' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_GlobalDBName' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_SID' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_StorageType' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_InstallOption' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_CustomInstall' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_SystemClass' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_QuickInstallOption' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_AllocatedMemory' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_AutoMemoryOption' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_ConfigurationType' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_EMCentralAgentSelected' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_MountPointLocation' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_LaunchDBCA' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_SecureConfigDisabled' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_EnableAutoBackup' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_LoadExampleSchemas' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_ReceiveEmailNotification' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_UseDBControl' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_UseFileSystemForRecovery' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_UseSamePassword' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_LaunchNetCA' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_LaunchODMA' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_NoMigration' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_RDBMSInstalling' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_SetOracleBase' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle.install.db.isCCRAuthenticationUsed' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_client_OraMTSPortNumber' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_ConfigTabSelected' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_CharSetOption' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_Type' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_InstallOptionSelected' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_DiskGroupNameForASM' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_EMEmailAddress' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_EMSMTPServer' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_RecoveryBackUpPassword' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_RecoveryBackUpLocation' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_RecoveryBackUpUsername' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_SuperAdminSamePasswdForAll' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_ASMSNMPUserPassword' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_SuperAdminPasswords' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_InstallEdition' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_CharacterSet' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_DiskGroupName' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_OCR_PartitionLocation' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_InstallType' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'INSTALL_TYPE' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_StarterDatabaseType' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'oracle_install_db_CustomComponents' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'ORACLE_HOME' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'ORACLE_BASE' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'FROM_LOCATION' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'TOPLEVEL_COMPONENT' não encontrado no armazenamento de bean.
    INFO: [INS-07001] Valor para a propriedade 'TopLevelComponentVersion' não encontrado no armazenamento de bean.
    WARNING: Failed to load bean oracle.install.ivw.db.bean.DBInstallSettings. Reason: [INS-07001] Valor para a propriedade 'DBInstallSettings' não encontrado no armazenamento de bean.
    INFO: Closing bean stores from which the beans can be loaded
    INFO: Registering the flow views
    INFO: Adding View[type: oracle.install.commons.base.interview.common.view.PrereqGUI viewId: null uiType: null]
    INFO: oracle.install.commons.base.interview.common.view.PrereqGUI added to View Type Registry with the key as [PrereqUI]
    INFO: Adding View[type: oracle.install.commons.base.interview.common.view.SummaryGUI viewId: null uiType: null]
    INFO: oracle.install.commons.base.interview.common.view.SummaryGUI added to View Type Registry with the key as [SummaryUI]
    INFO: Adding View[type: oracle.install.commons.base.interview.common.view.SetupGUI viewId: null uiType: null]
    INFO: oracle.install.commons.base.interview.common.view.SetupGUI added to View Type Registry with the key as [SetupUI]
    INFO: Adding View[type: oracle.install.ivw.common.view.InventoryUI viewId: null uiType: null]
    INFO: oracle.install.ivw.common.view.InventoryUI added to View Type Registry with the key as [InventoryUI]
    INFO: Adding View[type: oracle.install.ivw.common.view.ProductLanguageGUI viewId: ProductLanguageUI uiType: null]
    INFO: oracle.install.ivw.common.view.ProductLanguageGUI added to View Type Registry with the key as [ProductLanguageUI]
    INFO: Adding View[type: oracle.install.ivw.common.view.OCMDetailsGUI viewId: OCMDetailsUI uiType: null]
    INFO: oracle.install.ivw.common.view.OCMDetailsGUI added to View Type Registry with the key as [OCMDetailsUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.ConfigurationTypeUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.ConfigurationTypeUI added to View Type Registry with the key as [ConfigurationTypeUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.DBIdentifierUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.DBIdentifierUI added to View Type Registry with the key as [DBIdentifierUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.ConfigurationOptionsUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.ConfigurationOptionsUI added to View Type Registry with the key as [ConfigurationOptionsUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.ManagementOptionsUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.ManagementOptionsUI added to View Type Registry with the key as [ManagementOptionsUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.StorageOptionsUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.StorageOptionsUI added to View Type Registry with the key as [StorageOptionsUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.RecoveryBackupUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.RecoveryBackupUI added to View Type Registry with the key as [RecoveryBackupUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.ASMDiskGroupSelectionGUI viewId: ASMDiskGroupSelectionUI uiType: null]
    INFO: oracle.install.ivw.db.view.ASMDiskGroupSelectionGUI added to View Type Registry with the key as [ASMDiskGroupSelectionUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.SchemaPasswordUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.SchemaPasswordUI added to View Type Registry with the key as [SchemaPasswordUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.QuickInstallUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.QuickInstallUI added to View Type Registry with the key as [QuickInstallUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.InstallOptionsUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.InstallOptionsUI added to View Type Registry with the key as [InstallOptionsUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.SystemClassUI viewId: SystemClassUI uiType: null]
    INFO: oracle.install.ivw.db.view.SystemClassUI added to View Type Registry with the key as [SystemClassUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.InstallLocationUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.InstallLocationUI added to View Type Registry with the key as [InstallLocationUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.DBEditionGUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.DBEditionGUI added to View Type Registry with the key as [DBEditionUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.NodeSelectionUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.NodeSelectionUI added to View Type Registry with the key as [NodeSelectionUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.FinishUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.FinishUI added to View Type Registry with the key as [FinishUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.PrivilegedOSGroupsGUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.PrivilegedOSGroupsGUI added to View Type Registry with the key as [PrivilegedOSGroupsUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.InstallTypeGUI viewId: installTypeUI uiType: null]
    INFO: oracle.install.ivw.db.view.InstallTypeGUI added to View Type Registry with the key as [installTypeUI]
    INFO: Initial values of Setup Properties :
    PROPERTY                                      VALUE                                             
    CLUSTER_NODES                                 {}                                                
    COLLECTOR_IGNORE_CONFIGURATION                false                                             
    COLLECTOR_IGNORE_FAILURES                     false                                             
    COLLECTOR_RESPONSE_FILE                                                                         
    DECLINE_SECURITY_UPDATES                      false                                             
    FROM_LOCATION                                 E:\ORACLE\Instaladores\Database\win64_11gR2_databas
                                                   e_1of2\database\install\../stage/products.xml     
    INSTALL_TYPE                                  EE                                                
    MYORACLESUPPORT_PASSWORD                      *Protected value, not to be logged*               
    MYORACLESUPPORT_USERNAME                                                                        
    ORACLE_BASE                                                                                     
    ORACLE_HOME                                                                                     
    ORACLE_HOSTNAME                               host.company.net                           
    PROXY_HOST                                                                                      
    PROXY_PORT                                                                                      
    PROXY_PWD                                     *Protected value, not to be logged*               
    PROXY_USER                                                                                      
    SECURITY_UPDATES_VIA_MYORACLESUPPORT          true                                              
    SELECTED_LANGUAGES                            {"en","pt_BR"}                                    
    UNIX_GROUP_NAME                                                                                 
    b_rdbmsInstall                                true                                              
    oracle.install.db.isCCRAuthenticationUsed     false                                             
    oracle_install_LaunchNetCA                    false                                             
    oracle_install_NoMigration                    false                                             
    oracle_install_OCR_PartitionLocation                                                            
    oracle_install_RACInstall                     false                                             
    oracle_install_RDBMSInstalling                true                                              
    oracle_install_client_OraMTSPortNumber        49155                                             
    oracle_install_db_ASMSNMPUserPassword         *Protected value, not to be logged*               
    oracle_install_db_AutoMemoryOption            false                                             
    oracle_install_db_CharSetOption               3                                                 
    oracle_install_db_CharacterSet                                                                  
    oracle_install_db_ConfigTabSelected           0                                                 
    oracle_install_db_ConfigurationType           &General Purpose / Transaction Processing         
    oracle_install_db_CustomInstall               false                                             
    oracle_install_db_DiskGroupName                                                                 
    oracle_install_db_DiskGroupNameForASM                                                           
    oracle_install_db_EMCentralAgentSelected                                                        
    oracle_install_db_EMEmailAddress                                                                
    oracle_install_db_EMSMTPServer                                                                  
    oracle_install_db_EnableAutoBackup            false                                             
    oracle_install_db_InstallEdition              EE                                                
    oracle_install_db_InstallOption               INSTALL_DB_AND_CONFIG                             
    oracle_install_db_InstallOptionSelected       1                                                 
    oracle_install_db_InstallType                 EE                                                
    oracle_install_db_LaunchDBCA                  false                                             
    oracle_install_db_LaunchODMA                  false                                             
    oracle_install_db_LoadExampleSchemas          false                                             
    oracle_install_db_MountPointLocation                                                            
    oracle_install_db_QuickInstallOption          false                                             
    oracle_install_db_ReceiveEmailNotification    false                                             
    oracle_install_db_RecoveryBackUpLocation                                                        
    oracle_install_db_RecoveryBackUpPassword      *Protected value, not to be logged*               
    oracle_install_db_RecoveryBackUpUsername                                                        
    oracle_install_db_SID                                                                           
    oracle_install_db_SecureConfigDisabled        false                                             
    oracle_install_db_SetOracleBase               false                                             
    oracle_install_db_StarterDatabaseType         GENERAL_PURPOSE                                   
    oracle_install_db_StorageType                 0                                                 
    oracle_install_db_SuperAdminPasswords         *Protected value, not to be logged*               
    oracle_install_db_SuperAdminSamePasswdForAll  *Protected value, not to be logged*               
    oracle_install_db_SystemClass                 DESKTOP_CLASS                                     
    oracle_install_db_Type                        1                                                 
    oracle_install_db_UseDBControl                true                                              
    oracle_install_db_UseFileSystemForRecovery    false                                             
    oracle_install_db_UseSamePassword             false                                             
    INFO: Acionando Oracle Database 11g Release 2 Installer
    INFO: Started executing the flow in INTERACTIVE mode
    INFO: Waiting for completion of background operations
    INFO: Finishing all forked tasks at state prepInstall
    INFO: Waiting for completion all forked tasks at state prepInstall
    INFO: All forked task are completed at state prepInstall
    INFO: Completed background operations
    INFO: Executing action at state prepInstall
    INFO: Completed executing action at state <prepInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <prepInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <prepInstall>
    INFO: Completed validating view at state <prepInstall>
    INFO: Validating state <prepInstall>
    WARNING: Validation disabled for the state prepInstall
    INFO: Completed validating state <prepInstall>
    INFO: Verifying route success
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state decideOCMInstall
    INFO: Completed executing action at state <decideOCMInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <decideOCMInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <decideOCMInstall>
    INFO: Completed validating view at state <decideOCMInstall>
    INFO: Validating state <decideOCMInstall>
    WARNING: Validation disabled for the state decideOCMInstall
    INFO: Completed validating state <decideOCMInstall>
    INFO: Verifying route requireOCM
    INFO: Get view named [OCMDetailsUI]
    INFO: View for [OCMDetailsUI] is oracle.install.ivw.common.view.OCMDetailsGUI@1e34f445
    INFO: Initializing view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Completed initializing view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Displaying view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Completed displaying view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Loading view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Completed loading view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Localizing view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Completed localizing view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state getOCMDetails
    INFO: Completed executing action at state <getOCMDetails>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <getOCMDetails>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <getOCMDetails>
    INFO: Completed validating view at state <getOCMDetails>
    INFO: Validating state <getOCMDetails>
    SEVERE: Você não forneceu um endereço de e-mail.
    Deseja continuar desinformado sobre questões críticas de segurança na sua configuração?
    INFO: Completed validating state <getOCMDetails>
    INFO: Verifying route success
    INFO: Get view named [InstallOptionsUI]
    INFO: InstallOptionsUI Entering Constructor
    INFO: InstallOptionsUI Exiting Constructor
    INFO: View for [InstallOptionsUI] is oracle.install.ivw.db.view.InstallOptionsUI@7e6baf24
    INFO: Initializing view <InstallOptionsUI> at state <installOptions>
    INFO: Completed initializing view <InstallOptionsUI> at state <installOptions>
    INFO: Displaying view <InstallOptionsUI> at state <installOptions>
    INFO: Completed displaying view <InstallOptionsUI> at state <installOptions>
    INFO: Loading view <InstallOptionsUI> at state <installOptions>
    INFO: Completed loading view <InstallOptionsUI> at state <installOptions>
    INFO: Localizing view <InstallOptionsUI> at state <installOptions>
    INFO: Completed localizing view <InstallOptionsUI> at state <installOptions>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state installOptions
    INFO: Completed executing action at state <installOptions>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <installOptions>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: InstallOptions UI Entering & Exiting processInput
    INFO: Validating view at state <installOptions>
    INFO: Completed validating view at state <installOptions>
    INFO: Validating state <installOptions>
    INFO: Completed validating state <installOptions>
    INFO: InstallOptionsAction Actions.transition called
    INFO: selectedInstallOption is :INSTALL_DB_AND_CONFIG
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    INFO: Is CRS Installed false
    INFO: launchNETCA = true
    INFO: Verifying route system_class
    INFO: Get view named [SystemClassUI]
    INFO: SystemClassUI Entering Constructor
    INFO: SystemClassUI Exiting Constructor
    INFO: View for [SystemClassUI] is oracle.install.ivw.db.view.SystemClassUI@4c68059
    INFO: Initializing view <SystemClassUI> at state <getSystemClass>
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    INFO: Is CRS Installed false
    INFO: Completed initializing view <SystemClassUI> at state <getSystemClass>
    INFO: Displaying view <SystemClassUI> at state <getSystemClass>
    INFO: Completed displaying view <SystemClassUI> at state <getSystemClass>
    INFO: Loading view <SystemClassUI> at state <getSystemClass>
    INFO: Completed loading view <SystemClassUI> at state <getSystemClass>
    INFO: Localizing view <SystemClassUI> at state <getSystemClass>
    INFO: Completed localizing view <SystemClassUI> at state <getSystemClass>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state getSystemClass
    INFO: Completed executing action at state <getSystemClass>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <getSystemClass>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: SystemClassUI Entering & Exiting processInput
    INFO: Validating view at state <getSystemClass>
    INFO: Completed validating view at state <getSystemClass>
    INFO: Validating state <getSystemClass>
    INFO: Completed validating state <getSystemClass>
    INFO: selectedSystemClass is :SERVER_CLASS
    INFO: Verifying route server_class_yes
    INFO: Get view named [NodeSelectionUI]
    INFO: NodeSelectionUI Entering Constructor
    INFO: strColHeader[0]:
    INFO: strColHeader[1]:Node Name
    INFO: View for [NodeSelectionUI] is oracle.install.ivw.db.view.NodeSelectionUI@42130c2
    INFO: Initializing view <NodeSelectionUI> at state <nodeSelectionPage>
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    INFO: Is CRS Installed false
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    INFO: Is CRS Installed false
    INFO: Completed initializing view <NodeSelectionUI> at state <nodeSelectionPage>
    INFO: Displaying view <NodeSelectionUI> at state <nodeSelectionPage>
    INFO: Completed displaying view <NodeSelectionUI> at state <nodeSelectionPage>
    INFO: Loading view <NodeSelectionUI> at state <nodeSelectionPage>
    INFO: Completed loading view <NodeSelectionUI> at state <nodeSelectionPage>
    INFO: Localizing view <NodeSelectionUI> at state <nodeSelectionPage>
    INFO: strColHeader[0]:
    INFO: strColHeader[1]:Nome do Nó
    INFO: Completed localizing view <NodeSelectionUI> at state <nodeSelectionPage>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state nodeSelectionPage
    INFO: Completed executing action at state <nodeSelectionPage>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <nodeSelectionPage>
    INFO: Terminating all background operations
    INFO: Terminated all background operations
    INFO: Displaying view <SystemClassUI> at state <getSystemClass>
    INFO: Completed displaying view <SystemClassUI> at state <getSystemClass>
    INFO: Loading view <SystemClassUI> at state <getSystemClass>
    INFO: Completed loading view <SystemClassUI> at state <getSystemClass>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state getSystemClass
    INFO: Completed executing action at state <getSystemClass>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved back to state: getSystemClass
    INFO: Terminating all background operations
    INFO: Terminated all background operations
    INFO: SystemClassUI Entering & Exiting processInput
    INFO: Displaying view <InstallOptionsUI> at state <installOptions>
    INFO: Completed displaying view <InstallOptionsUI> at state <installOptions>
    INFO: Loading view <InstallOptionsUI> at state <installOptions>
    INFO: Completed loading view <InstallOptionsUI> at state <installOptions>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state installOptions
    INFO: Completed executing action at state <installOptions>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved back to state: installOptions
    INFO: Terminating all background operations
    INFO: Terminated all background operations
    INFO: InstallOptions UI Entering & Exiting processInput
    INFO: Displaying view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Completed displaying view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Loading view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Completed loading view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state getOCMDetails
    INFO: Completed executing action at state <getOCMDetails>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved back to state: getOCMDetails
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <getOCMDetails>
    INFO: Completed validating view at state <getOCMDetails>
    INFO: Validating state <getOCMDetails>
    SEVERE: Você não forneceu um endereço de e-mail.
    Deseja continuar desinformado sobre questões críticas de segurança na sua configuração?
    INFO: Completed validating state <getOCMDetails>
    INFO: Verifying route success
    INFO: Displaying view <InstallOptionsUI> at state <installOptions>
    INFO: Completed displaying view <InstallOptionsUI> at state <installOptions>
    INFO: Loading view <InstallOptionsUI> at state <installOptions>
    INFO: Completed loading view <InstallOptionsUI> at state <installOptions>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state installOptions
    INFO: Completed executing action at state <installOptions>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <installOptions>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: InstallOptions UI Entering & Exiting processInput
    INFO: Validating view at state <installOptions>
    INFO: Completed validating view at state <installOptions>
    INFO: Validating state <installOptions>
    INFO: Completed validating state <installOptions>
    INFO: InstallOptionsAction Actions.transition called
    INFO: selectedInstallOption is :INSTALL_DB_AND_CONFIG
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    INFO: Is CRS Installed false
    INFO: launchNETCA = true
    INFO: Verifying route system_class
    INFO: Displaying view <SystemClassUI> at state <getSystemClass>
    INFO: Completed displaying view <SystemClassUI> at state <getSystemClass>
    INFO: Loading view <SystemClassUI> at state <getSystemClass>
    INFO: Completed loading view <SystemClassUI> at state <getSystemClass>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state getSystemClass
    INFO: Completed executing action at state <getSystemClass>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <getSystemClass>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: SystemClassUI Entering & Exiting processInput
    INFO: Validating view at state <getSystemClass>
    INFO: Completed validating view at state <getSystemClass>
    INFO: Validating state <getSystemClass>
    INFO: Completed validating state <getSystemClass>
    INFO: selectedSystemClass is :SERVER_CLASS
    INFO: Verifying route server_class_yes
    INFO: Displaying view <NodeSelectionUI> at state <nodeSelectionPage>
    INFO: Completed displaying view <NodeSelectionUI> at state <nodeSelectionPage>
    INFO: Loading view <NodeSelectionUI> at state <nodeSelectionPage>
    INFO: Completed loading view <NodeSelectionUI> at state <nodeSelectionPage>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state nodeSelectionPage
    INFO: Completed executing action at state <nodeSelectionPage>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <nodeSelectionPage>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <nodeSelectionPage>
    INFO: Completed validating view at state <nodeSelectionPage>
    INFO: Validating state <nodeSelectionPage>
    INFO: Completed validating state <nodeSelectionPage>
    INFO: NodeSelectionAction Actions.transition called
    INFO: selectedInstallOption is :INSTALL_DB_AND_CONFIG
    INFO: Verifying route create_and_configureDB
    INFO: Get view named [installTypeUI]
    INFO: View for [installTypeUI] is oracle.install.ivw.db.view.InstallTypeGUI@49bfd53d
    INFO: Initializing view <installTypeUI> at state <installType>
    INFO: Completed initializing view <installTypeUI> at state <installType>
    INFO: Displaying view <installTypeUI> at state <installType>
    INFO: Completed displaying view <installTypeUI> at state <installType>
    INFO: Loading view <installTypeUI> at state <installType>
    INFO: Completed loading view <installTypeUI> at state <installType>
    INFO: Localizing view <installTypeUI> at state <installType>
    INFO: Completed localizing view <installTypeUI> at state <installType>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state installType
    INFO: Completed executing action at state <installType>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <installType>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <installType>
    INFO: Completed validating view at state <installType>
    INFO: Validating state <installType>
    WARNING: Validation disabled for the state installType
    INFO: Completed validating state <installType>
    INFO: Verifying route advanced_yes
    INFO: Get view named [ProductLanguageUI]
    INFO: View for [ProductLanguageUI] is oracle.install.ivw.common.view.ProductLanguageGUI@7db81d4f
    INFO: Initializing view <ProductLanguageUI> at state <productLanguage>
    INFO: Completed initializing view <ProductLanguageUI> at state <productLanguage>
    INFO: Displaying view <ProductLanguageUI> at state <productLanguage>
    INFO: Extraindo Idiomas Disponíveis...
    INFO: Completed displaying view <ProductLanguageUI> at state <productLanguage>
    INFO: Loading view <ProductLanguageUI> at state <productLanguage>
    INFO: Completed loading view <ProductLanguageUI> at state <productLanguage>
    INFO: Localizing view <ProductLanguageUI> at state <productLanguage>
    INFO: Completed localizing view <ProductLanguageUI> at state <productLanguage>
    INFO: Waiting for completion of background operations
    INFO: Finishing all forked tasks at state productLanguage
    INFO: Waiting for completion all forked tasks at state productLanguage
    INFO: All forked task are completed at state productLanguage
    INFO: Completed background operations
    INFO: Executing action at state productLanguage
    INFO: Completed executing action at state <productLanguage>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <productLanguage>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: The languages in which the product will be installed are [en]
    INFO: Validating view at state <productLanguage>
    INFO: Completed validating view at state <productLanguage>
    INFO: Validating state <productLanguage>
    INFO: Using default Validator configured in the Action class oracle.install.ivw.common.action.ProductLanguageAction
    INFO: Completed validating state <productLanguage>
    INFO: Verifying route productlanguage_yes
    INFO: Get view named [DBEditionUI]
    INFO: Reading shiphome metadata from E:\ORACLE\Instaladores\Database\win64_11gR2_database_1of2\database\install\..\stage\shiphomeproperties.xml
    INFO: Loading beanstore from file:/E:/ORACLE/Instaladores/Database/win64_11gR2_database_1of2/database/install/../stage/shiphomeproperties.xml
    INFO: Translating external format into raw format
    INFO: Restoring class oracle.install.driver.oui.ShiphomeMetadata from file:/E:/ORACLE/Instaladores/Database/win64_11gR2_database_1of2/database/install/../stage/shiphomeproperties.xml
    INFO: size estimation for EEinstall is 3425.1435203552246
    INFO: Reading shiphome metadata from E:\ORACLE\Instaladores\Database\win64_11gR2_database_1of2\database\install\..\stage\shiphomeproperties.xml
    INFO: Loading beanstore from file:/E:/ORACLE/Instaladores/Database/win64_11gR2_database_1of2/database/install/../stage/shiphomeproperties.xml
    INFO: Translating external format into raw format
    INFO: Restoring class oracle.install.driver.oui.ShiphomeMetadata from file:/E:/ORACLE/Instaladores/Database/win64_11gR2_database_1of2/database/install/../stage/shiphomeproperties.xml
    INFO: size estimation for SEinstall is 3371.2472734451294
    INFO: size estimation for PEinstall is 3425.1435203552246
    INFO: View for [DBEditionUI] is oracle.install.ivw.db.view.DBEditionGUI[,0,0,0x0,invalid,layout=java.awt.GridBagLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=9,maximumSize=,minimumSize=,preferredSize=]
    INFO: Initializing view <DBEditionUI> at state <dbEdition>
    INFO: Re-loading component config bea

  • Fonts shown as installed by Font Book not available to applications

    I have several fonts that Font Book shows as installed that are not available to any of my applications, including Word and Quark Express. These fonts include Arial Bold, Arial Bold Italic, and Arial Italic, all of which I believe were installed as part of OS 10.4, along with several other fonts in the Arial family that are available to my applications. How can I get all my installed fonts to be available to my applications?
    John Link

    HI John,
    Try deleting the FontBook pref file: com.apple.fontbook.plist
    /Users/YourName/Library/Preferences. Drag the .plist file from your Preferences folder to the Trash, empty the Trash and reboot. Launch Word or QE and see if those fonts are available now.
    Validating fonts
    If fonts are not displayed as expected when you open documents or you cannot open documents, it's possible fonts have been corrupted. You can validate fonts to confirm they are still safe to use, and remove any corrupted fonts you find.
    Take care not to remove system fonts, located in /System/Library/Fonts; removing system fonts could cause some applications to quit unexpectedly.
    To validate fonts:
    Open Font Book and select one or more installed fonts to check.
    Choose File > Validate Font.
    In the Font Validation window, review the fonts listed for warnings or errors. Use the pop-up menu to display warnings and errors separately, if necessary.
    For fonts with warnings or errors, click the disclosure triangle next to the font to see which validation rules show errors.
    To remove a corrupted font, click the checkbox next to the font. Make sure fonts you want to keep are not checked. Then click the Remove Checked button.
    You can also use the Console utility to troubleshoot problems with installed fonts. In the console.log window, type "font" or a font name (such as "Arial") in the Filter field to find font-related log messages.
    You can validate font files before installing the fonts. To do so, in Font Book choose File > Validate Files. Browse to and select a font file to validate and click Open. Font Book displays the Font Validation window and indicates whether it found problems with the font.
    Carolyn

Maybe you are looking for

  • ITunes and Error Report

    Today I updated to iTunes 7.7 (I have Windows XP Home Edition Service Pack 3) and every time I close iTunes, I see this dialog window: iTunes has encountered a problem and needs to close. We are sorry for the inconvenience. If you were in the middle

  • Import  XSD to create Data type in Design

    hi,   I know that we can import XSD in Design and create data type,my question is: 1.  Can i import an XSD thats been created in message mapping and use that to create my data type in design. (or) 2.Should i have to write an XSD on my own and then im

  • Update episode release date....

    I have an old episode that is at the bottom of my podcast that we wanted to move towards the top. In order to do this, I updated the "release date" of the episode in my feed to a more recent date. Sure enough, doing that moved the episode up exactly

  • Regd: Insert DATE into Dictionary Table

    Hi All, I've problems in inserting the Date value into java dictionary table (Oracle is the backend). i'm getting the below error: "type check error: new value (element number 2) is not assignable to column". what is the format it accepts while inser

  • Report in Unix

    I am with problems when passing a report developed in windows for the Unix. It loses all the text font configuration modifying the lay-out of the report. Somebody already had this problem?