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

Upload a file

This module can be used to upload a file on a remote database server:

  • To upload the test.txt local file in the /tmp/ folder like file.txt:
./odat.py dbmsxslprocessor -s $SERVER -d $SID -U $USER -P $PASSWORD --putFile /tmp/ file.txt test.txt
Clone this wiki locally