Search Results

Search: Posts Made By: Bunty bedi
5,243
Posted By Bunty bedi
I changed it to look like: while IFS=','...
I changed it to look like:


while IFS=',' read f1 f2 f3
do
if [ $f1 -eq $a]

now getting error :
test.sh[17]: test: A ] character is missing.
test.sh[21]: test: A ] character is missing....
5,243
Posted By Bunty bedi
Well , let me post my real requirement. the...
Well , let me post my real requirement.
the script will select all the records from a table with the condition timestamp=(sysdate-1 hr). once the records are selected, it will check the flag value...
5,243
Posted By Bunty bedi
Thanks for the prompt response Jedi Master :) ...
Thanks for the prompt response Jedi Master :)
This code i tried initially and it worked. But my requirement is to email more than one value after applying some logic through pl sql procedure. So, i...
5,243
Posted By Bunty bedi
Emailing results of a pl sql procedure from UNIX shell script
Hello All,

I am writing the below unix script to email the result of a small pl sql procedure:

#!/bin/bash
ORACLE_HOME=/opt/oracle/orcts/product/9.2.0; export ORACLE_HOME...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 12:54 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy