cancel
Showing results for 
Search instead for 
Did you mean: 

CJS-00030

Former Member
0 Kudos

I'm doing a migration from ECC 5.0 MSSQL/Windows to ECC 5.0 Oracle

10g/Red Hat Linux 4 64. I installed the CI successfully. At the

database instance I choose system copy/migration. At the create

Oracle database step it failed with the message:

CJS-00030 Assertion failed: Component OraDbBuild: Context parameter

dbHome must be a valid ORACLE_HOME directory.

Oracle Home variable is set in the ora<sid> profile:

ORACLE_HOME=/oracle/ECD/102_64

I gave access 777 to this directory. I run the installation as root and

I set the ORACLE_HOME variable as root. Still the same error.

Thanks.

George

Accepted Solutions (0)

Answers (2)

Answers (2)

markus_doehr2
Active Contributor
0 Kudos

Database creation is done AFAIK by ora<sid>, not by root.

What shell do you have defined for ora<sid>?

If you do

su - ora<sid>

echo $ORACLE_HOME

what do you get?

--

Markus

Former Member
0 Kudos

Hi,

I actually choose the wrong option for the migration. It should be the option with R3LOAD and I choose the system/copy where an instance already exists.

Thanks. for your replies.

George

former_member204746
Active Contributor
0 Kudos

try setting ORACLE_HOME temporarily for user root

Former Member
0 Kudos

I already done that but didn't work.

Former Member
0 Kudos

Hi George,

how it works with your migration?

barthez