Skip to content

Instantly share code, notes, and snippets.

@shadabshaukat
Created April 11, 2021 14:11
Show Gist options
  • Select an option

  • Save shadabshaukat/c1fb20650e949aa6fc060f9f1f17b7b6 to your computer and use it in GitHub Desktop.

Select an option

Save shadabshaukat/c1fb20650e949aa6fc060f9f1f17b7b6 to your computer and use it in GitHub Desktop.
Load Autonomous PL/SQL
vim /home/opc/Load_ADB.sh
#!/bin/bash
username='admin'
password='S0meP@ssw0rdHere'
sqlquery='PL/SQL Code Here'
/home/opc/sqlcl/bin/sql /nolog <<-EOF
set cloudconfig /home/opc/Wallet_paygdev.zip
show tns
connect $username/$password@paygdev_high
$sqlquery
EOF
./home/opc/Load_ADB.sh &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment