Back to home page

Enduro/X

 
 

    


0001 To perform Oracle DB tests, needs following configuration:
0002 
0003 1) Configure settings in setenv
0004 
0005 2) Load the settings with $ source setenv
0006 
0007 3) Create database user
0008 
0009 4) Configure settings in sqlplus.run. When SQLPLUS is running, execute:
0010 
0011 SQL> @tables.sql
0012 
0013 5) Configure database settings in run.sh, NDRX_XA_*. Note that demo data is filled with: SID=ROCKY user=endurotest pass=endurotest1
0014 
0015 6) run off ./run.sh
0016 
0017 
0018 To build the all this, firstly -DENABLE_TEST47=ON must be added to cmake configuration. But before build you have to run 1) and 2).
0019 otherwise build will not see "proc" PRO*C precompiler.
0020 
0021 This project folder also inlcudes pcscfg.cfg file for faster manual configuration (/u01/app/oracle/product/11.2.0/dbhome_1/precomp/admin/pcscfg.cfg).
0022 pcscfg.cfg needs to be adjusted too for target platform and installed in proper place.