cancel
Showing results for 
Search instead for 
Did you mean: 

UPGRADE ORACLE 817 TO 9I ERRO

Former Member
0 Kudos

dear,

now I upgrade oracle software ,an erro ocured:

it notify me the file 'mddins.sql ' is missing.

envirment:

hpux 11.11

sap 46c

下面是安装log:

Calling action fileActions2.2.0.10.0 moveFile

selectedNodes = null

source = /oracle/PRD/920_64/md/admin/mdinst.sql

destination = /oracle/PRD/920_64/md/admin/mdinst0.sql

Calling action fileActions2.2.0.10.0 instantiateFile

selectedNodes = null

source = /oracle/PRD/920_64/md/admin/mdinst0.sql

destination = /oracle/PRD/920_64/md/admin/mdinst.sql

variables = null

Calling action fileActions2.2.0.10.0 removeFile

selectedNodes = null

source = /oracle/PRD/920_64/md/admin/mdinst0.sql

Calling action fileActions2.2.0.10.0 moveFile

selectedNodes = null

source = /oracle/PRD/920_64/md/admin/mddins.sql

destination = /oracle/PRD/920_64/md/admin/mddins0.sql

Exception thrown from action: moveFile

Exception Name: FileNotFoundException

Exception String: File not found /oracle/PRD/920_64/md/admin/mddins.sql

Exception Severity: 2

      • Cancel Dialog: ***

User selected: Stop installation of all products.

please help me .

if you need any info more ,please contact me.

Accepted Solutions (0)

Answers (1)

Answers (1)

andreas_herzog
Active Contributor
0 Kudos

-> any other files under /oracle/PRD/920_64/md/admin/???

maybe it helps if you just create the file...

REM MUST connect as mdsys; mdsys owns packages

connect MDSYS/mdsys;

REM Deinstall Cartridge Components
REM Call the file in admin to do the drops
@@deinssdo.sql


REM Now connect as ordsys to deregister
connect ORDSYS/ordsys;

REM UNREGISTER CARTRIDGE
begin
 ORDSYS.Cartridge.UnRegister('SDO');
end;
/

that's the content on one of the servers here...oracle is 9.2.0.6

GreetZ, AH