Search Results

Search: Posts Made By: desibabu
14,986
Posted By desibabu
Thanks a lot for the excellent hint and feedback....
Thanks a lot for the excellent hint and feedback. Spooling sql results to a file and then reading it in was an option, however, I was leaving that to plan "B". In any case, I ended up going to that...
14,986
Posted By desibabu
SQLplus and Shell script problem
sql_rows=`sqlplus -s / <<EOF
set heading off
set pagesize 1000
set tab off
set linesize 120 wrap off
column "Path" format a15
--column "No_Of_files" format a10
select tablespace_name,...
4,342
Posted By desibabu
Hi Methyl, Sorry, I did not see your...
Hi Methyl,

Sorry, I did not see your post...here is the code as it stands now. I played around with the ` and {} surrounding the variables. But no luck.
As you can see, I have removed the ` and...
4,342
Posted By desibabu
Any ideas/suggestions where I can look to resolve...
Any ideas/suggestions where I can look to resolve this last remaining puzzle?

I have no clue what could be causing this. I checked the env variables, there is nothing there defined that is being...
4,342
Posted By desibabu
Thanks a lot...for your prompt responses.. ...
Thanks a lot...for your prompt responses..

Wow..such obvious mistakes...well most of my problems have been resolved. One issue remains...for some reason, one of the variables remains defined...
4,342
Posted By desibabu
alias to a shell script - tablespace size
I have developed the following shell script. The idea was to create an alias to execute it and return the tablespaces and their sizes from an oracle database. When I execute is via the alias, I have...
Showing results 1 to 6 of 6

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