#!/bin/sh
if [ "$(id -u)" -eq "0" ]; then
exec su oracle -c /oracle/oracle11g/DBA_SCRIPTS/pre-freeze.sql
fi
Select checkboxes from the left navigation to add pages to your PDF
pre-freeze-script (Oracle)
Updated
Select checkboxes from the left navigation to add pages to your PDF
Updated
#!/bin/sh
if [ "$(id -u)" -eq "0" ]; then
exec su oracle -c /oracle/oracle11g/DBA_SCRIPTS/pre-freeze.sql
fi