5 lines
174 B
Bash
5 lines
174 B
Bash
#!/usr/bin/ksh
|
|
. /oracle/.profile
|
|
echo $ORACLE_SID
|
|
$ORACLE_HOME/bin/sqlplus dwh/dwh@MNP2 @$HOME/UTILITY/refresh_viste_DWH_SEQ.sql >> $HOME/UTILITY/refresh_viste_DWH_SEQ.log
|