Search Results

Search: Posts Made By: csong2
29,400
Posted By csong2
Unix call to Oracle PL/SQL pkg/store.proc
HI,

I'm trying to get this right, please can you help. In my unix korn shell script, I call an oracle stored proc within a package and I specify 3 parameters, 2 of which are IN OUT parameters...
10,477
Posted By csong2
Re: Read a file and replace a value- Bourne and Korn shell
Try :

l_var=`sed -e 's/employee_id = " "/employee_id is null/p' <filename> | head -n 1`

l_var is your string variable
<filename> is the file that contains your sql statement

is that what...
3,719
Posted By csong2
FTP query
Hi there,

Can anyone tell me how to use FTP so that I can pipe a text file with FTP commands in. I'd like to use this method in my korn shell so that I can log onto a remote server and collate...
6,791
Posted By csong2
thanks that works just fine. cheers mate.
thanks that works just fine.

cheers mate.
6,791
Posted By csong2
time arithmetic
Can anyone help please. I am writing a kourne shell script and I am unsure how to do the following:

I have extracted a time string from a logfile, and I have another time string I want to compare...
6,194
Posted By csong2
Hi there, Thanks for your email. I thought...
Hi there,

Thanks for your email. I thought my original email was pretty clear? Ok anyway, what I would do in unix to get today's date usually I use for filenames, or report headings etc:

echo...
6,194
Posted By csong2
Unix Date query
Hi there,

I am trying to do the following in Unix (Solaris 2.7):

1...Find the actual date 7 days ago in format (dd-mmm-yyyy) and with the weekday prefably,

2...Find the date 5 days after the...
Showing results 1 to 7 of 7

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