Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

internal error code 12333

422263May 28 2004 — edited May 31 2004
Hello

sorry, I'm spanish and not know engish.

I try this:

********
try {
ByteArrayOutputStream bos = new ByteArrayOutputStream();
ObjectOutputStream oos = new ObjectOutputStream( bos );
oos.writeObject( articuloVO.getImagen() ); // ImageIcon
oos.close();
ByteArrayInputStream bais = new ByteArrayInputStream( bos.toByteArray());
preparedStatement.setBinaryStream( i++, bais, bos.size() );
}
catch ( SQLException sqle ) {
return null;
}
catch ( IOException ioe ) {
return null;
}
******

and i get this:

1º **********

connection reset by peer: socket write error

2º ******

ORA-00600: código de error interno, argumentos: [12333], [255], [255], [255], [], [], [], []

******

WindowsXP Home Edition

Oracle 9i

Jdsk 1.4.1_01

****


Any help ???

Very Thaks!!!!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 28 2004
Added on May 28 2004
3 comments
201 views