Search Results

Search: Posts Made By: usman_oracle
3,531
Posted By RudiC
First: It usually helps if people read the entire...
First: It usually helps if people read the entire responses / comments, so you might want to reconsider



As used, in awk the variables report_name and report_path are undefined, and thus in...
3,531
Posted By Scott
It really would help if I read your code more...
It really would help if I read your code more closely!
Not:

$ echo report_name
$ echo report_path

But:

echo $report_name
echo $report_path


It would also help if you read mine!...
3,531
Posted By Scott
Remove the $ before the echo commands at the end...
Remove the $ before the echo commands at the end of the script.
3,531
Posted By Scott
Two have two << EOFs. The first SQLPlus command...
Two have two << EOFs. The first SQLPlus command looks to be erroneous, and the opening of the command substitution around the other one is a single quote (') not a backtick (`).

More readable...
3,531
Posted By Scott
Well, the first thing that jumps out is that...
Well, the first thing that jumps out is that you're using backticks (`) instead of single quotes (') around your awk commands, and an erroneous backtick after the closing EOF for your SQLPlus call.
...
Showing results 1 to 5 of 5

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