My Oracle Support Banner

NullMGP Cycle Exception Stack Trace java.Sql.Sqlexception: Ora-00904 (Doc ID 402592.1)

Last updated on JANUARY 30, 2022

Applies to:

Oracle Lite - Version 10.2.0.1.0 to 10.3.0.3.0 [Release 10.2 to 10.3]
Information in this document applies to any platform.
NOTE: In the images and/or the document content below, the user information, the object name information, the database name information and data used represents fictitious data from the Oracle sample schema(s) or Public Documentation delivered with an Oracle database product or other training material. Any similarity to actual persons, living or dead, is purely coincidental and not intended in any manner.


Symptoms

After performing an installation of the Oracle Lite Mobile Server utilizing a pre-created syncserver tablespace, the Message Generator Process (MGP) reports a:

java.sql.SQLException: ORA-00904: "ACI"."CRR": invalid identifier
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:189)
at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:242)
at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:554)
at oracle.jdbc.ttc7.TTC7Proto .doOall7(TTC7Protocol.java:1478)
at oracle.jdbc.ttc7.TTC7Proto .parseExecuteDescribe(TTC7Protocol.java:677)
at
oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:2371)
at
oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2660)
at
oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:457)
at
oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:387)
at oracle.lite.sync.MGP.addFastPushClients(Unknown Source)
at oracle.lite.sync.MGP.fast_push(Unknown Source)
at oracle.lite.sync.MGP.start(Unknown Source)
at oracle.lite.sync.MgpJob.execute(Unknown Source)
at oracle.lite.job.JobThread.run(Unknown Source)

Reviewing of the repository.log file will show that the Repository Wizard actually experienced a failure during the creation of the Mobile Repository: ORA-39726: unsupported add/drop column operation on compressed tables causing numerous ORA-904 errors to occur for the CRR identifier.
.

Changes

The syncserver tablespace was pre-created using the compression option: DEFAULT COMPRESS

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution

My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.