Hello, We just installed Oracle 8 on our Linux server running Apache and I am having a problem retrieving data from the database. If I run the following two queries I get the expected results: * select store_no from store * select store_desc from store However, if I run the query "select store_no, store_desc from store", I get the following error message: * java.sql.SQLException: ORA-03120: two-task conversion routine: integer overflow There are only two records in the store table and the fields are both character. Anyone have any helpful hints? Thanks, J. Soma [EMAIL PROTECTED] ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
