Hi all,
I have a script to create all the tables. I create a script file called createtab.sh. Basically my script is to create numbers of tables. Inside my createtab.sh, sqlplus -s / $ORACLE_HOME/scripts/crttab1.sql,........crttab5

I want to record down the time for each table creation.
Any one can guide me on this ?

Thanks