internal error code 12333
422263May 28 2004 — edited May 31 2004Hello
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!!!!