5 lines
165 B
Bash
5 lines
165 B
Bash
#!/usr/bin/ksh
|
|
. /oracle/.profile
|
|
|
|
$ORACLE_HOME/bin/sqlplus dbcgo/dbcgo@DBCGO @$HOME/UTILITY/STATISTICHE/dbcgo_stat.sql >> $HOME/UTILITY/STATISTICHE/dbcgo_stat.log
|