cancel
Showing results for 
Search instead for 
Did you mean: 

Error in phase: Create Oracle Database

Former Member
0 Kudos

Hello Guys,

While installing ECC 5.0 system with Oracle 9i db, i am facing an issue in the phase "Create Oracle Database"

The errors logged are:

Wed May 05 08:34:01 2010

Errors in file f:\oracle\admin\am2\udump\am2_ora_8324.trc:

ORA-01501: CREATE DATABASE failed

ORA-01519: error while processing file '%ORACLE_HOME%\RDBMS\ADMIN\SQL.BSQ' near line 5170

ORA-00604: error occurred at recursive SQL level 1

ORA-30012: undo tablespace 'UNDOTBS1' does not exist or of wrong type

Error 1519 happened during db open, shutting down database

USER: terminating instance due to error 1519

Instance terminated by USER, pid = 8324

ORA-1092 signalled during: CREATE DATABASE AM2 CONTROLFILE REUSE MAXLOGFILES...

Wed May 05 08:42:43 2010

And when I try to start the db, it starts but with the following message:

ORA-01079: ORACLE database was not properly created, operation aborted

When I run the command Alter Database OPEN

i get the following error:

ORA-01507: database not mounted

And, when I run the command Alter Database mount

i get the following error:

ORA-01079: ORACLE database was not properly created, operation aborted

Please help me in resolving the issue.

Thanks & Regards,

Ankit Mishra

Accepted Solutions (1)

Accepted Solutions (1)

former_member204746
Active Contributor
0 Kudos

Ankit,

you did not read the installation guide.

you should not create a database yourself.

use script sapserver.cmd to install Oarcle, DO NOT run setup.exe.

Former Member
0 Kudos

Thanks brother!!!

Regards,

Ankit

Answers (1)

Answers (1)

markus_doehr2
Active Contributor
0 Kudos

- Did you install the database software using the sapserver.cmd script?

- Did you update the database software after the initial installation with the latest patch and the latest interim-/mini patch?

Markus