ObjectDB ObjectDB

Internal Website Search

51-60 of 200 resultsRefresh
65

How force always recreate database on redeployment.

Is there some easy way to force recreation/deletion of the current database on deployment of a web ... . Currently, to avoid multiple models in the database, I have to undeploy from Glassfish, stop the server, delete the database file, re-start the objectdb server, re-run the web app, which is tedious
64

Database(*.odb) file size on disk

Hello, we have questions about the file size of ObjectDB database on disk. Can you tell ... memory always used by new entities? -Will be the database file automatically reduced? We have created ... are reused but the the file not resized. The database is at the end empty again, but larger than the initial
64

Using multiple databases

Is it possible for an ObjectDB PersistenceManger/EntityManager to connect to more than one database at a time? Also, can objects in one database reference objects in another database (e.g. through globally unique identifiers)? jonb Jon Brumfitt You can use as many databases as needed at the same
64

How to define database structure and insert some initial objects from scratch

the initial database structure of our application? We know objectdb is all about objects and probably doesn't ... jdbc driver for ETL software like Kettle? How about migrating data from another database system? Thanks in advance! josevilla Jose Lora To populate the database you will have to write Java code
64

unable to update table in slave server database

done in objectdb configuration file. <database> <size initial="256kb" resize="256kb" page="2kb ... " /> </database> Any help would be greatly appreciated. Thanks! objdbuser In ObjectDB clusters slave databases ... of the master and the slave database. As slave database is storing data in replication path
64

Database absolute filepath

Is there a line of code that can be used to print out my databases absolute path? I have set it as follows: EntityManagerFactory emf = Persistence.createEntityManagerFactory("$objectdb/database/people.odb"); However, the data being shown in \lib\objectdb\database\people.odb is different
64

Multi-Threading/Distributed-Database Questions...

Greetings ObjectDB team, All below questions assume a very large database (~1,000,000,000 objects ... : Is it true that two read-only JPQL queries accessing the same database file actually run simultaneously ... to use two database files on two different physical hard disks while still being able to cross reference
64

Master database switching to read-only mode, possibly caused by slave failure

We had a database failure causing a production outage. Both master and slave databases have failed ... database failed first and possibly caused the master to switch to read-only mode. The sequence ... - MASTER instance stopped responding to write requests. All requests sent to the database during 3
63

Database Inconsistency or corruption

entity. 2-) Problem Description I initialized the database with some ObjectValues. Persisting new ... the ObjectValue from the database, all values are lost. ObjectValue ID:=100, TYPE:=Person, REVISION:=2 ... , since you will get the update applied on the database, and after loading the up to date data from
12

Database File Compression

ObjectDB database files are usually smaller than database files of other Database Management Systems (object databases and relational databases) but additional internal compression is still possible ... . So the effect of using compressed ObjectDB database file on performance is unknown yet. support Support

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