Search Results

Search: Posts Made By: monika
2,067
Posted By monika
Matching words in Perl
Hi,

I have an array in which one column can contain any statement.
From multiple rows of that column I want to match the statement like "Execution Started."

If that row contains "Execution...
2,740
Posted By monika
Thanks for your help :)
Thanks for your help :)
2,740
Posted By monika
Removing spaces from data
Hi,

I want to remove spaces from data.

Data is:

1,aa ,21, 22
2,a a ,23 ,24
3, ,25 ,26

output should be:

1,aa,21,22
2,a a,23,24
3, ,25,26

i.e

i have to remove leading...
11,192
Posted By monika
Shell/perl script to connect to different servers in single login in teradata
Hi,
I want to write a shell script to compare two tables in teradata.these tables are present on different servers.
I want to connect to both servers in single login in order to fetch and compare...
2,020
Posted By monika
switching users
Hi

I want to write a script which can switch between super users.But it asks for the password at the prompt.How can I manage in the script so that it didnt ask me for the password at the prompt.
Forum: AIX 08-19-2008
2,892
Posted By monika
Switching users
Hi

I want to write a script which can switch between super users.But it asks for the password at the prompt.How can I manage in the script so that it didnt ask me for the password at the prompt.
6,989
Posted By monika
Thanks for the Information. Do you have any...
Thanks for the Information.
Do you have any script related to this,as I am unaware of DBI Module.
6,989
Posted By monika
Script that can access any type of(Teradata,Oracle) database
Hi,

I need to create a script that can execute database independent queries.
Database can be of any type whether tearadata,Mysql,oracle,DB2.

Does anyone have any idea how to implement this.
1,601
Posted By monika
how to send a mail
hi,

I have tried this code to send mail.Its not giving me error but I am not receiving mail also.Is there any config file that needs to be set.


#!/bin/ksh

echo "The first mail" >msg
...
Forum: AIX 06-17-2008
2,965
Posted By monika
unable to send mail
hi,

I have tried this code to send mail.Its not giving me error but I am not receiving mail also.
#!/bin/ksh

echo "The first mail" >msg

cnt=`cat /dir1/msg | wc -l`

if [ $cnt -ne '0' ]...
13,029
Posted By monika
Hi, Thanks for the Reply. I am getting the...
Hi,

Thanks for the Reply.
I am getting the same Error.Table name is correct.

Code on line no. 485 is:

table1_entry()
{
new_table=''
while [ -z "$new_table" ]
do
...
13,029
Posted By monika
Actually at line 485 its simply reading the name...
Actually at line 485 its simply reading the name of table entered by user and nothing else.
This error occurs whenever I include the code to match Primary key data.
If I remove this code it works...
13,029
Posted By monika
Segmentation Fault
Hi,

While comparing primary key data of two tables thr bteq script I am getting this Error. This script is a shell script.

*** Error: The following error was encountered on the output file....
9,494
Posted By monika
Thanks for the reply I am aware of this ftp...
Thanks for the reply

I am aware of this ftp command but I want to write a shell script which can transfer files from unix to windows.
9,494
Posted By monika
transfer file from unix to windows on same PC
Hi,

Do any one know the shell script code to transfer a file from unix to windows on same PC
Showing results 1 to 15 of 15

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