Unable to launch the Database Configuration Assistant

I have installed Oracle 10g Database Release 1 and I can’t launch the Database Configuration Assistant (DBCA). The file c:\oracle\product\10.1.0\Db_1\bin\launch.exe does not exist on my computer.
My intent is to design a simple database in Oracle for an organization that uses Oracle extensively. I am running WinXP professional on my home computer. WinXP includes Microsoft IIS and I regularly test web-packaged files on this “intranet server” using the domain “localhost”. I downloaded Oracle 10g and installed it to the c:\ drive following the instructions in Chapter 2 of the tutorial “Oracle 2-day DBA Course”. I selected “basic installation” and “standard edition”.
I note that in the tutorial, the Oracle Home path has forward slants. The summary page of the Oracle installation wizard shows my installation with back slants. Do I need to install Oracle 10g to one of the directories in Microsoft IIS?
Nicholas

Install the Oracle database with the procedure in
http://www.oracle.com/technology/obe/2day_dba/install/install.htm
When you select the Install button, the Oracle universal installer displays the installation of the Database Configuration Assistant.
Uninstall the previous installation. To uninstall database 10g
1. Stop the oracle services Adminstrative Tools>Services.
2. Uninstall the installed products in Oracle Universal Installer.
3. In the Run field specify
Regedt32
In the Registry Editor select
SYSTEM>Current Control Set>Services
Remove the oracle services.
4. Restart and dlete the directories in the oracle installation directory.

