Skip to content
quentinhardy edited this page Mar 24, 2016 · 2 revisions

Execute system commands

This module can be used to execute system commands on a remote database server:

  • To execute the /bin/ls command:
./odat.py oradbg -s $SERVER -d $SID -U $USER -P $PASSWORD --exec /bin/ls
Clone this wiki locally