Database Configuration Assistant for 8.1.61 and Red Hat 6.1

This is my first install and I'm a little confused.
Im installing Oracle Enterprise 8i release 2 (aka 8.1.6.1) on a Linux box (Red Hat 6.1). When Oracles Installer gets to the Database Configuration Assistant, it runs for awhile and then gives me this error:
ORA-03114 not connected to ORACLE
When I click OK to dismiss the message, it just hangs there. If I get to a shell and kill off a few of the DbCA processes, I eventually get back to the Installer and I can Exit. It says that the installation was successful but the sample database was not created.
Ive tried this twice now. Same result each time.
null

Hi,
I've got the same problem. dbassist and svrmgrl give me the same errors.
I'm using Oracle 8.1.6.1.0 on Mandrake 7.1. With the 2.2.15-4mdksecure kernel.
SVRMGR> CONNECT INTERNAL
Connected
SVRMGR> STARTUP NOMOUNT
ORA-00445: background process "PMON" did not start after 120 seconds
SVRMGR> (SQL stuff...)
ORA-03114: not connected to ORACLE
Any ideas?
This is driving me nuts!!!
Thx
Johan
null

Similar Messages

  • Problem using template in database configuration assistant Oracle 10g

    Hi,
    I created a database using the database configuration assistant for Oracle 10g on a Windows Server 2003 box. The database I created worked perfectly, and I had saved it as a template so I could save some time when creating similar databases (which I have to do on occasion)
    When I try to use the template though, I get an error (at about 4% through the database creation) saying:
    ORA-01501: CREATE DATABASE failed
    ORA-09314: sltln: error translating logical name
    I'm creating this new database on the same server as the one I created my previous database on and NOTHING has changed on it, I did this just minutes apart and can duplicate it at will (just try and use a template)
    Heres the template file contents (KM1.dbt)
    <DatabaseTemplate name="KM1" description="" version="10.1.0.2.0">
    <CommonAttributes>
    <option name="ISEARCH" value="false"/>
    <option name="OMS" value="false"/>
    <option name="JSERVER" value="false"/>
    <option name="SPATIAL" value="false"/>
    <option name="ODM" value="false">
    <tablespace id="SYSAUX"/>
    </option>
    <option name="IMEDIA" value="false"/>
    <option name="XDB_PROTOCOLS" value="false">
    <tablespace id="SYSAUX"/>
    </option>
    <option name="ORACLE_TEXT" value="false">
    <tablespace id="SYSAUX"/>
    </option>
    <option name="SAMPLE_SCHEMA" value="false"/>
    <option name="CWMLITE" value="false">
    <tablespace id="SYSAUX"/>
    </option>
    <option name="EM_REPOSITORY" value="true">
    <tablespace id="SYSAUX"/>
    </option>
    </CommonAttributes>
    <Variables/>
    <CustomScripts Execute="false"/>
    <InitParamAttributes>
    <InitParams>
    <initParam name="O7_DICTIONARY_ACCESSIBILITY" value="TRUE"/>
    <initParam name="background_dump_dest" value="{ORACLE_BASE}\admin\{DB_UNIQUE_NAME}\bdump"/>
    <initParam name="compatible" value="10.1.0.2.0"/>
    <initParam name="core_dump_dest" value="{ORACLE_BASE}\admin\{DB_UNIQUE_NAME}\cdump"/>
    <initParam name="db_block_size" value="8" unit="KB"/>
    <initParam name="db_cache_size" value="24" unit="MB"/>
    <initParam name="db_create_file_dest" value="E:\oradata"/>
    <initParam name="db_create_online_log_dest_1" value="C:\Oradata"/>
    <initParam name="db_create_online_log_dest_2" value="D:\Oradata"/>
    <initParam name="db_create_online_log_dest_3" value="E:\Oradata"/>
    <initParam name="db_domain" value="JACOBSONCO.COM"/>
    <initParam name="db_file_multiblock_read_count" value="16"/>
    <initParam name="db_name" value="UDC7"/>
    <initParam name="db_recovery_file_dest" value="E:\UDC7\flash_recovery_area"/>
    <initParam name="db_recovery_file_dest_size" value="2048" unit="MB"/>
    <initParam name="java_pool_size" value="0" unit="MB"/>
    <initParam name="job_queue_processes" value="10"/>
    <initParam name="large_pool_size" value="8" unit="MB"/>
    <initParam name="open_cursors" value="1000"/>
    <initParam name="pga_aggregate_target" value="24" unit="MB"/>
    <initParam name="processes" value="150"/>
    <initParam name="remote_login_passwordfile" value="EXCLUSIVE"/>
    <initParam name="shared_pool_size" value="80" unit="MB"/>
    <initParam name="sort_area_size" value="65536"/>
    <initParam name="undo_management" value="AUTO"/>
    <initParam name="undo_tablespace" value="UNDOTBS1"/>
    <initParam name="user_dump_dest" value="{ORACLE_BASE}\admin\{DB_UNIQUE_NAME}\udump"/>
    </InitParams>
    <MiscParams>
    <databaseType>MULTIPURPOSE</databaseType>
    <maxUserConn>20</maxUserConn>
    <percentageMemTOSGA>40</percentageMemTOSGA>
    <customSGA>true</customSGA>
    <characterSet>WE8MSWIN1252</characterSet>
    <nationalCharacterSet>AL16UTF16</nationalCharacterSet>
    <archiveLogMode>false</archiveLogMode>
    <initParamFileName>{ORACLE_BASE}\admin\{DB_UNIQUE_NAME}\pfile\init.ora</initParamFileName>
    </MiscParams>
    <SPfile useSPFile="true">{ORACLE_HOME}\database\spfile{SID}.ora</SPfile>
    </InitParamAttributes>
    <StorageAttributes>
    <ControlfileAttributes id="Controlfile">
    <maxDatafiles>100</maxDatafiles>
    <maxLogfiles>16</maxLogfiles>
    <maxLogMembers>3</maxLogMembers>
    <maxLogHistory>1</maxLogHistory>
    <maxInstances>8</maxInstances>
    <image name="&lt;OMF_CONTROL_0>" filepath="{ORACLE_BASE}\oradata\{DB_UNIQUE_NAME}\"/>
    <image name="&lt;OMF_CONTROL_1>" filepath="{ORACLE_BASE}\oradata\{DB_UNIQUE_NAME}\"/>
    <image name="&lt;OMF_CONTROL_2>" filepath="{ORACLE_BASE}\oradata\{DB_UNIQUE_NAME}\"/>
    </ControlfileAttributes>
    <DatafileAttributes id="&lt;OMF_SNIKEB_DATAFILE_0>">
    <tablespace>SNIKEB</tablespace>
    <temporary>false</temporary>
    <online>true</online>
    <status>0</status>
    <size unit="MB">300</size>
    <reuse>false</reuse>
    <autoExtend>false</autoExtend>
    <increment unit="KB">-2</increment>
    <maxSize unit="KB">-1</maxSize>
    </DatafileAttributes>
    <DatafileAttributes id="&lt;OMF_SYSAUX_DATAFILE_0>">
    <tablespace>SYSAUX</tablespace>
    <temporary>false</temporary>
    <online>true</online>
    <status>0</status>
    <size unit="MB">120</size>
    <reuse>true</reuse>
    <autoExtend>true</autoExtend>
    <increment unit="KB">10240</increment>
    <maxSize unit="MB">-1</maxSize>
    </DatafileAttributes>
    <DatafileAttributes id="&lt;OMF_SYSTEM_DATAFILE_0>">
    <tablespace>SYSTEM</tablespace>
    <temporary>false</temporary>
    <online>true</online>
    <status>0</status>
    <size unit="MB">300</size>
    <reuse>true</reuse>
    <autoExtend>true</autoExtend>
    <increment unit="KB">10240</increment>
    <maxSize unit="MB">-1</maxSize>
    </DatafileAttributes>
    <DatafileAttributes id="&lt;OMF_TEMP_DATAFILE_0>">
    <tablespace>TEMP</tablespace>
    <temporary>false</temporary>
    <online>true</online>
    <status>0</status>
    <size unit="MB">20</size>
    <reuse>true</reuse>
    <autoExtend>true</autoExtend>
    <increment unit="KB">640</increment>
    <maxSize unit="MB">-1</maxSize>
    </DatafileAttributes>
    <DatafileAttributes id="&lt;OMF_UNDOTBS1_DATAFILE_0>">
    <tablespace>UNDOTBS1</tablespace>
    <temporary>false</temporary>
    <online>true</online>
    <status>0</status>
    <size unit="MB">200</size>
    <reuse>true</reuse>
    <autoExtend>true</autoExtend>
    <increment unit="KB">5120</increment>
    <maxSize unit="MB">-1</maxSize>
    </DatafileAttributes>
    <DatafileAttributes id="&lt;OMF_USERS_DATAFILE_0>">
    <tablespace>USER_DATA</tablespace>
    <temporary>false</temporary>
    <online>true</online>
    <status>0</status>
    <size unit="MB">5</size>
    <reuse>true</reuse>
    <autoExtend>true</autoExtend>
    <increment unit="KB">1280</increment>
    <maxSize unit="MB">-1</maxSize>
    </DatafileAttributes>
    <TablespaceAttributes id="SNIKEB">
    <online>true</online>
    <offlineMode>1</offlineMode>
    <readOnly>false</readOnly>
    <temporary>false</temporary>
    <defaultTemp>false</defaultTemp>
    <undo>false</undo>
    <local>true</local>
    <blockSize>-1</blockSize>
    <allocation>1</allocation>
    <uniAllocSize unit="KB">-1</uniAllocSize>
    <initSize unit="KB">-1</initSize>
    <increment unit="KB">-1</increment>
    <incrementPercent>-1</incrementPercent>
    <minExtends>-1</minExtends>
    <maxExtends>-2</maxExtends>
    <minExtendsSize unit="KB">-1</minExtendsSize>
    <logging>true</logging>
    <recoverable>false</recoverable>
    <maxFreeSpace>0</maxFreeSpace>
    <autoSegmentMgmt>true</autoSegmentMgmt>
    <datafilesList>
    <TablespaceDatafileAttributes id="&lt;OMF_SNIKEB_DATAFILE_0>">
    <id>1</id>
    </TablespaceDatafileAttributes>
    </datafilesList>
    </TablespaceAttributes>
    <TablespaceAttributes id="SYSAUX">
    <online>true</online>
    <offlineMode>1</offlineMode>
    <readOnly>false</readOnly>
    <temporary>false</temporary>
    <defaultTemp>false</defaultTemp>
    <undo>false</undo>
    <local>true</local>
    <blockSize>-1</blockSize>
    <allocation>1</allocation>
    <uniAllocSize unit="KB">-1</uniAllocSize>
    <initSize unit="KB">64</initSize>
    <increment unit="KB">64</increment>
    <incrementPercent>50</incrementPercent>
    <minExtends>1</minExtends>
    <maxExtends>4096</maxExtends>
    <minExtendsSize unit="KB">64</minExtendsSize>
    <logging>true</logging>
    <recoverable>false</recoverable>
    <maxFreeSpace>0</maxFreeSpace>
    <autoSegmentMgmt>true</autoSegmentMgmt>
    <datafilesList>
    <TablespaceDatafileAttributes id="&lt;OMF_SYSAUX_DATAFILE_0>">
    <id>-1</id>
    </TablespaceDatafileAttributes>
    </datafilesList>
    </TablespaceAttributes>
    <TablespaceAttributes id="SYSTEM">
    <online>true</online>
    <offlineMode>1</offlineMode>
    <readOnly>false</readOnly>
    <temporary>false</temporary>
    <defaultTemp>false</defaultTemp>
    <undo>false</undo>
    <local>true</local>
    <blockSize>-1</blockSize>
    <allocation>3</allocation>
    <uniAllocSize unit="KB">-1</uniAllocSize>
    <initSize unit="KB">64</initSize>
    <increment unit="KB">64</increment>
    <incrementPercent>50</incrementPercent>
    <minExtends>1</minExtends>
    <maxExtends>-1</maxExtends>
    <minExtendsSize unit="KB">64</minExtendsSize>
    <logging>true</logging>
    <recoverable>false</recoverable>
    <maxFreeSpace>0</maxFreeSpace>
    <autoSegmentMgmt>true</autoSegmentMgmt>
    <datafilesList>
    <TablespaceDatafileAttributes id="&lt;OMF_SYSTEM_DATAFILE_0>">
    <id>-1</id>
    </TablespaceDatafileAttributes>
    </datafilesList>
    </TablespaceAttributes>
    <TablespaceAttributes id="TEMP">
    <online>true</online>
    <offlineMode>1</offlineMode>
    <readOnly>false</readOnly>
    <temporary>true</temporary>
    <defaultTemp>true</defaultTemp>
    <undo>false</undo>
    <local>true</local>
    <blockSize>-1</blockSize>
    <allocation>1</allocation>
    <uniAllocSize unit="KB">-1</uniAllocSize>
    <initSize unit="KB">64</initSize>
    <increment unit="KB">64</increment>
    <incrementPercent>0</incrementPercent>
    <minExtends>1</minExtends>
    <maxExtends>0</maxExtends>
    <minExtendsSize unit="KB">64</minExtendsSize>
    <logging>true</logging>
    <recoverable>false</recoverable>
    <maxFreeSpace>0</maxFreeSpace>
    <autoSegmentMgmt>true</autoSegmentMgmt>
    <datafilesList>
    <TablespaceDatafileAttributes id="&lt;OMF_TEMP_DATAFILE_0>">
    <id>-1</id>
    </TablespaceDatafileAttributes>
    </datafilesList>
    </TablespaceAttributes>
    <TablespaceAttributes id="UNDOTBS1">
    <online>true</online>
    <offlineMode>1</offlineMode>
    <readOnly>false</readOnly>
    <temporary>false</temporary>
    <defaultTemp>false</defaultTemp>
    <undo>true</undo>
    <local>true</local>
    <blockSize>-1</blockSize>
    <allocation>1</allocation>
    <uniAllocSize unit="KB">-1</uniAllocSize>
    <initSize unit="KB">512</initSize>
    <increment unit="KB">512</increment>
    <incrementPercent>50</incrementPercent>
    <minExtends>8</minExtends>
    <maxExtends>4096</maxExtends>
    <minExtendsSize unit="KB">512</minExtendsSize>
    <logging>true</logging>
    <recoverable>false</recoverable>
    <maxFreeSpace>0</maxFreeSpace>
    <autoSegmentMgmt>true</autoSegmentMgmt>
    <datafilesList>
    <TablespaceDatafileAttributes id="&lt;OMF_UNDOTBS1_DATAFILE_0>">
    <id>-1</id>
    </TablespaceDatafileAttributes>
    </datafilesList>
    </TablespaceAttributes>
    <TablespaceAttributes id="USER_DATA">
    <online>true</online>
    <offlineMode>1</offlineMode>
    <readOnly>false</readOnly>
    <temporary>false</temporary>
    <defaultTemp>false</defaultTemp>
    <undo>false</undo>
    <local>true</local>
    <blockSize>-1</blockSize>
    <allocation>1</allocation>
    <uniAllocSize unit="KB">-1</uniAllocSize>
    <initSize unit="KB">128</initSize>
    <increment unit="KB">128</increment>
    <incrementPercent>0</incrementPercent>
    <minExtends>1</minExtends>
    <maxExtends>4096</maxExtends>
    <minExtendsSize unit="KB">128</minExtendsSize>
    <logging>true</logging>
    <recoverable>false</recoverable>
    <maxFreeSpace>0</maxFreeSpace>
    <autoSegmentMgmt>true</autoSegmentMgmt>
    <datafilesList>
    <TablespaceDatafileAttributes id="&lt;OMF_USERS_DATAFILE_0>">
    <id>-1</id>
    </TablespaceDatafileAttributes>
    </datafilesList>
    </TablespaceAttributes>
    <RedoLogGroupAttributes id="1">
    <reuse>false</reuse>
    <fileSize unit="KB">10240</fileSize>
    <Thread>1</Thread>
    <member ordinal="0" memberName="OMF_1_REDOLOG_MEMBER_0" filepath="{ORACLE_BASE}\oradata\{DB_UNIQUE_NAME}\"/>
    </RedoLogGroupAttributes>
    <RedoLogGroupAttributes id="2">
    <reuse>false</reuse>
    <fileSize unit="KB">10240</fileSize>
    <Thread>1</Thread>
    <member ordinal="0" memberName="OMF_2_REDOLOG_MEMBER_0" filepath="{ORACLE_BASE}\oradata\{DB_UNIQUE_NAME}\"/>
    </RedoLogGroupAttributes>
    <RedoLogGroupAttributes id="3">
    <reuse>false</reuse>
    <fileSize unit="KB">10240</fileSize>
    <Thread>1</Thread>
    <member ordinal="0" memberName="OMF_3_REDOLOG_MEMBER_0" filepath="{ORACLE_BASE}\oradata\{DB_UNIQUE_NAME}\"/>
    </RedoLogGroupAttributes>
    </StorageAttributes>
    </DatabaseTemplate>
    can anyone explain why I keep getting this error?
    Thanks

    Error:     ORA-9314
    Text:     sltln: error translating logical name
    Cause:     Internal buffer may have overflowed
    Action:     See OSD error accompanying this message
    Check alertlog and trace files.
    Message was edited by:
    FeNiCrC_Neil

  • Changing Language for the Database Configuration Assistant, Net Manager,etc

    Help! I've downloaded and installed Oracle 10g successfully. To my dismay, the Database Configuration Assistant, Net Manager, Net Configuration Assistant display German when I click on them instead of English. All my other documentation is perfectly in English!
    BR,
    ==ManP

    Did you ever get this resolved? I am having the same problem except with Chinese, not German

  • Database Configuration Assistent and JVM

    Hi
    Is it possible to tell Database Configuration Assistent to install JVM 1.4 instead 1.3 during creation of new database in Oracle DB 9.2

    No. The version of the internal JVM is tied to the version of the databas. All 9.2 databases will have a 1.3 JVM. If you need the 1.4 JVM, you can upgrade to the 10g database.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • 10g installation stays at 45% during Database Configuration Assistant

    Hi,
    I am trying to install Oracle 10g in my windows XP machine.Installation goes on smoothly and the configuration assistant window appears.The Database Configuration Assistant page showing the progess bar for database creation also appears.The progress shows Clone database creation in progress at 45%. It has been running for more than 6 hours.
    What should i do? Can i stop and run Database Configuration Assistant independently? Is installation of all oracle database component complete?
    Please advice.
    Regards,
    Jay

    Hi,
    I have checked and the Oracle listener is started.The problem is still there.
    Where do i locate the files created during DBCA process? If there are any files left will they be replaced when i run DBCA independently?
    Please advice.
    Thanks.
    Jay

  • 8.1.5 Install Problem: Database Configuration Assistant

    I have problems installing Oracle 8.1.5 on Linux.
    On the "Configuration tools" screen, I get the following
    error for the 'Oracle Database Configuration Assistant':
    "A required command line argument is missing"
    The installation claims the error is not critical.
    When I try to access the database with SQL*Plus and the default
    SYS/CHANGE_ME_ON_INSTALL login, I get the following error:
    ORA01033: Oracle intialization or shutdown in progress.
    I cannot start or stop the database.
    When I use "connect internal" in srvmgr, and try to do "startup",
    I get "insufficient privileges".
    When I use "connect SYSTEM/CHANGE_ME_ON_INSTALL", I get ORA01033
    again.
    My system configuration:
    RedHat 6.0
    2x Pentium II 266
    192 MB RAM
    Java JRE 1.6.5
    Kernel 2.2.10
    Hints etc. appreciated.
    null

    I have exactly the same setup (ie 2.2.10 etc) with
    exactly the same error message on install. In fact
    as far as I can tell no database was created because
    of this error. I run the "dbassist" sepeartely after the
    install and I get :
    " JNLS Excetion:oracle.....
    Unable to find any National Character Sets.
    Please Check your Oracle Installation"
    This is a stock redhat 6.0 install with the addition
    of the redhat errata updates(ie enlightenment-0.15.5-36
    , X, kde etc) and kernel 2.2.10.
    Yes logged in as the "oracle" user which also has group
    dba priv.
    Michael (guest) wrote:
    : The default password for sys is change_on_install, not
    : change_me_on_install, although a regular "connect internal"
    : should still work regardless (it won't for future versions, but
    : in 8.1.5, it should still work at least). Are you logged into
    : the OS as the "oracle" account (or whatever you used as the
    : install account)? Is this user a member of the "dba" group?
    : Also, make sure the permissions/ownerships of the files are
    : correct--your umask should have been 022 on the install account
    : before the install. The install manual states the correct
    : permissions on important files, and ownerships should pretty
    much
    : all (if not all) be oracle:dba.
    : If a shutdown was initiated, was it long ago? Live Oracle dbs
    : can take a while to shutdown, but if this is a new install and
    : not live or anything, it shouldn't take that long.
    : Sven Neuhaus (guest) wrote:
    : : I have problems installing Oracle 8.1.5 on Linux.
    : : On the "Configuration tools" screen, I get the following
    : : error for the 'Oracle Database Configuration Assistant':
    : : "A required command line argument is missing"
    : : The installation claims the error is not critical.
    : : When I try to access the database with SQL*Plus and the
    default
    : : SYS/CHANGE_ME_ON_INSTALL login, I get the following error:
    : : ORA01033: Oracle intialization or shutdown in progress.
    : : I cannot start or stop the database.
    : : When I use "connect internal" in srvmgr, and try to do
    : "startup",
    : : I get "insufficient privileges".
    : : When I use "connect SYSTEM/CHANGE_ME_ON_INSTALL", I get
    : ORA01033
    : : again.
    : : My system configuration:
    : : RedHat 6.0
    : : 2x Pentium II 266
    : : 192 MB RAM
    : : Java JRE 1.6.5
    : : Kernel 2.2.10
    : : Hints etc. appreciated.
    null

  • Security problem in oracle 9i Database Configuration Assistant

    Inside the tool Oracle 9i Database Configuration Assistant there is an option by which you can make a "copy" of your Database. This "copy" is called a template and you don4t need any password or aunthentication to do it, you just need the tool to be installed in your server. Once you have a template, you can bring it anywhere and recreate the original database (including data). Again, you don't need any password or aunthentication to do it, further more, in the last step of this process you can change the password of any user (inluding SYS, SYSTEM or another DBA user). The thing about this is that anyone with access to the computer where the database is can make a template of it, take this template to another computer and recreate my database having FULL access to it (structure, data, code ...). And everything without needing any password!!!. I really thing that it is a big problem. Is there any way of preventing this operation?. How can I safely protect my database?. I thought about unistalling the product, but someone can re-install it and everything would be the same. Can someone give me an answer?
    Thanks for everything.
    Pablo Cuenca

    You must protect your database from casual browsing at the OS level. This is not a security hole, per se, since this is a known issue with any and all software. Database Configuration Assistant is not needed for this since one may copy the database without it.

  • Database Configuration Assistant fails during installation Oracle EE 8.1.7

    My machine runs RH 6.2 and I have tried to install it Oracle. After executing all pre-instalation steps, I run ./runInstall and instalation process goes on. I select Typical Instalation and instalation proceeds until 100%, when OUI tries to configure Net 8 Assistant and Database Configuration Assistant. Both applications fail in this phase. Unfortunately, OUI shows a message (for Database Configuration Assistant) informing that /u01/.../JRE/bin/jre does not exist. However, I have installed JDK 118 and JRE link seems correct, so that I can access JDK directory throught JRE link.
    HELP, HELP!!!
    Cheers,
    Andre

    some good installation guides to check out:
    http://www.akadia.com/services/ora_linux_install_901.html
    http://www.e-gineer.com/instructions/install-oracle9i-on-linux.phtml
    good luck!
    Jenny

  • Oracle 9i database configuration assistant cannot be launched

    After install 10g ODP.net and Oracle Developer Tools for Visual Studio .NET with ODAC components, the Oracle 9i database configuration assistant program cannot be launched.

    Never had this problem before, but this is usually becos of jre version incompatibility. Changing CLASSPATH env might help.

  • Database configuration assistant privlege problem

    I am installing Oracle 9i R2 (9.2.4) install on Redhat 7.3.
    I am following the guides at:
    http://www.puschitz.com/InstallingOracle9i.shtml
    I launched the oracle runInstaller, I can go through to the point where I choose Database configuration which I select(Software only) and click next.
    It failes with the following error dialog:
    Error: You do not have sufficient privileges to write to the specified path. in compnonent Database Configuration Assistant 9.2.0.1.0. Installation cannot continue for this component.
    O Stop installation of all products
    O Stop installation of this component only
    OK
    I continue the installation. Many things are installed, but at the end of the installation, it s written "Oracle installation Failed".
    Does anyone know where my permissions problem is and the way to complete the install succesfully?
    (how can I create the my first database, sqlplus seems not installed )
    Thank you.
    Edouard.

    The problem could arise not having set ORACLE_BASE environment variable : in this case the Installer could try creating directories under root (/).
    But there is Bug No. 3547724 as well : NEW 9.2.0.4 FOR LINUX 'REKIT' FAILS TO INSTALL DBCA - INSUFFICIENT PRIVILEGES. In this case the suggested workaround is to install 9.2.0.1, then patch 9.2.0.4 .

  • Using Database Configuration Assistant

    hi
    i m using Database Configuration Assistant in Windows2000....when i try to create a new template using the structure of a current running database(ORCL)...i m having a problem....it asks for a DBA usernam,e and password and Service name to connect to the database which structure is to be used for creating a database template ....i have service name ORCL....and it is working whn i try to conect using SQLPLUS...but when i use this service ORCL to connect here i receive error
    VBD-2000 SERVICE ALIAS COULD NOT BE RESOLVED
    why i m receiving this error???
    Regards

    Ensure that service is registered in the listener.ora file, reload the listener and ensure that service is an entry of the tnsnames.ora file.
    Joel Pérez
    http://otn.oracle.com/experts

  • Database Configuration Assistant in Red Hat 7.1

    Hi,
    I'm trying to install 9i database in Red Hat 7.1
    The instalation of the source files works fine.
    Now i'm trying to create the database with "Database Configuration Assistant - DCA". After all parameters are set, the DCA trys to create the database.
    However when it trys to "Creating and Starting Oracle Instance", the system goes to 100% processor and the machine does not responde anymore.
    The hardware resources are the follow:
    PentiumIII - 600
    512 Mb RAM
    5GB disk free ...
    SO - Red Hat 7.1
    Any help are welcome,
    Thanks,
    Pedro Ribeiro

    I've tried to install 9i on SeaWolf. Unfortunately it hangs on 13% install progress. This problem has repeated
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Vladimir Krymov ([email protected]):
    From release notes Ive understood that only SuSe 7.1 was certified for 9i. What about other clones? Did anybody try 9i on Red Hat 7.1?<HR></BLOCKQUOTE>
    null

  • Configuration assistant "Oracle Database Configuration Assistant" failed

    I install oracle 10g on HP UX 11.23. I got this error :
    hecking for PHSS_33278; found Not found.     Failed <<<<
    Checking for PHSS_33279; found Not found.     Failed <<<<
    Checking for PHSS_33277; found Not found.     Failed <<<<
    Checking for PHSS_33279; found Not found.     Failed <<<<
    , my first question :
    can i pass this step, ?
    after all, my installation form is okey, but everything change become nightmare.
    I installation failed on Configuration Assistant :
    Configuration assistant "Oracle Database Configuration Assistant" failed
    OUI-25031:some of the configureation assistants failed. it is strongly recommended that you retry configuration assistants at this time. not successfully running any "recommended" assistants means your system will not be correctly configured.
    1. check the details panel on the configuration assistant screen to see the error resulting in the failures
    2. fix the errors causing these failures
    3. select the failed assistants and click the retry button to retry the
    Configuration assistant "Oracle Database Configuration Assistant" failed
    The "/oracle/OraHome_1/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.-----------------------------------------------------------------------------

    But i still get this error. Do you have solution for this ?
    I installation failed on Configuration Assistant :+
    Configuration assistant "Oracle Database Configuration Assistant" failed+
    OUI-25031:some of the configureation assistants failed. it is strongly recommended that you retry configuration assistants at this time. not successfully running any "recommended" assistants means your system will not be correctly configured.+
    *1. check the details panel on the configuration assistant screen to see the error resulting in the failures*
    *2. fix the errors causing these failures*
    *3. select the failed assistants and click the retry button to retry the*
    Configuration assistant "Oracle Database Configuration Assistant" failed The "/oracle/OraHome_1/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.-----------------------------------------------------------------------------+
    Edited by: user9198604 on Feb 25, 2010 3:37 AM

  • 11g fails in Database Configuration Assistant with ORA-01919

    I'm installing 11g on a 32-bit CentOS (redhat) box, and the Database Configuration Assistant is failing with
    ORA-01919: role 'XDBADMIN' does not exist
    I can in fact read, so I do know what's causing this particular error (and all the cascading errors if I hit the "ignore" button) but I don't know what I missed earlier in the installation process that should have created this role.
    The Database Configuration Assistant is at 46% completion when it throws up this error.
    Looking in the logs under /usr/lib/oracle/xe/app/oracle/cfgtoollogs/dbca/orcl/mkplug_v3_orcl.log
    I see this particular error in
    specify password for OE as parameter 1:
    PROMPT password for SYS as parameter 2:
    SP2-0306: Invalid option.
    Usage: CONN[ECT] [logon] [AS {SYSDBA|SYSOPER|SYSASM}]
    where <logon>  ::= <username>[/<password>][@<connect_identifier>] [edition=value] | /
    GRANT xdbadmin TO oe
    ERROR at line 1:
    ORA-01919: role 'XDBADMIN' does not exist
    GRANT create any directory TO oe
    ERROR at line 1:
    ORA-01031: insufficient privilegesBut I think this is a secondary error. The log file's first entry is an error:
    SP2-0306: Invalid option.
    Usage: CONN[ECT] [logon] [AS {SYSDBA|SYSOPER|SYSASM}]
    where <logon>  ::= <username>[/<password>][@<connect_identifier>] [edition=value] | /
    20090714 07:01:02
    1 row selected.
    old   1: CREATE USER hr IDENTIFIED BY &&password_hr
    new   1: CREATE USER hr IDENTIFIED BY change_on_install
    User created.
    ....Any help where I can look to get closer to the original error?
    Thanks!

    You should check out metalink doc id 742014.1, "XDB 11g Install and Deinstall Note."
    Hopefully this helps.

  • Database Configuration Assistant Error

    Hello, I am trying to create a database from a given template using the Database Configuration Assistant, but when I get to the end of the configuration and click on "Finish" nothing happens. I can click as many times as I want, but no error messages show and oracle does not begin creating my database.
    I have also tried creating the database on my own (without the template), but I get the same result.
    Can anyone help me?
    Thanks,
    Komyg

    I haven't found any logs in my ORACLE_HOME/assistants/dbca/logs, but I checked for other logs and found this one: C:\oracle\product\10.2.0\db_1\cfgtoollogs\dbca\trace.log:
    [main] [17:47:52:218] [DBCAWizard.removePageFromList:1254]  DBCAWizard->removePageFromList: The page to be removed = NetworkConfPage
    [main] [17:47:52:218] [DBCAWizard.removePageFromList:1254]  DBCAWizard->removePageFromList: The page to be removed = NetworkConfPage
    [main] [17:47:52:218] [DBCAWizard.removePageFromList:1254]  DBCAWizard->removePageFromList: The page to be removed = NetworkConfPage
    [main] [17:47:52:218] [DBCAWizard.removePageFromList:1254]  DBCAWizard->removePageFromList: The page to be removed = NetworkConfPage
    [main] [17:47:52:218] [DBCAWizard.removePageFromList:1254]  DBCAWizard->removePageFromList: The page to be removed = NetworkConfPage
    [main] [17:47:52:218] [DBCAWizard.removePageFromList:1254]  DBCAWizard->removePageFromList: The page to be removed = NetworkConfPage
    [main] [17:47:52:218] [DBCAWizard.removePageFromList:1254]  DBCAWizard->removePageFromList: The page to be removed = NetworkConfPage
    [main] [17:47:52:218] [CommandLineArguments.process:563]  CommandLineArguments->process: number of arguments = 0
    [main] [17:47:55:203] [Host.checkOPS:2053]  Inside checkOPS
    [main] [17:47:55:203] [Host.checkOPS:2065]  Trying to check cluster existence
    [main] [17:47:55:937] [Library.getInstance:95]  Created instance of Library.
    [main] [17:47:55:937] [Library.load:195]  Loading orauts.dll...
    [main] [17:47:55:937] [Library.load:201]  oracleHome C:\oracle\product\10.2.0\db_1
    [main] [17:47:55:937] [sPlatform.isHybrid:63]  osName=Windows XP osArch=x86 rc=false
    [main] [17:47:55:953] [Library.load:220]  Loading  library C:\oracle\product\10.2.0\db_1\bin\orauts.dll
    [main] [17:47:55:953] [Library.load:244]  Loaded library C:\oracle\product\10.2.0\db_1\bin\orauts.dll from path=
    C:\oracle\product\10.2.0\db_1\bin
    [main] [17:47:55:953] [Library.load:195]  Loading MSVCR71.dll...
    [main] [17:47:55:953] [Library.load:201]  oracleHome C:\oracle\product\10.2.0\db_1
    [main] [17:47:55:953] [sPlatform.isHybrid:63]  osName=Windows XP osArch=x86 rc=false
    [main] [17:47:55:953] [Library.load:220]  Loading  library C:\oracle\product\10.2.0\db_1\bin\MSVCR71.dll
    [main] [17:47:56:750] [Library.load:244]  Loaded library C:\oracle\product\10.2.0\db_1\bin\MSVCR71.dll from path=
    C:\oracle\product\10.2.0\db_1\bin
    [main] [17:47:56:750] [Library.load:195]  Loading orawsec10.dll...
    [main] [17:47:56:750] [Library.load:201]  oracleHome C:\oracle\product\10.2.0\db_1
    [main] [17:47:56:750] [sPlatform.isHybrid:63]  osName=Windows XP osArch=x86 rc=false
    [main] [17:47:56:750] [Library.load:220]  Loading  library C:\oracle\product\10.2.0\db_1\bin\orawsec10.dll
    [main] [17:47:56:750] [Library.load:244]  Loaded library C:\oracle\product\10.2.0\db_1\bin\orawsec10.dll from path=
    C:\oracle\product\10.2.0\db_1\bin
    [main] [17:47:56:750] [Library.load:195]  Loading orasrvm10.dll...
    [main] [17:47:56:750] [Library.load:201]  oracleHome C:\oracle\product\10.2.0\db_1
    [main] [17:47:56:750] [sPlatform.isHybrid:63]  osName=Windows XP osArch=x86 rc=false
    [main] [17:47:56:750] [Library.load:220]  Loading  library C:\oracle\product\10.2.0\db_1\bin\orasrvm10.dll
    [main] [17:47:56:781] [Library.load:244]  Loaded library C:\oracle\product\10.2.0\db_1\bin\orasrvm10.dll from path=
    C:\oracle\product\10.2.0\db_1\bin
    [main] [17:47:56:781] [Version.isPre10i:189]  isPre10i.java: Returning FALSE
    [main] [17:47:56:781] [WindowsSystem.regKeyExists:997]  WindowsSystem.regKeyExists: mainkey= HKEY_LOCAL_MACHINE subkey = Software\Oracle\Ocr
    [main] [17:47:56:781] [WindowsSystem.getCSSConfigType:1154]  configType=null
    [main] [17:47:56:781] [Host.checkOPS:2071]  cluster existence:false
    [main] [17:47:56:781] [Host.checkOPS:2109]  Cluster installed=false
    [AWT-EventQueue-0] [17:48:8:343] [InitParamHandler.endElement:506]  CustomSGA flag: false
    [AWT-EventQueue-0] [17:48:8:343] [InitParamHandler.endElement:507]  Database Type: MULTIPURPOSE
    [AWT-EventQueue-0] [17:48:8:343] [InitParamHandler.endElement:508]  Mem Percentage: 20
    [AWT-EventQueue-0] [17:48:8:343] [InitParamHandler.endElement:526]  distributing Memory: 214640230
    [AWT-EventQueue-0] [17:48:8:359] [StorageAttributes.setAttribute:232]  IN threadID:1 group#=1
    [AWT-EventQueue-0] [17:48:8:359] [StorageAttributes.setAttribute:232]  IN threadID:1 group#=2
    [AWT-EventQueue-0] [17:48:8:359] [StorageAttributes.setAttribute:241]  Current threadID=1
    [AWT-EventQueue-0] [17:48:8:359] [StorageAttributes.setAttribute:248]  Current threadID=1 ==> redoGroups[0]=1
    [AWT-EventQueue-0] [17:48:8:359] [StorageAttributes.setAttribute:258]  vRedoGroups:[1]
    [AWT-EventQueue-0] [17:48:8:359] [StorageAttributes.setAttribute:288]  setAttribute: bExists=false
    [AWT-EventQueue-0] [17:48:8:359] [StorageAttributes.setAttribute:232]  IN threadID:1 group#=3
    [AWT-EventQueue-0] [17:48:8:359] [StorageAttributes.setAttribute:241]  Current threadID=1
    [AWT-EventQueue-0] [17:48:8:359] [StorageAttributes.setAttribute:248]  Current threadID=1 ==> redoGroups[0]=1
    [AWT-EventQueue-0] [17:48:8:359] [StorageAttributes.setAttribute:248]  Current threadID=1 ==> redoGroups[1]=2
    [AWT-EventQueue-0] [17:48:8:359] [StorageAttributes.setAttribute:258]  vRedoGroups:[1, 2]
    [AWT-EventQueue-0] [17:48:8:359] [StorageAttributes.setAttribute:288]  setAttribute: bExists=false
    [AWT-EventQueue-0] [17:48:8:359] [StorageAttributes.removeDatafile:879]  datafile: path= name=I:\oradata\{DB_UNIQUE_NAME}\sysaux01.dbf
    [AWT-EventQueue-0] [17:48:8:359] [StorageAttributes.removeDatafile:879]  datafile: path= name=I:\oradata\{DB_UNIQUE_NAME}\system01.dbf
    [AWT-EventQueue-0] [17:48:8:359] [StorageAttributes.removeDatafile:879]  datafile: path= name=I:\oradata\{DB_UNIQUE_NAME}\temp01.dbf
    [AWT-EventQueue-0] [17:48:8:359] [StorageAttributes.removeDatafile:879]  datafile: path= name=I:\oradata\{DB_UNIQUE_NAME}\undotbs01.dbf
    [AWT-EventQueue-0] [17:48:8:359] [StorageAttributes.removeDatafile:879]  datafile: path= name=I:\oradata\{DB_UNIQUE_NAME}\users01.dbf
    [AWT-EventQueue-0] [17:48:8:656] [DatabaseNamePage.onNameChanged:752]  m_oldGDBName = IWEGFDEV
    [AWT-EventQueue-0] [17:48:12:578] [DatabaseNamePage.onNameChanged:752]  m_oldGDBName = IWEGFDEV
    [AWT-EventQueue-0] [17:48:12:734] [OracleHome.isRacEnabled:147]  bRacOn = false
    [AWT-EventQueue-0] [17:48:12:828] [ManagementOptionsPage.initializePage:401]  Enumerating Agents
    [AWT-EventQueue-0] [17:48:31:765] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ODM
    [AWT-EventQueue-0] [17:48:31:765] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:48:31:781] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ORACLE_TEXT
    [AWT-EventQueue-0] [17:48:31:781] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ODM
    [AWT-EventQueue-0] [17:48:31:781] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:48:31:781] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible CWMLITE
    [AWT-EventQueue-0] [17:48:31:781] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:48:31:781] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible SPATIAL
    [AWT-EventQueue-0] [17:48:31:781] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible IMEDIA
    [AWT-EventQueue-0] [17:48:31:781] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:48:31:781] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible XDB_PROTOCOLS
    [AWT-EventQueue-0] [17:48:31:781] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ISEARCH
    [AWT-EventQueue-0] [17:48:31:781] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:48:31:781] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ORACLE_TEXT
    [AWT-EventQueue-0] [17:48:31:781] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ODM
    [AWT-EventQueue-0] [17:48:31:781] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:48:31:781] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible OMS
    [AWT-EventQueue-0] [17:48:31:781] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible SAMPLE_SCHEMA
    [AWT-EventQueue-0] [17:48:31:781] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:48:31:781] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible IMEDIA
    [AWT-EventQueue-0] [17:48:31:781] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:48:31:781] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible XDB_PROTOCOLS
    [AWT-EventQueue-0] [17:48:31:781] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible XDB_PROTOCOLS
    [AWT-EventQueue-0] [17:48:31:781] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible SPATIAL
    [AWT-EventQueue-0] [17:48:31:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible IMEDIA
    [AWT-EventQueue-0] [17:48:31:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:48:31:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible XDB_PROTOCOLS
    [AWT-EventQueue-0] [17:48:31:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible EM_REPOSITORY
    [AWT-EventQueue-0] [17:48:31:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible NET_EXTENSIONS
    [AWT-EventQueue-0] [17:48:31:796] [DBOptionsTabPage$SelectionHelper.loadTableSpaces:657]  DB has temp tbs:=TEMP undo tbs:=UNDOTBS1
    [AWT-EventQueue-0] [17:48:31:796] [DBOptionsTabPage$SelectionHelper.loadTableSpaces:657]  DB has temp tbs:=TEMP undo tbs:=UNDOTBS1
    [AWT-EventQueue-0] [17:48:33:468] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:48:33:468] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible XDB_PROTOCOLS
    [AWT-EventQueue-0] [17:48:33:468] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible IMEDIA
    [AWT-EventQueue-0] [17:48:33:468] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:48:33:468] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible XDB_PROTOCOLS
    [AWT-EventQueue-0] [17:48:33:468] [DBOptionsTabPage$SelectionHelper.loadTableSpaces:657]  DB has temp tbs:=TEMP undo tbs:=UNDOTBS1
    [AWT-EventQueue-0] [17:48:34:625] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:48:34:625] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible XDB_PROTOCOLS
    [AWT-EventQueue-0] [17:48:34:625] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible IMEDIA
    [AWT-EventQueue-0] [17:48:34:625] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:48:34:625] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible XDB_PROTOCOLS
    [AWT-EventQueue-0] [17:48:34:921] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:48:34:921] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible XDB_PROTOCOLS
    [AWT-EventQueue-0] [17:48:34:921] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible IMEDIA
    [AWT-EventQueue-0] [17:48:34:921] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:48:34:921] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible XDB_PROTOCOLS
    [AWT-EventQueue-0] [17:48:35:234] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:48:35:234] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible XDB_PROTOCOLS
    [AWT-EventQueue-0] [17:48:35:234] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible IMEDIA
    [AWT-EventQueue-0] [17:48:35:234] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:48:35:234] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible XDB_PROTOCOLS
    [AWT-EventQueue-0] [17:48:35:828] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ODM
    [AWT-EventQueue-0] [17:48:35:828] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:48:35:828] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ORACLE_TEXT
    [AWT-EventQueue-0] [17:48:35:828] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ODM
    [AWT-EventQueue-0] [17:48:35:828] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:48:35:828] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible CWMLITE
    [AWT-EventQueue-0] [17:48:35:828] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible SPATIAL
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible IMEDIA
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible XDB_PROTOCOLS
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ISEARCH
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ORACLE_TEXT
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ODM
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible OMS
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible SAMPLE_SCHEMA
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible IMEDIA
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible XDB_PROTOCOLS
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible XDB_PROTOCOLS
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible SPATIAL
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible IMEDIA
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible XDB_PROTOCOLS
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible EM_REPOSITORY
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible NET_EXTENSIONS
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ODM
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ORACLE_TEXT
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ODM
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible CWMLITE
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible SPATIAL
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible IMEDIA
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible XDB_PROTOCOLS
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ISEARCH
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ORACLE_TEXT
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ODM
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible OMS
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible SAMPLE_SCHEMA
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible IMEDIA
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible XDB_PROTOCOLS
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible XDB_PROTOCOLS
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible SPATIAL
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible IMEDIA
    [AWT-EventQueue-0] [17:48:35:843] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:48:35:859] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible XDB_PROTOCOLS
    [AWT-EventQueue-0] [17:48:35:859] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible EM_REPOSITORY
    [AWT-EventQueue-0] [17:48:35:859] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible NET_EXTENSIONS
    [AWT-EventQueue-0] [17:48:35:859] [DBOptionsTabPage$SelectionHelper.loadTableSpaces:657]  DB has temp tbs:=TEMP undo tbs:=UNDOTBS1
    [AWT-EventQueue-0] [17:48:36:546] [Verifier.processRawConfigFile:3523]  StorageType == 0
    [AWT-EventQueue-0] [17:48:36:546] [DatabaseOptionPage.doNext:224]  processRawConfigFile=false
    [AWT-EventQueue-0] [17:48:44:437] [InitParametersPage.validate:219]  InitParametersPage->validate: in SPFile condition
    [AWT-EventQueue-0] [17:48:44:437] [InitParametersPage.validate:223]  original spFileName with variables ={ORACLE_HOME}\database\spfile{SID}.ora
    [AWT-EventQueue-0] [17:48:44:437] [Verifier.validateSPFile:4667]  The SPFILE={ORACLE_HOME}\database\spfile{SID}.ora
    [AWT-EventQueue-0] [17:48:44:437] [NativeResult.<init>:57]  NativeResult: is0|No such device or address, C:\oracle\product\10.2.0\db_1\database\spfileIWEGFDEV.ora does not point to a logical partition
    [AWT-EventQueue-0] [17:48:44:437] [NativeResult.<init>:65]  The status string is: 0
    [AWT-EventQueue-0] [17:48:44:437] [ClusterUtils.isRaw:743]  File "C:\oracle\product\10.2.0\db_1\database\spfileIWEGFDEV.ora" is not a raw device, "No such device or address, C:\oracle\product\10.2.0\db_1\database\spfileIWEGFDEV.ora does not point to a logical partition".
    [AWT-EventQueue-0] [17:48:44:437] [InitParametersPage.validate:275]  InitParametersPage->validate: calling createUndoAttributes
    [AWT-EventQueue-0] [17:48:44:953] [StoragePage.selectAndExpandItem:324]  item=oracle.sysman.emSDK.client.dataComponent.dataDrivenTree.TreeParentNode[label=Storage,index=0]
    [AWT-EventQueue-0] [17:48:44:984] [StoragePage.selectAndExpandItem:333]  item.isExpanded=true
    [AWT-EventQueue-0] [17:48:44:984] [StoragePage.selectAndExpandItem:345]  selection.isSelected(item)=false
    [AWT-EventQueue-0] [17:48:51:218] [StorageAttributes.updateDatafileAttr:754]  original.name=I:\oradata\{DB_UNIQUE_NAME}\sysaux01.dbf currattr.name=c:\oradata\{DB_UNIQUE_NAME}\sysaux01.dbf
    [AWT-EventQueue-0] [17:48:51:218] [StorageAttributes.updateDatafileAttr:773]  dfAttr: path= name=c:\oradata\{DB_UNIQUE_NAME}\sysaux01.dbf
    [AWT-EventQueue-0] [17:48:51:218] [StorageAttributes.updateDatafileAttr:775]  original: path= name=I:\oradata\{DB_UNIQUE_NAME}\sysaux01.dbf
    [AWT-EventQueue-0] [17:48:51:218] [StorageAttributes.removeDatafile:879]  datafile: path= name=c:\oradata\{DB_UNIQUE_NAME}\sysaux01.dbf
    [AWT-EventQueue-0] [17:48:54:484] [StorageAttributes.updateDatafileAttr:754]  original.name=I:\oradata\{DB_UNIQUE_NAME}\system01.dbf currattr.name=c:\oradata\{DB_UNIQUE_NAME}\system01.dbf
    [AWT-EventQueue-0] [17:48:54:484] [StorageAttributes.updateDatafileAttr:773]  dfAttr: path= name=c:\oradata\{DB_UNIQUE_NAME}\system01.dbf
    [AWT-EventQueue-0] [17:48:54:500] [StorageAttributes.updateDatafileAttr:775]  original: path= name=I:\oradata\{DB_UNIQUE_NAME}\system01.dbf
    [AWT-EventQueue-0] [17:48:54:500] [StorageAttributes.removeDatafile:879]  datafile: path= name=c:\oradata\{DB_UNIQUE_NAME}\system01.dbf
    [AWT-EventQueue-0] [17:48:56:625] [StorageAttributes.updateDatafileAttr:754]  original.name=I:\oradata\{DB_UNIQUE_NAME}\temp01.dbf currattr.name=c:\oradata\{DB_UNIQUE_NAME}\temp01.dbf
    [AWT-EventQueue-0] [17:48:56:625] [StorageAttributes.updateDatafileAttr:773]  dfAttr: path= name=c:\oradata\{DB_UNIQUE_NAME}\temp01.dbf
    [AWT-EventQueue-0] [17:48:56:625] [StorageAttributes.updateDatafileAttr:775]  original: path= name=I:\oradata\{DB_UNIQUE_NAME}\temp01.dbf
    [AWT-EventQueue-0] [17:48:56:625] [StorageAttributes.removeDatafile:879]  datafile: path= name=c:\oradata\{DB_UNIQUE_NAME}\temp01.dbf
    [AWT-EventQueue-0] [17:48:59:46] [StorageAttributes.updateDatafileAttr:754]  original.name=I:\oradata\{DB_UNIQUE_NAME}\undotbs01.dbf currattr.name=c:\oradata\{DB_UNIQUE_NAME}\undotbs01.dbf
    [AWT-EventQueue-0] [17:48:59:46] [StorageAttributes.updateDatafileAttr:773]  dfAttr: path= name=c:\oradata\{DB_UNIQUE_NAME}\undotbs01.dbf
    [AWT-EventQueue-0] [17:48:59:46] [StorageAttributes.updateDatafileAttr:775]  original: path= name=I:\oradata\{DB_UNIQUE_NAME}\undotbs01.dbf
    [AWT-EventQueue-0] [17:48:59:46] [StorageAttributes.removeDatafile:879]  datafile: path= name=c:\oradata\{DB_UNIQUE_NAME}\undotbs01.dbf
    [AWT-EventQueue-0] [17:49:1:421] [StorageAttributes.updateDatafileAttr:754]  original.name=I:\oradata\{DB_UNIQUE_NAME}\users01.dbf currattr.name=c:\oradata\{DB_UNIQUE_NAME}\users01.dbf
    [AWT-EventQueue-0] [17:49:1:421] [StorageAttributes.updateDatafileAttr:773]  dfAttr: path= name=c:\oradata\{DB_UNIQUE_NAME}\users01.dbf
    [AWT-EventQueue-0] [17:49:1:421] [StorageAttributes.updateDatafileAttr:775]  original: path= name=I:\oradata\{DB_UNIQUE_NAME}\users01.dbf
    [AWT-EventQueue-0] [17:49:1:421] [StorageAttributes.removeDatafile:879]  datafile: path= name=c:\oradata\{DB_UNIQUE_NAME}\users01.dbf
    [AWT-EventQueue-0] [17:49:3:703] [StoragePage.validate:925]  StoragePage: In validate function
    [AWT-EventQueue-0] [17:49:3:750] [Verifier.validateTemplate:1629]  StorageType == 0
    [AWT-EventQueue-0] [17:49:3:750] [CreationOptionPage.setSaveTemplateVisible:464]  Setting save template visible = true
    [AWT-EventQueue-0] [17:49:4:640] [DBCAWizard.onFinish:1139]  m_bFinishClicked: false
    [TaskScheduler timer] [17:49:4:640] [OracleHome.isRacEnabled:147]  bRacOn = false
    [TaskScheduler timer] [17:49:4:656] [Verifier.validateTemplate:1629]  StorageType == 0
    [TaskScheduler timer] [17:49:4:671] [Verifier.calculateDatafilePathsAndSizes:2791]  canonicalPath=C:\
    [TaskScheduler timer] [17:49:4:671] [Verifier.calculateDatafilePathsAndSizes:2791]  canonicalPath=C:\
    [TaskScheduler timer] [17:49:4:671] [Verifier.calculateDatafilePathsAndSizes:2791]  canonicalPath=C:\
    [TaskScheduler timer] [17:49:4:671] [Verifier.calculateDatafilePathsAndSizes:2791]  canonicalPath=C:\
    [TaskScheduler timer] [17:49:4:671] [Verifier.calculateDatafilePathsAndSizes:2791]  canonicalPath=C:\
    [AWT-EventQueue-0] [17:49:11:453] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:49:13:468] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:49:14:593] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:49:17:718] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:49:18:15] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:49:18:359] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:49:18:578] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:49:18:812] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:49:19:593] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:49:20:546] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:49:22:125] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:49:22:328] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:49:22:515] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:49:22:703] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:49:22:875] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:49:23:31] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:49:23:203] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:49:23:359] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:49:23:796] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:49:23:984] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:49:24:171] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:49:24:343] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:49:24:921] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:49:25:78] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:49:25:234] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:49:25:375] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:49:25:500] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:49:43:921] [StoragePage.validate:925]  StoragePage: In validate function
    [AWT-EventQueue-0] [17:49:43:921] [Verifier.validateTemplate:1629]  StorageType == 0
    [AWT-EventQueue-0] [17:49:43:921] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:49:46:390] [StoragePage.validate:925]  StoragePage: In validate function
    [AWT-EventQueue-0] [17:49:46:390] [Verifier.validateTemplate:1629]  StorageType == 0
    [AWT-EventQueue-0] [17:49:47:296] [InitParametersPage.validate:219]  InitParametersPage->validate: in SPFile condition
    [AWT-EventQueue-0] [17:49:47:296] [InitParametersPage.validate:223]  original spFileName with variables ={ORACLE_HOME}\database\spfile{SID}.ora
    [AWT-EventQueue-0] [17:49:47:296] [Verifier.validateSPFile:4667]  The SPFILE={ORACLE_HOME}\database\spfile{SID}.ora
    [AWT-EventQueue-0] [17:49:47:296] [NativeResult.<init>:57]  NativeResult: is0|No such device or address, C:\oracle\product\10.2.0\db_1\database\spfileIWEGFDEV.ora does not point to a logical partition
    [AWT-EventQueue-0] [17:49:47:296] [NativeResult.<init>:65]  The status string is: 0
    [AWT-EventQueue-0] [17:49:47:296] [ClusterUtils.isRaw:743]  File "C:\oracle\product\10.2.0\db_1\database\spfileIWEGFDEV.ora" is not a raw device, "No such device or address, C:\oracle\product\10.2.0\db_1\database\spfileIWEGFDEV.ora does not point to a logical partition".
    [AWT-EventQueue-0] [17:49:47:296] [InitParametersPage.validate:275]  InitParametersPage->validate: calling createUndoAttributes
    [AWT-EventQueue-0] [17:49:47:296] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:49:48:296] [InitParametersPage.validate:219]  InitParametersPage->validate: in SPFile condition
    [AWT-EventQueue-0] [17:49:48:296] [InitParametersPage.validate:223]  original spFileName with variables ={ORACLE_HOME}\database\spfile{SID}.ora
    [AWT-EventQueue-0] [17:49:48:296] [Verifier.validateSPFile:4667]  The SPFILE={ORACLE_HOME}\database\spfile{SID}.ora
    [AWT-EventQueue-0] [17:49:48:296] [NativeResult.<init>:57]  NativeResult: is0|No such device or address, C:\oracle\product\10.2.0\db_1\database\spfileIWEGFDEV.ora does not point to a logical partition
    [AWT-EventQueue-0] [17:49:48:296] [NativeResult.<init>:65]  The status string is: 0
    [AWT-EventQueue-0] [17:49:48:296] [ClusterUtils.isRaw:743]  File "C:\oracle\product\10.2.0\db_1\database\spfileIWEGFDEV.ora" is not a raw device, "No such device or address, C:\oracle\product\10.2.0\db_1\database\spfileIWEGFDEV.ora does not point to a logical partition".
    [AWT-EventQueue-0] [17:49:48:296] [InitParametersPage.validate:275]  InitParametersPage->validate: calling createUndoAttributes
    [AWT-EventQueue-0] [17:49:48:828] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:49:50:609] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ODM
    [AWT-EventQueue-0] [17:49:50:609] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:49:50:609] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ORACLE_TEXT
    [AWT-EventQueue-0] [17:49:50:609] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ODM
    [AWT-EventQueue-0] [17:49:50:609] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:49:50:609] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible CWMLITE
    [AWT-EventQueue-0] [17:49:50:609] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:49:50:609] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible SPATIAL
    [AWT-EventQueue-0] [17:49:50:609] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible IMEDIA
    [AWT-EventQueue-0] [17:49:50:609] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:49:50:609] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible XDB_PROTOCOLS
    [AWT-EventQueue-0] [17:49:50:609] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ISEARCH
    [AWT-EventQueue-0] [17:49:50:609] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:49:50:609] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ORACLE_TEXT
    [AWT-EventQueue-0] [17:49:50:609] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ODM
    [AWT-EventQueue-0] [17:49:50:609] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:49:50:609] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible OMS
    [AWT-EventQueue-0] [17:49:50:609] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible SAMPLE_SCHEMA
    [AWT-EventQueue-0] [17:49:50:609] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:49:50:609] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible IMEDIA
    [AWT-EventQueue-0] [17:49:50:609] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:49:50:609] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible XDB_PROTOCOLS
    [AWT-EventQueue-0] [17:49:50:609] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible XDB_PROTOCOLS
    [AWT-EventQueue-0] [17:49:50:609] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible SPATIAL
    [AWT-EventQueue-0] [17:49:50:609] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible IMEDIA
    [AWT-EventQueue-0] [17:49:50:609] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:49:50:609] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible XDB_PROTOCOLS
    [AWT-EventQueue-0] [17:49:50:609] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible EM_REPOSITORY
    [AWT-EventQueue-0] [17:49:50:609] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible NET_EXTENSIONS
    [AWT-EventQueue-0] [17:49:51:781] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:49:53:734] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:49:53:734] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible XDB_PROTOCOLS
    [AWT-EventQueue-0] [17:49:53:734] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible IMEDIA
    [AWT-EventQueue-0] [17:49:53:734] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:49:53:734] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible XDB_PROTOCOLS
    [AWT-EventQueue-0] [17:49:53:734] [DBOptionsTabPage$SelectionHelper.loadTableSpaces:657]  DB has temp tbs:=TEMP undo tbs:=UNDOTBS1
    [AWT-EventQueue-0] [17:49:54:781] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ODM
    [AWT-EventQueue-0] [17:49:54:781] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:49:54:781] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ORACLE_TEXT
    [AWT-EventQueue-0] [17:49:54:781] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ODM
    [AWT-EventQueue-0] [17:49:54:781] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:49:54:781] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible CWMLITE
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible SPATIAL
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible IMEDIA
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible XDB_PROTOCOLS
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ISEARCH
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ORACLE_TEXT
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ODM
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible OMS
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible SAMPLE_SCHEMA
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible IMEDIA
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible XDB_PROTOCOLS
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible XDB_PROTOCOLS
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible SPATIAL
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible IMEDIA
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible XDB_PROTOCOLS
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible EM_REPOSITORY
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible NET_EXTENSIONS
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ODM
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ORACLE_TEXT
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ODM
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible CWMLITE
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible SPATIAL
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible IMEDIA
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible XDB_PROTOCOLS
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ISEARCH
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ORACLE_TEXT
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ODM
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible OMS
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible SAMPLE_SCHEMA
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible IMEDIA
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible XDB_PROTOCOLS
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible XDB_PROTOCOLS
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible SPATIAL
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible IMEDIA
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible XDB_PROTOCOLS
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible EM_REPOSITORY
    [AWT-EventQueue-0] [17:49:54:796] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible NET_EXTENSIONS
    [AWT-EventQueue-0] [17:49:54:796] [DBOptionsTabPage$SelectionHelper.loadTableSpaces:657]  DB has temp tbs:=TEMP undo tbs:=UNDOTBS1
    [AWT-EventQueue-0] [17:49:56:484] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:49:58:312] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:49:59:765] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:50:0:984] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:50:6:656] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ODM
    [AWT-EventQueue-0] [17:50:6:656] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:50:6:656] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ORACLE_TEXT
    [AWT-EventQueue-0] [17:50:6:656] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ODM
    [AWT-EventQueue-0] [17:50:6:656] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:50:6:656] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible CWMLITE
    [AWT-EventQueue-0] [17:50:6:656] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:50:6:656] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible SPATIAL
    [AWT-EventQueue-0] [17:50:6:656] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible IMEDIA
    [AWT-EventQueue-0] [17:50:6:656] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:50:6:656] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible XDB_PROTOCOLS
    [AWT-EventQueue-0] [17:50:6:656] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ISEARCH
    [AWT-EventQueue-0] [17:50:6:656] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:50:6:656] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ORACLE_TEXT
    [AWT-EventQueue-0] [17:50:6:656] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible ODM
    [AWT-EventQueue-0] [17:50:6:656] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:50:6:656] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible OMS
    [AWT-EventQueue-0] [17:50:6:656] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible SAMPLE_SCHEMA
    [AWT-EventQueue-0] [17:50:6:671] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:50:6:671] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible IMEDIA
    [AWT-EventQueue-0] [17:50:6:671] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:50:6:671] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible XDB_PROTOCOLS
    [AWT-EventQueue-0] [17:50:6:671] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible XDB_PROTOCOLS
    [AWT-EventQueue-0] [17:50:6:671] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible SPATIAL
    [AWT-EventQueue-0] [17:50:6:671] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible IMEDIA
    [AWT-EventQueue-0] [17:50:6:671] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible JSERVER
    [AWT-EventQueue-0] [17:50:6:671] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible XDB_PROTOCOLS
    [AWT-EventQueue-0] [17:50:6:671] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible EM_REPOSITORY
    [AWT-EventQueue-0] [17:50:6:671] [StepManager.areDependentsFeasible:517]  StepManager ->areDependentsFeasible NET_EXTENSIONS
    [AWT-EventQueue-0] [17:50:6:671] [DBOptionsTabPage$SelectionHelper.loadTableSpaces:657]  DB has temp tbs:=TEMP undo tbs:=UNDOTBS1
    [AWT-EventQueue-0] [17:50:6:671] [DBOptionsTabPage$SelectionHelper.loadTableSpaces:657]  DB has temp tbs:=TEMP undo tbs:=UNDOTBS1
    [AWT-EventQueue-0] [17:50:8:687] [Verifier.processRawConfigFile:3523]  StorageType == 0
    [AWT-EventQueue-0] [17:50:8:687] [DatabaseOptionPage.doNext:224]  processRawConfigFile=false
    [AWT-EventQueue-0] [17:50:9:796] [InitParametersPage.validate:219]  InitParametersPage->validate: in SPFile condition
    [AWT-EventQueue-0] [17:50:9:796] [InitParametersPage.validate:223]  original spFileName with variables ={ORACLE_HOME}\database\spfile{SID}.ora
    [AWT-EventQueue-0] [17:50:9:796] [Verifier.validateSPFile:4667]  The SPFILE={ORACLE_HOME}\database\spfile{SID}.ora
    [AWT-EventQueue-0] [17:50:9:796] [NativeResult.<init>:57]  NativeResult: is0|No such device or address, C:\oracle\product\10.2.0\db_1\database\spfileIWEGFDEV.ora does not point to a logical partition
    [AWT-EventQueue-0] [17:50:9:796] [NativeResult.<init>:65]  The status string is: 0
    [AWT-EventQueue-0] [17:50:9:796] [ClusterUtils.isRaw:743]  File "C:\oracle\product\10.2.0\db_1\database\spfileIWEGFDEV.ora" is not a raw device, "No such device or address, C:\oracle\product\10.2.0\db_1\database\spfileIWEGFDEV.ora does not point to a logical partition".
    [AWT-EventQueue-0] [17:50:9:796] [InitParametersPage.validate:275]  InitParametersPage->validate: calling createUndoAttributes
    [AWT-EventQueue-0] [17:50:9:796] [StoragePage.selectAndExpandItem:324]  item=oracle.sysman.emSDK.client.dataComponent.dataDrivenTree.TreeParentNode[label=Storage,index=0]
    [AWT-EventQueue-0] [17:50:9:859] [StoragePage.selectAndExpandItem:333]  item.isExpanded=true
    [AWT-EventQueue-0] [17:50:9:859] [StoragePage.selectAndExpandItem:345]  selection.isSelected(item)=false
    [AWT-EventQueue-0] [17:50:14:15] [StoragePage.validate:925]  StoragePage: In validate function
    [AWT-EventQueue-0] [17:50:14:15] [Verifier.validateTemplate:1629]  StorageType == 0
    [AWT-EventQueue-0] [17:50:14:15] [CreationOptionPage.setSaveTemplateVisible:464]  Setting save template visible = true
    [AWT-EventQueue-0] [17:50:15:125] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:50:15:562] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:50:15:796] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:50:16:15] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:50:16:250] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:50:16:453] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:50:16:656] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:50:16:875] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:50:17:62] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:50:17:234] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:50:17:437] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:50:17:625] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:50:17:828] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:50:18:15] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:50:18:187] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:50:18:359] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:50:18:515] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:50:18:671] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:50:18:828] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:50:19:0] [DBCAWizard.onFinish:1139]  m_bFinishClicked: true
    [AWT-EventQueue-0] [17:50:31:671] [DBCAWizard.onFinish:1139]  m_bFinishClicked: trueApparently it is the Wizard log, and it indicates that I have pressed the finished button several times.

Maybe you are looking for