Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Create repository in Enterprise Manager
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
I click on finish and it creates the user, but in the second step (create repository) following error comes up:
/* 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
![]() |
![]() |