ORA-01475 - Pls help [message #102995] |
Tue, 07 January 2003 08:44 |
Manish Sukhwani
Messages: 4 Registered: February 2002
|
Junior Member |
|
|
Hi,
I am working with Sybase EA Server as Application Server and backend as Oracle 8.1.7.
Under a scenario i am getting an error like
java.sql.SQLException: [[Oracle]][[ODBC]][[Ora]]ORA-01475: must reparse cursor to change bind variable datatype.
I checked at many places but was unable to got any help.
Somebody pls Help.
|
|
|
Re: ORA-01475 - Pls help [message #103020 is a reply to message #102995] |
Wed, 15 January 2003 10:03 |
S
Messages: 27 Registered: December 2001
|
Junior Member |
|
|
Error: ORA 1475 Text: must reparse cursor to change bind variable datatype ------------------------------------------------------------------------------- Cause: After executing a statement, an attempt was made to rebind a bind variable with a datatype different from that of the original bind. Action: Reparse the cursor before rebinding with a different datatype.
|
|
|