Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Designer/2000 problem, help!
I had similar problems, when I did not obtain the installation guide. Verify if
you have grant the following
rights (as user sys) to repository owner.
grant execute on dbms_lock to repos_owner;
grant execute on dbms_pipe to repos_owner;
grant select on dba_rollback_segs to repos_owner;
grant select on dba_segments to repos_owner;
grant create sequence to repos_owner;
grant create synonym to repos_owner;
grant create table to repos_owner;
Hops this helps
Michael Bouda
cyril.gordon_at_usa.net schrieb:
> Dear Experts,
>
> I am trying to play with Designer/2000, v2.1. After installation is complete
> I use Designer/2000 Repository Administration Utility to create a repository.
> I then add user SCOTT using Repository Maintenance/Maintain Users function.
> When I connect as SCOTT/TIGER, I get an Application System window. When I
> try to create an application TEST I get the following error message:
>
> RME-00011: Operation 'open' on ACTIVITY has failed
> RME-00011: Operation 'INS' on ci_application_systems has failed
>
> The "Cause/Action' window recommends to examine other error messages for
> specific details but there are no other errors! For some reason an API
> operation request has failed, it says.
>
> Do you know what I did wrong? Have I missed some important steps during the
> installation? Please help!
>
> E-mail me at: cyril.gordon_at_usa.net.
>
> Thanks in advance!
>
> Cyril
>
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
Received on Fri Oct 02 1998 - 02:10:10 CDT