DMS: Oracle Lite error: POL-2000 can't allocate more memory
edited Jan 12, 2014 11:44PM in Gateways, Oracle Lite, Oracle DB Mob. Server, TimesTen (MOSC) 8 commentsAnswered
Hi Guys,I'm facing the following problem during an oracle lite synchronization:
1) I have an Oracle9i Lite database (polite.odb) (Release 5.0.2.10.0 for Microsoft Windows) with a lot of tables.
Among these tables there are 2 tables containing a lot of records, in particular there are 2 tables with 248.0000 rows
and 350.000 rows respectively.
A dedicated java code (running on the user's client) synchronizes these 2 tables by hand, that means that the java code simply executes
the following actions:
a) connect to the database server;
b) connect to the oracle lite db
c) truncate the first table on oracle lite db and commit;
0