Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OracleXEUniv 10.2.0 on Windows Installation Problem

718928Aug 24 2009 — edited Aug 25 2009
installation process did not report any visible errors.
however, when i launched the application express homepage, i could not connect to the webpage.
i searched from the forums and found out that the installation logs could be used to diagnose the problem.

my cloneDBCreation.log has this entry.

SQL> Create controlfile reuse set database "XE"
2 MAXINSTANCES 8
3 MAXLOGHISTORY 1
4 MAXLOGFILES 16
5 MAXLOGMEMBERS 3
6 MAXDATAFILES 100
7 Datafile
8 'C:\oraclexe\oradata\XE\system.dbf',
9 'C:\oraclexe\oradata\XE\undo.dbf',
10 'C:\oraclexe\oradata\XE\sysaux.dbf',
11 'C:\oraclexe\oradata\XE\users.dbf'
12 LOGFILE
13 GROUP 1 SIZE 51200K,
14 GROUP 2 SIZE 51200K,
15 RESETLOGS;
Create controlfile reuse set database "XE"
*
ERROR at line 1:
ORA-01503: CREATE CONTROLFILE failed
ORA-01565: error in identifying file 'C:\oraclexe\oradata\XE\sysaux.dbf'
ORA-27041: unable to open file
OSD-04002: unable to open file
O/S-Error: (OS 2) The system cannot find the file specified.

how could this file be missing?
i just ran the installation straight from the installer OracleXEUniv.exe 211,849KB download.

help please.
tnx

raul
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 22 2009
Added on Aug 24 2009
3 comments
1,501 views