On Wed, Dec 10, 2003 at 10:04:28AM +0100, Patrick Kuijvenhoven wrote:
> Hi,
> 
> I just copy/pasted that syntax from documentation. It should be changed there as 
> well.
> 
> I now have the following error:
> 
> DBD::Oracle::st execute failed: ORA-01023: Cursor context not found (Invalid cursor 
> number) (DBD: odescr failed) [for statement ``BEGIN CLOSE :rv ; END ;'' with params: 
> :rv=DBI::st=HASH(0x85095b4)]) at ./sync.pl line 85.

That (odescr) tells me you're using a DBD::Oracle built to use the
old Oracle 7 OCI API.  You may have more success if you rebuild
DBD::Oracle using the Oracle 8 API, which it does by default.

Tim.

Reply via email to