################################################################################
# $Id: //depot/dev/wordpress/file/script/unix/oracle/get_host_url.sh#2 $
# $Author: fran $
# $DateTime: 2009/08/17 22:26:33 $
# $Change: 24 $
# 
# Beschreibung:
#     Ausfuehrung der Array vs Tabelle PL/SQL Scripten.
# 
# Historie:
#     17.08.2009 FJ Erzeugung der Datei.
################################################################################

. $HOME/bin/.fran_umgebung

FICH_LOG="${DIR_LOG}/get_host_url.log"
echo  ""                                                | tee -a ${FICH_LOG}
echo  "Start des Prozessses"                            | tee -a ${FICH_LOG}
echo  ""                                                | tee -a ${FICH_LOG}
sqlplus fran/$1 @${DIR_PLSQL}/pl_get_host_url_table.sql | tee -a ${FICH_LOG}
sqlplus fran/$1 @${DIR_PLSQL}/pl_get_host_url_array.sql | tee -a ${FICH_LOG}
sqlplus fran/$1 @${DIR_PLSQL}/pl_get_host_url_table.sql | tee -a ${FICH_LOG}
sqlplus fran/$1 @${DIR_PLSQL}/pl_get_host_url_array.sql | tee -a ${FICH_LOG}
echo  ""                                                | tee -a ${FICH_LOG}
echo  "End des Prozessses"                              | tee -a ${FICH_LOG}
echo  ""                                                | tee -a ${FICH_LOG}
