Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: 8.1.7 + Designer 6.0 --> A bug ?
Hi!
Walter Pircali writes:
> we have an Win2kServer SP1 with an 8.1.7 over it and 3 instances.
> We use one of this instance for Oracle Designer 6.0.
> As soon as we try to create the oracle designer repository it starts
> to make all, and then on package CIOUELEMENT_TYPE it hangs (CPU 100%).
You might be hitting bug# 1396675.
Designer uses the following type of statement, which will hang (or eventually bomb out with ORA-4031) on 8.1.7:
SQL> create table foo (a number, b number);
SQL> create procedure baz as
2 begin
3 delete from foo
4 where (a,b) in ((1,1), (2,2), (3,3), (4,4));
5 end;
6 /
-- StefanReceived on Mon Mar 05 2001 - 15:49:47 CST
![]() |
![]() |