Search Results

Search: Posts Made By: IB_88
2,445
Posted By IB_88
that is typing mistake. I am using .gz
that is typing mistake. I am using .gz
2,445
Posted By IB_88
Foreach .gz file in a directory -- Not working
Hi,

I am trying to add for loop in my code for all the .gz files in a directory.

example code:

for i in $PWD/input/*.dz
do
echo " file is :: $i "
done

This is not working as...
7,752
Posted By IB_88
Truncate table $TABLE -- SQLPLUS
I want to truncate a table using sqlplus where the table name is in shell variable:

I am using :
sqlplus -s / <<end
truncate table $TABLE
end
5,669
Posted By IB_88
Segmentation fault in function call, shell script
I am getting Segmentation fault at below function call in my script:
get_x() {

sqlplus -s / <<end | grep KEEP | sed 's/KEEP//;s/[ ]//g'
select 'KEEP' ,table_name from all_synonyms where...
Showing results 1 to 4 of 4

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