Search Results

Search: Posts Made By: gauravgarg
Forum: AIX 09-06-2010
14,015
Posted By gauravgarg
Hi, mmstartup is just to reboot the file system ,...
Hi, mmstartup is just to reboot the file system , my issue is little different , please go through the previous post.
Forum: AIX 08-17-2010
14,015
Posted By gauravgarg
GPFS file system corrupt issue
Hi Administrators,

I have one issue related to GPFS filesystem. We have bad entries in this file system, which reflects error like
ls: 0653-341 The file <filename> does not exist.
when we give...
9,651
Posted By gauravgarg
Hi, Try the following syntax : ...
Hi,

Try the following syntax :
FGRED=`echo "\033[31m"`
FGCYAN=`echo "\033[36m"`
BGRED=`echo "\033[41m"`
FGBLUE=`echo "\033[35m"`
NORMAL=`echo "\033[m"`

and after :
echo "${FGBLUE} Text...
9,651
Posted By gauravgarg
( cat test.txt ; uuencode sourcefile sendfile ) |...
( cat test.txt ; uuencode sourcefile sendfile ) | mailx -s "Test" -r email1@.com email2@.com

This will work for you.However if you get difficulty in getting the attachments through cron , do let...
6,535
Posted By gauravgarg
Guru, Thanks for the post , but I was...
Guru,

Thanks for the post , but I was willing to shoot the script from XYZ box and not from ABC.Thats why I established the connection to ABC first in my code and then ran sql query.However once...
6,535
Posted By gauravgarg
My xyz is a production machine and I cant get the...
My xyz is a production machine and I cant get the oracle client installed on it. However I think what guru suggested is workable in my case.

First I need to establish the connection to the machine...
6,535
Posted By gauravgarg
Connect to database from different unix box
Hi Friends,

I have a one unix box "x.y.z" on SunOS , where oracle is not installed. And another machine "a.b.c" on AIX , where oracle is installed. Now i want to make a script on x.y.z , that can...
9,994
Posted By gauravgarg
Thanks all for the help !!
Thanks all for the help !!
9,994
Posted By gauravgarg
Guru, when i am providing the sql file name in...
Guru, when i am providing the sql file name in the third way, script is not executing the sql file. what could be the reason. And when i am giving the absolute path for the .sql file with a space...
9,994
Posted By gauravgarg
Different way to connect to database ans execute sql query
Hi Friends,

I am using AIX version and sqlplus to connect to database while writing a shell script.
I have implemented three ways to connect to database :
1)
sqlplus -s <USERNAME>/<PASSWORD>...
Showing results 1 to 10 of 10

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