Hi all,
have noticed the session allocaion latch is running at 97.7% on a good day! the system is running very slow.
Any ideas on how to reduce contention for this type of latch?
System is:
Oracle81630
Sun OS 4cpus 3Gb Ram.
SGA: buffers 320M shared pool 160M
OAS 4081.
Most connection are...
Hi all,
I would like to know how to declare an array like myvar(100,50) so it can be referrenced in code like:
declare
temp number;
myvar of type ?
begin
.. do some stuff
for i in 1..100 loop
temp := myvar(i,10);
end loop;
.. do more stuff
exception
end;
I am aware of this type...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.