8 lines
220 B
Bash
8 lines
220 B
Bash
#!/usr/bin/ksh
|
|
. /oracle/.profile
|
|
echo $ORACLE_SID
|
|
$ORACLE_HOME/bin/sqlplus dwh/dwh@MNP1 @$HOME/UTILITY/refresh_viste_DWH_SEQ.sql >> $HOME/UTILITY/refresh_viste_DWH_SEQ.log
|
|
|
|
|
|
#/oracle/UTILITY/STATISTICHE/dbcgo_stat.ksh
|