Similar Messages

  • 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

  • Problems with Database Configuration Assistant - Error in Process

    Hello guys,
    I'm getting this error when i try to create a new Database with the Database Configuration Assistant:
    Error in Process: E:\ORACLE\product\11.2.0\dbhome_1\bin\orapwd.exe
    Unable to find error file %ORACLE_HOME%\RDBMS\opw<lang>.msb
    What should I do in this case? Any idea?
    Thanks

    Please re-check the ORACLE_HOME variable and restart the process. This will resolve your issue.

  • 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

  • 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

  • Oracle 11g Database Configuration Assistant Hangs At 45% During 1st Install

    Platform: Windows Vista 64 Bit Version
    Downloaded: Oracle 11g Database 64 Bit
    Service Pack 1
    Greetings to all my Oracle Seniors. I have been attempting in vain to install the Oracle 11g database software package fully. I was able to complete the initial installation and made it to the second recommended action which was the Database Configuration Assistant operation. After 3 attempts, the progress bar stalled at 45%. I tried to look at the log file cfgtoologs (cloneDBCreation, and CloneRmanRestore), but it said that I didn't have permission. My pre-check cleared OK on everything. So, please direct me as to how to correct this issue.
    Thanks
    Preston
    System Integrator

    Well, that is not much of an option right now. I discovered that I have to reinstall the XP Pro OS after attempting the 11g installation 4 times and the install always stalled at 69% during the initial installation. I did have Windows Service Pack 3 installed on the system. I down graded and added 1 G of additional memory and checked the pre-check with no problem. But, the install continued to stall at 69%. So, and, yet, here we are.
    Now in regards to the metalink notes, I am new to the forum, so I don't know my way around quite yet. Isn't the metalink the paid suppport option? If so, I don't have that access.

  • Oracle Database Configuration Assistant on Oracle Express Edition

    I've just installed Oracle 10.2 Express Edition on a Windows XP Professional SP2.
    Can anybody please tell me if it is possible to install the Database Configuration Assistant and how to do this? I just found some references about installing ODCA using oracle installer, however this is not available with the Express Edition
    thanks
    Pietro

    DBCA is used to create new databases under the software of an existing home, or to add and remove features with a database.
    Oracle Database 10g Express Edition software does not permit multiple databases (it only allows SID XE) nor does it permit adding or removing features. SO DBCA is not useful, not required - or included - with XE.
    What are you trying to accomplish? (Multiple databases ALA SQL Server sense are done by separate Schema's in Oracle)

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

  • ORA-01017 error in Database Configuration Assistant when installing Oracle

    I am installing Oracle 9i, 9.0.1.1, on an NT Workstation.
    When I get to the Database Configuration Assistant step, after the software has been installed, I get an error when the database is being created:
    ORA-01017 Invalid Username/Password; Login denied
    I have tried several times with different database creations. The first time I got the error was when I did a custom database creation, the other time was when I created a general purpose database, which clones an existing database onto the NT workstation.
    The NT system that I am using had an earlier version of Oracle installed on it, which I completely uninstalled.
    Any ideas what might be wrong?

    Deepak_DBA wrote:
    hi,
    you might have deleted the instance manually..
    oradim -delete -sidHence,
    ebrian wrote:
    Did you already remove the Windows service associated with the database?

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

  • Database Configuration Assistant Failed

    On Windows 2000 8iEE 8.1.7 9iAS EE 1.0.2.1 Same Machine
    I'm facing a problem with Cache Database Configuration Assistant. By the time I was installing 9iAS EE, the Database Configuration Assistant show up and It get connected properly to the origin database but get stuck at 96% when trying to import user list. So the installation of CACHE Database failed.
    Oracle Portal and others products get installed properly.
    I tried again to reinstall the Cache Database using command line like :
    wtacca -deinstall and then
    wtacca -create - typical but still get stuck at 96%.
    I will appreciate your comments on how to solve this problem.
    Besides,once it get installed, Do I need to reconfigure another tool ? Like Portal, Form Reports Discover Services etc??
    Thanks in advance.
    Daniel
    null

    okey sir,
    first of all, please install your 9ias in a different oracle_home. They both cannot share same oracle home.
    During installation of 9ias, please re-configure your network configuration file i.e: tnsnames.ora to include your origin database services.
    Then proceed with the installation...
    Good luck.

  • Error  when creating data base using Database Configuration Assistant

    Hi!
    I have installed Oracle 9i release 2 in Windows Xp, I want to create a db from the Database Configuration Assistant but they appear the following errors:
    ORA 01034
    ORA 01501
    ORA1109
    I press the button to ignore but they continue appearing.. when the process arrives the 12% they stopped.... When i installed the Oracle appeared a pair of errors but when i press the Ignore button the process continued and finish satisfactorily....
    Any Suggestion???
    Thanks...
    Tere Blanco

    Oracle error description
    ORA-01034 ORACLE not available
    Cause: Oracle was not started.
    Possible causes include the following:
    1) The SGA requires more space than was allocated for it.
    2) The operating-system variable pointing to the instance is improperly defined.
    Action: Refer to accompanying messages for possible causes and correct the problem mentioned in the other messages. If Oracle has been initialized, then on some operating systems, verify that Oracle was linked correctly. See the platform-specific Oracle documentation.
    -aijaz

  • 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

  • Database Configuration Assistant Failed During 9i Installation

    Database Configuration Assistant failed during my 9i Installation due to lack of disk space. I had 4MG allocated on /apps and the application used 3.1GB. I now do not have the required 1GB for the seed database. Actually, I want to create the seed database on /oradata, not on /apps. Does anyone know how I can create that seed database in /oradata? I don't believe I was prompted for where to create that seed database. Also, how can I run the Database Configuration Assistant again? Typing the command dbca told me to set the DISPLAY environment variable and re-run.
    Thanks in advance for any help you can give.
    Veronica

    I had java.lang.NoClassDefFoundError too.
    This was fixed by having DISPLAY setting
    #export DISPLAY=host:0.0
    Make sure your x window system is working Ok.
    I also used unset LANG

  • Install failing when running Database Configuration Assistant

    I am trying to install Oracle 9i on a new Solaris 9 box. Everything goes fine until oui tries to run the Database Configuration Assistant. It is at the "Creating and starting Oracle Instance" stage that I get a popup which says:
    ORA-27302: failure occured at: skgpwreset1
    ORA-27303: additional information: invalid shared ctx
    ORA-27146: post/wait initialization failed with
    status:28
    ORA-27301: OS failure message: No space left on device
    ORA-27302: failure occured at: sskgpcreates
    I don't understand the "No space left on device" as I have ~30 GB available. I am hoping it is a result of the invalid shared ctx above it. Other than this, the installation completes without any errors.
    I have been banging my head against this for over a week! Does anyone have any suggestions. I am sorry I waited so long to post the question, but I could use some assistance urgently.
    TIA,
    Steve

    Solution:
    For Solaris 9 the (recommended) /etc/system parameters look like this:
    set semsys:seminfo_semmni= 100
    set semsys:seminfo_semmns= 1024
    set semsys:seminfo_semmsl= 256
    set shmsys:shminfo_shmmax=4294967295
    set shmsys:shminfo_shmmni=100
    The other parameters are not needed in this Solaris version.
    I hope this is useful.

Maybe you are looking for