Search Results

Search: Posts Made By: novice82
3,410
Posted By novice82
Thanks! Just the solution I was after!
Thanks! Just the solution I was after!
3,410
Posted By novice82
Thanks for the tip. But how do i re-direct...
Thanks for the tip.

But how do i re-direct the missing / un-matched rows to different files, so i can trace which file they belong to ?
3,410
Posted By novice82
Compare semicolon seperated data in 2 files using shell script
hello members,

I have some data ( seperated by semicolon ) with close to 240 rows in a text file temp1.
temp2.txt stores 204 rows of data ( seperated by semicolon ).
I want to :
Sort the data...
6,836
Posted By novice82
Thanks folks. The following code snippet seems to...
Thanks folks. The following code snippet seems to work for me:

#! /bin/ksh
tname="table"
for i in temp*
do
OUTPUT=$(sqlplus -silent username/password@db_name << OK
set pages 0...
6,836
Posted By novice82
Difficulty using "execute immediate" in shell - Sql script
Hello members,

I get an unexpected "end of file" error while trying to execute the following piece of code in the bash / ksh shell. I'm assuming the problem is with using the "execute immediate...
10,804
Posted By novice82
Shell Script to continuously scan a log file
Hello members,

I have some doubts on how to write a script that can reports success / failure of a batch job ?

1. Run a batch job:

2. Wait and search for a particular string in the Log...
19,431
Posted By novice82
Thanks Pettero for your assistance
Thanks Pettero for your assistance
19,431
Posted By novice82
Thanks Peterro. I get a "unknown operator"...
Thanks Peterro.

I get a "unknown operator" error when i execute the if statement. Appreciate if you can give me the right systax

thanks

Kris
19,431
Posted By novice82
Looping through a shell script with sql statements
Hello members,

I'm working on the Solaris environment and the DB i'm using is Oracle 10g.

Skeleton of what I'm attempting;

Write a ksh script to perform the following. I have no idea how to...
3,463
Posted By novice82
shell script to auto process ten random files and generate logs
Hello member's

I'm learning to script in the ksh environment on a Solaris Box.

I have 10 files in a directory that I need to pass, as input to a batch job one by one. lets say, the files are...
Showing results 1 to 10 of 10

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