Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
バックグラウンドと待機ステートメントを使用して .sql スクリプトを実行する ksh シェル スクリプトがあります。一般的な「ORA-0」エラーをキャプチャして完全に終了することはできますか?
ここのところ:
$ORACLE_BASE/bin/sqlplus 2.sql & pid2=$! echo "Waiting for PID:$pid2" wait $pid2 #look for error here #exit program if oracle error