Search Results

Search: Posts Made By: Rami Reddy
2,418
Posted By Rami Reddy
Thank you for helping out
Thank you for helping out
2,418
Posted By Rami Reddy
Thank you so much for all your help I really...
Thank you so much for all your help I really appreciate it.
2,418
Posted By Rami Reddy
Shell script to perform appending of .sql files
Hi, We are having multiple .sql files generated programatically which is not containing..
create or replace -- at the start
and
/ -- at the end

We need to append those .sql files with the...
1,415
Posted By Rami Reddy
before it look likes. # -- End Entity...
before it look likes.

# -- End Entity Definitions --
BEGIN EXECUTABLE "ARBRITRT" "AR"
OWNER = "ORACLE12.1.1"
LAST_UPDATE_DATE = "2000/07/21"
EXECUTION_METHOD_CODE = "P"
...
1,415
Posted By Rami Reddy
This is the way, i want to look after its...
This is the way, i want to look after its replaced.

# -- End Entity Definitions --
BEGIN EXECUTABLE "XDODTEXE" "XDO"
OWNER = "ORACLE12.1.1"
LAST_UPDATE_DATE = "2008/01/25"
...
1,415
Posted By Rami Reddy
Replace string
Hi,

I had a requirement in shell script to replace a string after this line and use it.
/# -- End Entity Definitions --/

i tried with using awk but getting errors
awk '/# -- End Entity...
3,312
Posted By Rami Reddy
Thanks a lot for all your replies... it is...
Thanks a lot for all your replies... it is working fine.
3,312
Posted By Rami Reddy
yes, it is $names in egrep. now, i am getting...
yes, it is $names in egrep.
now, i am getting the below error.

./listnames.sh: line 16: [: -eq: unary operator expected
file not present
./listnames.sh: line 16: [: -eq: unary operator expected...
3,312
Posted By Rami Reddy
Query the table and return values to shell script and search result values from another files.
Hi,

I need a shell script, which would search the result values from another files.

1)execute " select column1 from table_name" query on the table.
2)Based on the result, need to be grep...
4,819
Posted By Rami Reddy
Error line number
Hi

I have a error message like this.

ERROR at line 1:
ERROR at line 15:
ERROR at line 49:


I want to grep the number from the ERROR line.

Can some one help here.

Thanks,
Rami...
1,199
Posted By Rami Reddy
Thank you sir, really helpful.. terrific answer
Thank you sir, really helpful.. terrific answer
1,199
Posted By Rami Reddy
Problem with inserting data
Hi,

i am doing a simple script to insert logs into particular table through shell script

when i run the script, it is inserting null value.

Any explanation on this. Here is my script.
...
1,722
Posted By Rami Reddy
Store results in table
Hello everyone,

I have a shell script, which connects to the database and runs .sql file.
after executing of .sql file, i need to store the results in error table.
How can i achieve this one?...
20,858
Posted By Rami Reddy
Hi vikram, even though i tried in debug...
Hi vikram,

even though i tried in debug mode, i am not getting the copy to destination folder
20,858
Posted By Rami Reddy
Cp: cannot stat No such file or directory
Hi

Please review this script and let me know what i need to do.
This is my script

#!/bin/bash
#SCRIPT: forms.sh
#PURPOSE: Process a file line by line with redirected while-read loop....
13,918
Posted By Rami Reddy
Converting DOS Batch file to Shell Script
Hi,
This is my DOS Batch file.

@echo off
echo "Program Name :" %0
rem echo "Next param :" %1
echo "Next param :" "Username/Password"
echo "User...
1,724
Posted By Rami Reddy
it contains path of a particular file.
it contains path of a particular file.
1,724
Posted By Rami Reddy
Copying a file using variable
Hi this is the code
i am using copying a file by using a variable
i have a file test.txt which contains 5 lines

#!/bin/bash
#SCRIPT: method2.sh
#PURPOSE: Process a file line by line with...
1,380
Posted By Rami Reddy
Hi, This is sample script. #!/bin/bash ...
Hi,

This is sample script.
#!/bin/bash
#SCRIPT: method2.sh
#PURPOSE: Process a file line by line with redirected while-read loop.

FILENAME=test.txt
count=0

while read LINE
do
...
1,380
Posted By Rami Reddy
UNIX Shell scripting
Hi,

How to read .lst file line by line and while reading time it needs to copy the file into another file in unix shell script.

could you please help in this issue.

Thanks,
Rami Reddy.
Showing results 1 to 20 of 20

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