Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Create repository in Enterprise Manager

Create repository in Enterprise Manager

From: Dirk Maiwert <maiwert_at_t-online.de>
Date: Tue, 3 Jul 2001 18:29:14 +0200
Message-ID: <9hss1d$gve$06$1@news.t-online.com>

Hello,

i try to create a new repository in enterprise Manager. Oracle Agent and database are running... After all Steps the configuration assistant sums up, for example:

User: myuser
In DB: node1:1521:mydb

create user:     yes
standard tablespace:     OEM_REPOSITORY

temp tablespace: TEMP
update OMS config: yes

I click on finish and it creates the user, but in the second step (create repository) following error comes up:



SQL Exception:
ORA-06553: PLS-707: Nicht unterstütztes Konstrukt oder interner Fehler[2603]

/* OracleOEM */ create trigger SMP_VDU_PRIV_OBJECT_TRIG before delete on smp_vdu_objects_table for each row
BEGIN
 DELETE from SMP_VDU_PRIVILEGE_TABLE where OBJECT_OID = :old.OBJECT_ID; END;


How can I prevent this and can create a repository for my database? Thank you in advance!
Dirk Received on Tue Jul 03 2001 - 11:29:14 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US