How to Configure Berkeley DB XML Data Source Drivers
For this procedure, you need to already have a Berkeley DB XML database installed on your system.
Oxygen XML Developer plugin supports Berkeley DB XML versions 2.3.10, 2.4.13, 2.4.16 & 2.5.16. To configure a data source for a Berkeley DB XML database, follow these steps:
- Open the Preferences dialog box and go to Data Sources.
- Click the New button in the Data Sources panel.
- Enter a unique name for the data source.
- Select Berkeley DBXML from the driver Type drop-down menu.
- Click the Add Files button to add the Berkeley DB driver files.
The driver files for the Berkeley DB database (and their locations) are as follows:
db.jar
(check for it in[DBXML_DIR]/lib
or[DBXML_DIR]/jar
)dbxml.jar
(check for it in[DBXML_DIR]/lib
or[DBXML_DIR]/jar
)
Where
[DBXML_DIR]
is the Berkeley DB XML database root directory. For example, in Windows it is:C:\Program Files\Oracle\Berkeley DB XML <version>
. - Click the OK button to finish the data source configuration.
- Continue on to configure your Berkeley DB XML connection.