How can I see the cursor?
Did any one come accrossed with the bug no 1328999 in oracle 8.1.6.0.0 on solaries. If any one please reply me. Actually my problem is i am getting too many deadlocks in my application i am using MTS (Microsoft Transaction server as application serve
We are utilizing Oracle's connection caching (drivers 10.2.0.1) and have found a deadlock situation. I reviewed the code for the (drivers 10.2.0.3) and I see the same problem could happen. I searched and have not found this problem identified anywher
[ I'd preferably send this to some Oracle support email but I can't find any on both www.oracle.com and www.technet.com. ] The following program illustrates bug I found in JDBC Oracle thin driver. * Synopsis: The parameters of prepared statement (I t
I created a pl/sql item type... based on a stored proc... whenever I make a change to the store proc I have to readd the item based on this item type since the result on the item type is not updated is this some bug in oracle portalI created a pl/sql
Sir,i know it very clearly that ,primary key column ,can not be null. But the bug in oracle is that, when first time ,i tried to ALTER the primary key column in the table,to accept NULL, oracle shows the message that ,"TABLE ALTERED." But when i
I found another bug in Oracle: SQL> create cluster tfsys_cluster 2 ( 3 name varchar2(30), 4 cdp number(6), 5 stime number(6) sort) 6 hashkeys 1000 7 size 100; SQL> create table tfsys( 2 name varchar2(30) not null, 3 cdp number(6) not null, 4 stime n
Hi there, I've discovered a bug in the Oracle embedded http listener for our Oracle on RHEL database version 11.1.0.6 where it will return HTTP-400 bad request errors if a cookie is created with a bare comma in the cookie value. To see for yourself,
Is there a known bug in Oracle JDBC thin driver version 8.1.6 that would prevent it from closing the open cursors ? Thank you, HoreaHorea In the ejb-jar.xml, in the method a cursor is closed, set <trans-attribute> to "Never". <assembly-
As far as I can determine from the documentation and posts in other newsgroups the following example should work to produce an updatable but "empty" ResultSet which can be used to insert rows. But it doesn't work in a JDK 1.2.2 and JDK 1.3.0_01
I'm newbie on oracle, but I think that I found out a bug in Oracle SQL Developer version 3.0.04 on the "generating DLL" tool using "comments". I will describe the steps that I gave: I created a view, but after I test it I had to change