PDA

View Full Version : OALL8 is in an inconsistent state.


pneteval
2006-11-06, 11:09 AM
...

Caused by: net.project.persistence.PersistenceException: Brand.loadProperties(): Unable to load brand from datbase. This error often indicates the database could not be accessed. Please check your database configuration or contract your system administrator: java.sql.SQLException: OALL8 is in an inconsistent state. SQL = select b.brand_id, b.brand_abbrv, b.brand_name, b.brand_desc, b.default_language, c.configuration_id from pn_brand b, pn_configuration_space c where b.brand_abbrv='pnet' and c.brand_id = b.brand_id and b.record_status='A'
[java] at net.project.brand.Brand.loadProperties(Brand.java: 540)
[java] at net.project.brand.Brand.load(Brand.java:481)
[java] at net.project.base.property.PropertyProvider.setBran dContextFromRequest(PropertyProvider.java:563)
[java] ... 11 more

...

Run into the above error

I followed the installation document. Configuration:

RedHat Enterprise 3
Oracle 10.2.0
Weblogic 8.1
PNet 8.2

I noticed that somebody else had similar problem in this forum. But I did see the jdbc bundled with pnet8.2 download is ojdbc14

Thanks.

pneteval
2006-11-09, 09:37 AM
The solution posted by Roger here seems working on my case:

http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=3&t=008778

Thanks.