• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

[BEA][Oracle JDBC Driver]Internal error: Net8 protocol error

 
Ranch Hand
Posts: 182
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends
I am using the weblogic oracle driver weblogic.jdbc.oracle.OracleDriver for Oracle 9i, i am getting the following exception:

java.sql.SQLException: [BEA][Oracle JDBC Driver]Internal error: Net8 protocol error.

The code which is provoking this exception fires a select query and extracts the data from result set as:


[ January 23, 2007: Message edited by: Nischal Tanna ]
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moving to the Weblogic forum...
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does this sound like the problem?


Problem
When using BEA JDBC driver for Oracle, retrieving UROWID returns an error, identified by the following message:

[BEA][Oracle JDBC Driver]Internal error: Net8 protocol error

Platforms
All platforms running Oracle with the BEA JDBC driver.

Workaround
Use the Oracle JDBC driver if your data contains UROWID column type.


BEA Liquid Data 8.5 Release Notes
 
Nischal Tanna
Ranch Hand
Posts: 182
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Joe...however this is not the problem...

Is there any article which compares weblogic.jdbc.oracle.OracleDriver and oracle.jdbc.driver.OracleDriver from development point of view ?

I noticed one problem development point of viwe wherein using weblogic.jdbc.oracle.OracleDriver a null or blank string insert is successful, however using oracle.jdbc.driver.OracleDriver we get a SQLException like : [BEA][Oracle JDBC Driver][Oracle]ORA-00933: SQL command not properly ended....However i am not sure abt this...
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic