Search Results

Search: Posts Made By: Kiransagar
3,099
Posted By Kiransagar
Hi Thanks for the response. I would...
Hi

Thanks for the response.

I would like to Count the number of rows in the log table.if the count is greater than zero then I need to run certain Part of the code if not another part of the...
3,099
Posted By Kiransagar
awk--throwing an error
Hi all,

I have below code

sqlplus -s ext/exo@TIS << EOF
whenever sqlerror exit failure rollback;
set echo off
set head off
set serveroutput on
set termout on
set trimspool on
SPOOL...
1,278
Posted By Kiransagar
Excellent Guru..Many Thanks
Excellent Guru..Many Thanks
1,278
Posted By Kiransagar
Tr--translate is throwing an error
Dear all,

I would like to count the no;of word "INFORMATION" in a file called alt.lst and output to a unix variable INFORMATION.so to do this I wrote the below code

INFORMATION=echo...
1,684
Posted By Kiransagar
code for output of a spoolfile through mail
Hi

I want to send the output of a spool file through mail.FYI..the spool file consists of output of a select comand with only 3 columns.The mail should be sent to a list of people .I didn't have...
1,684
Posted By Kiransagar
I am able to run the shell.very much appreciated ...
I am able to run the shell.very much appreciated

Could you please let me know what was the error in the below line:

SQLCODE='cat $SPOOL_FILE | grep SQLCODE | awk -F '{print $2}' '

...
1,684
Posted By Kiransagar
Unable to retrieve data from shell when connected to Oracle
I am trying to get the data from oracle table to a variable I have tried the below code

#/usr/bin/sh
echo " I am in correct loop"
SPOOL_FILE=/app/scripts/alt.lst
sqlplus...
Showing results 1 to 7 of 7

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