cancel
Showing results for 
Search instead for 
Did you mean: 

Oracle error on NetWeaver2004s installation

Former Member
0 Kudos

While installing NW the error occurs below.

How can I solve this?

Thanks.

<b>ERROR</b> 2007-06-25 14:45:17

CJS-00084 SQL statement or script failed.<br>DIAGNOSIS:

Error message: Executable /oracle/ORC/102_64/bin/sqlplus terminated with exit code 0 but did not produce any output. <br>

DIAGNOSIS: This indicates that the SQL script or statement could not be executed successfully and that the Oracle software might not be functioning properly. <br>

SOLUTION: Check whether the Oracle software is damaged and reinstall it if necessary..<br>

SOLUTION: See ora_sql_results.log and the Oracle documentation for details.

<b>ERROR</b> 2007-06-25 14:45:17

MUT-03025 Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.

<b>ERROR</b> 2007-06-25 14:45:17

FCO-00011 The step createDatabase with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraDbBuild|ind|ind|ind|ind|5|0|createDatabase was executed with status ERROR .

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Cemil,

The error message it self saying that <b>Error message: Executable /oracle/ORC/102_64/bin/sqlplus terminated with exit code 0 but did not produce any output.</b> . It was terminated with return code 0 means it was executed succesfully and might be the problem with DUMP it self.

Better to copy DUMP again in to you system and try again.

Any how Please send us <b>ora_sql_results.log</b> log file.

Regards,

suraj

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Cemil,

follow below steps,

1.First check whether TNSListener is running. If is

running Login as <SID>adm and check whether database

is up and running.

How to check?

goto run and type sqlplus "/as sysdba"

If you get Ideal Instance as a result use STARTUP

command to start database.

If database is already up and running follw the step2.

2. Goto init<SID>.ora file at OS level.

(
oracle\ora92\database\init<SID>.ora)

take a back up of file and change the following

parameters values as i specified.

a. shared_pool_size = 20M and

b. db_cache_size = 20M

then restart Installation.

This will solve your problem.

Regards,

Suraj

Former Member
0 Kudos

Hi,

<u>Below is <b>ora_sql_results.log</b></u>

2007-06-25, 13:12:01 SAPINST ORACLE start logging for

STARTUP NOMOUNT;

exit;

Output of SQL executing program:

SAPINST: End of output of SQL executing program /oracle/ORC/102_64/bin/sqlplus.

SAPINST found errors.

SAPINST The current process environment may be found in sapinst_ora_environment.log.

2007-06-25, 13:12:02 SAPINST ORACLE stop logging

Former Member
0 Kudos

Hi,

I had installed SAP very recently and i had faced the same problem. The problem in my case was due to the fact that my database is not opened.

1. i need to start my database for the scripts to run.

2. The user with which i had logged on to the system (OS) should have dba rights to execute the script.

3. Login in to sqlplus as sysdba and then grant dba rights to the os user or probably if you login using <sid>adm and then continue installation from that point of failure then it should go through.

hope this helps.

Award points if useful,

Regards,

Sree

Former Member
0 Kudos

Hi Subramanian,

Error occurs at Create Database step in Netweaver installation.