Link to home
Start Free TrialLog in
Avatar of jannes
jannes

asked on

Getting started with Designor/2000

After installing Personal Oracle (7.3) I installed (created) the repository. After that I want to create an Application System via the RON.
I can give the application a name and then want to save the application.
Then error RME 00020 appears :
Internal API error ORA-06508 PL/SQL can't find the program.

I guess there must be a stored-procedure in the database.
How to create etc...?

Met vriendelijke groeten,
Jannes
Avatar of poncejua
poncejua

Make sure the plsql procedure/package exist.  

connect to sqlplus  
select owner, object_name, object_type, status from all_objects
where object_name like 'AK_ORG';
AK_ORG does not exist.  
cd $APPL_TOP/install/
connect to sqlplus as system
run adddls.pls    
    adorgs.pls    
    adddlb.plb
    adorgb.plb    
Avatar of jannes

ASKER

Where to find these programs ?
adddls.pls / adorgs.pls / adddlb.plb /adorgb.plb

What steps to do for a successfull installation ?
1) install Designer/2000 (version 1.3.2) from CD
2) Start Designer and install a repository
3) @ catproc.sql to create some procedures
.. ??


Avatar of jannes

ASKER

Problem is solved.
It was a memory problem.


ASKER CERTIFIED SOLUTION
Avatar of psnana
psnana

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial