DDL-Oracle
view release on metacpan or search on metacpan
"echo\n" .
"echo \"************ END OF NOTICE ************\"\n\n" .
"nohup gunzip -c $gzip \\\n" .
" > $pipefile &\n\n" .
"imp / parfile = $prttn_imp_par\n" .
check_imp_log( $script, $prttn_imp_log );
create_shell( $script, $text );
}
my @shells = glob( "$sqldir/$prefix$tblsp.sh*" );
chmod( 0754, @shells ) == @shells or die "\nCan't chmod some shells: $!\n";
print "\n$0 completed successfully\non ", scalar localtime,"\n\n";
exit 0;
#################### Subroutines (alphabetically) ######################
# sub check
#
# returns text for a shell script to check its LOG file for errors
( run in 0.951 second using v1.01-cache-2.11-cpan-8d75d55dd25 )