company logo

res_type - RESOURCES.TYPE option

The resource 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 resource 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.

RESOURCES.TYPE=ORACLE