Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
export MYVAR=`sqlplus -s user/pass@db <<EOF
set head off feedback off serverout off
var v varchar2(255)
exec :v := your_function
print v
exit
EOF`
set head off feedback off serverout off
var v varchar2(255)
exec :v := pkg_job_sche.Countjobs
print v