company logo

db_type - DATABASE.TYPE option

The database can be stored in different data storage formats supported by ODABA. ODABA storage format is the default because it is the most efficient format for storing complex data structures.

ODABA automatically distinguishes between ODABA and XML databases. When, however, running e.g. an ORACLE database, the type must be defined explicitly. The database type option can be defined in a configuration file as sub-option for the database option.

The following values are supported:

ODABA                    - ODABA database format

XMLDatabase- XML file

ORACLE                     - ORACLE database

SQLSERVER            - Microsoft SQL database

MySQL                        - MySQL database

Relational database formats (ORACLE, MS_SQL) require an ODABA object relationship mapper (ORM), which allows managing relationships and transactions efficiently. The ORM is a small ODABA database, which contains derived information from the original data. Since the ORM database does not add information to the underlying data, it can be reconstructed from the relational database at any time.

DATABASE.TYPE=ORACLE