Drop Table
Support Forum for database administrators and web based access to important newsgroups related to databasesAuthor: timbo
Date: Wed Jan 18 02:11:24 2006
New Revision: 2425
Modified:
dbd-oracle/trunk/t/55nested.t
Log:
End the wild goose chase thanks to Biswa Chowdhury
Modified: dbd-oracle/trunk/t/55nested.t
====================
====================
====================
================
==
--- dbd-oracle/trunk/t/55nested.t (original)
+++ dbd-oracle/trunk/t/55nested.t Wed Jan 18 02:11:24 2006
@@ -36,6 +36,12 @@ my $tests = 16;
print "1..$tests\n";
+# ref cursors may be slow due to oracle bug 3735785
+# believed fixed in
+# 9.2.0.6 (Server Patch Set)
+# 10.1.0.4 (Server Patch Set)
+# 10.2.0.1 (Base Release)
+
ok( 1,
my $outer = $dbh->prepare(q{
SELECT object_name, CURSOR(SELECT object_name FROM dual)
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread