Re: In cleanup - UNKNOWN OCI STATUS 1041 (OCILobFreeTemporary)

2010-05-26 Thread John Scoles
Bob McGowan wrote: Ok that is great that is all I need to go on. The copy of the append_comments procedure would be good as I would be able to 'test' better with it as long as you are comfortable with sending it to me Cheers John Scoles On 05/26/2010 10:46 AM, John Scoles wrote: Bob Mc

Re: In cleanup - UNKNOWN OCI STATUS 1041 (OCILobFreeTemporary)

2010-05-26 Thread Bob McGowan
On 05/26/2010 10:46 AM, John Scoles wrote: > Bob McGowan wrote: > > I am interested in this one Bob here are my words on it. > > -- Deleted my code details -- >> >> > What I want you to do so I can properly debug this is > > 1) tell me what version of DBD::Oracle you are useing > 2) what

Re: In cleanup - UNKNOWN OCI STATUS 1041 (OCILobFreeTemporary)

2010-05-26 Thread John Scoles
Bob McGowan wrote: I am interested in this one Bob here are my words on it. Hi, I've searched the archive at www.mail-archive.com and have not found any references to this specific error number. I've been using a PL/SQL function from Perl DBI this way: $cursor = $dbHandle->prepare(q{

In cleanup - UNKNOWN OCI STATUS 1041 (OCILobFreeTemporary)

2010-05-26 Thread Bob McGowan
Hi, I've searched the archive at www.mail-archive.com and have not found any references to this specific error number. I've been using a PL/SQL function from Perl DBI this way: $cursor = $dbHandle->prepare(q{ BEGIN append_comm