Skip to content

Latest commit

 

History

History

oracle-session

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Oracle DB Session Monitoring

Setup Environment

export ORACLE_DB_USER=
export ORACLE_DB_PASSWORD=
export ORACLE_DB_DSN=

export ELASTIC_CLOUD_ID=
export ELASTIC_USERNAME=
export ELASTIC_PASSWORD=

Run

make
nohup make oracle-session > /dev/null 2>&1 &