eVe provides you with three options for storing its index and image information: flat files (default), ObjectStore, and Oracle.
Flat files are the default storage location for eVe index and image information. If you accept this default, you do not need to perform any further configuration.
If you want to store eVe index and image information in ObjectStore, perform the following steps:
Purchase ObjectStore from Object Design (
Inform eVision that you will use ObjectStore to store eVe index and image information. You can contact eVision at support@evision.com.
Edit the eve.properties file appropriately. See the The eve.properties File section for configuration instructions.
Read this section if you plan to store eVes index and image information within Oracle.
NOTE · You need to be an administrator of the database to perform these steps. If you do not have sufficient access rights to create tables in the database to which you wish to connect, have your database administrator perform the following steps.
COMPATIBILITY NOTE · The eVe system has been tested to be compatible with Oracle 8.1.6.
To set up your database, you must create five tables:
EVEPROPERTIES. Contains the metadata properties associated with MediaCollections.
EVECLUSTER. Contains index information.
EVEENTRY. Contains index information.
EVEDATA. Contains the MediaObjects for multiple MediaCollections.
EVEMETADATA. Contains the metadata for the MediaObjects in the MediaCollections.
More information about how to configure your database will be available in an upcoming version of this guide.