Creating Database

The Xfiles database needs to be created for Javra IDE.

1.Javra IDE-Files database: The dump is located in db/xfiles folder.

The database is delivered in dump format; you will need to build the database. The release package includes a script to simplify the build process; or you may build it manually from the files provided.

Parameter Value
-ymd
-numsep 44
-numdec 46
-blocksize 4096

On Windows Server, the database can be built using the script create.bat found in the database directory in the release package under the folder dbscript. For help information regarding the script create.bat, type db/dbscript>create ? The syntax is:

create <dbName> <baselineName> <blocksize>

Where:

<dbName> is the name of database.

<baselineName> is xfiles.

<blocksize> is 4096.

Example:

$dbscript>create xfiles xfiles 4096

On Linux server, the database can be built using the script create.sh that can be found on <install_directory>/db/dbscript directory. The syntax to create database using this script is:

create <dbName> <baselineName> <blocksize>

Give execute permission to your script and write permission to the database directory. To create xfiles database you may enter:

$dbscript>./create.sh xfiles xfiles 4096

results matching ""

    No results matching ""