ObjectDB ObjectDB

Internal Website Search

1-10 of 200 resultsRefresh
103

Backup file always bigger than live db file

I use em.createQuery("objectdb backup", Thread.class); to backup hourly. And the backup file is always getting bigger even if the db file is not getting bigger. Why is that? Trianglehead Json Error Does the database file itself remain the same size? Is the backup size different (either smaller or
101

odb files and config file

/. But there were no obd files in it. I'm getting my EntityManager by doing this: EntityManagerFactory emf = Persistence.createEntityManagerFactory("$objectdb/db/account.odb"); I looked for the odb files and found it somewhere in my workspace metadata (eclipse plugins). What can I do to save the odb files in
49

Database Doctor

database file Checks a given ObjectDB database file, verifies that it is healthy and valid, and if the file is not valid (it is corrupted), produces a detailed diagnosis report of all the errors. Repair of a corrupted ObjectDB database file Repairs a corrupted ObjectDB database file by creating a new
46

JPA Persistence Unit

a persistence.xml file, which has to be located in the META-INF directory in the classpath. One persistence.xml file can include definitions for one or more persistence units. The portable way ... a persistence unit. The following persistence.xml file defines one persistence unit: <?xml version="1.0
41

Server User List

configuration file contains the following <users> element: <users> <user username="admin" password="admin ... |modify|create|delete"> <quota directories="5" files="20" disk-space="5mb" /> </dir ... ="access|modify|create|delete"> <quota directories="5" files="20" disk-space="5mb" /> </dir
39

Server Configuration

is affected also by other elements in the configuration file, particularly the <users> and the <ssl> configuration elements. The default configuration file contains the following <server> element: <server> <connection port="6136" max="0" /> <data path="$objectdb/db-files
35

Is ObjectDB scalable? What are its limitations?

supports: Database file size up to 128 TB (= 131,072 GB = 134,217,728 MB). Up to 2,147,483,648 entity classes per database file. Up to 2,147,483,648 indexes per database file. Up to 9,223,372,036,854,775,808 entity objects per database file. Unlimited database connections (limited by operating system resources).
23

Database Management Settings

that are relevant on the server side and in embedded mode. The default configuration file contains the following ... initial="256kb" resize="256kb" page="2kb" /> The <size> element specifies the database file and page size settings: The initial attribute specifies the initial size of every new database file
3

[ODB1] Chapter 8 - ObjectDB Server

mode are discussed in Section 1.2. Because the JDO API and the format of the database file ... , packaged in the odbse.jar file. The jar file contains the entire ObjectDB implementation including support for embedded mode. In order to use client server mode, you have to install the odbse.jar file
3

[ODB1] Chapter 9 - ObjectDB Explorer

ObjectDB development jar file (odbfe.jar / odbee.jar / odbse.jar), located in ObjectDB's lib directory. Because this file is an executable jar, on most systems, you can double click on it to start ... . The following procedure is recommended, copy the file to the bin subdirectory, edit the copy and use it to start

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support