EDS For Oracle

Installation of EDS for Oracle

The distribution is available in the form of compressed file "EDS_Oracle.tar" under "<OS>_a/resources/sdm/exploreDB/oracle" directory,
where OS refers to distribution for given Operating System (e.g.: For windows, it is intel and aix for IBM AIX)

a) Extract the content (or files) from 'EDS_Oracle.tar' file in "<OS>_a/resources/sdm/exploreDB/oracle" directory.

For example,
On unix, use the command:

tar xvf EDS_Oracle.tar

On windows, WinZip utility can be used for extraction.

b) The directory where EDS is extracted (or installed) is referred as EDS_HOME.

c) On unix, ensure that following files/directories have all (read,write,execute) permission:

EDS_HOME/log
EDS_HOME/edm/com/jars
EDS_HOME/edm/config
EDS_HOME/dbUtil/setecho.sql


Grant the permission if the above mentioned permission doesn't exist using the following commands:

chmod 777 $EDS_HOME/log
chmod 777 $EDS_HOME/edm/com/jars
chmod 777 $EDS_HOME/edm/config
chmod 777 $EDS_HOME/dbUtil/setecho.sql

where $EDS_HOME refers to the installation directory of EDS.