asked on
ASKER
ASKER
ASKER
Oracle is an object-relational database management system. It supports a large number of languages and application development frameworks. Its primary languages are SQL, PL/SQL and Java, but it also includes support for C and C++. Oracle also has its own enterprise modules and application server software.
TRUSTED BY
$ cat run_free.sh
echo "script started at : `date` "
sqlplus scott/tiger@testdb < have any valid sql statements in the free.sql which will be called from run_free.sh
To execute, you just need to say
$run_free.sh
Thanks