in reply to DBI inconsistency (ORA-01008)
Ok, I have a fix. Immediately after connecting, I run:
$dbh->do("ALTER session SET cursor_sharing = 'exact'") or die "Could not alter session\n";
And viola! Works every time. Apparently cursor sharing does some evil stuff. Anyway, thanks for everybody's input!
|
|---|