RE: Re: Shell scripting

2002-10-08 Thread Kevin Lange
Subject:RE: Re: Shell scripting Actually Jared, you can by setting up a sqlplus coprocess and using unix pipes. The routine below will get a parameter from the v$parameter table using sqlplus. Kevin === get_db_parm() { unset vRETU

RE: Re: Shell scripting

2002-10-08 Thread Jared . Still
le recipients of list ORACLE-L <[EMAIL PROTECTED]> cc: Subject:RE: Re: Shell scripting Actually Jared, you can by setting up a sqlplus coprocess and using unix pipes. The routine below will get a parameter from the v$parameter

RE: Re: Shell scripting

2002-10-08 Thread Kevin Lange
o OS file */ > > > >regards > >'_-_'_-_'_-_'_-_'_-_'_-_'_-_'_-_'_-_' > >Omar Khalid > >Software Engineer > >LMK Resources > >Voice: 111-101-101*780 > >Mobile: 0333-510-4465 > >Web: www.lmkr.com &

Re: Re: Shell scripting

2002-10-08 Thread Jared Still
/* redirecting the > >out of > >svrmgrl to OS file */ > > > >regards > >'_-_'_-_'_-_'_-_'_-_'_-_'_-_'_-_'_-_' > >Omar Khalid > >Software Engineer > >LMK Resources > >Voice: 111-101-101*780 > >Mobile: 0333-510-4465 > >Web: www

Re: Re: Shell scripting

2002-10-08 Thread Cyril Thankappan
27;_-_'_-_'_-_'_-_'_-_'_-_' >Omar Khalid >Software Engineer >LMK Resources >Voice: 111-101-101*780 >Mobile: 0333-510-4465 >Web: www.lmkr.com >'_-_'_-_'_-_'_-_'_-_'_-_'_-_'_-_'_-_' > > >

Re: Shell scripting

2002-10-06 Thread Omar Khalid
ppan" To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]> Subject: Shell scripting

Shell scripting

2002-10-04 Thread Cyril Thankappan
Hi I wanted to select a column from a v$ table struggled with it and finally came with a workaround as follows archived_log='$archived_log' begin_seq=`sqlplus -s /nolog

Unix shell scripting - cool link

2002-02-06 Thread Vladimir Barac - posao
For those who already don't know, go to the site listed bellow.   http://www.injunea.demon.co.uk/index.htm   Great tutorial that deals with shell scripting.

RE: Shell scripting question

2001-02-23 Thread John Dailey
Yep... that's what I get for taking someone's word. I got handed this problem after everybody else gave up on it... all I heard was "man pages didn't tell us anything"... HAHAHAHAHA <-- my insane laughter now Anyway, thanks to all who responded to my query... Bill, Ganti, and the user below

RE: Shell scripting question

2001-02-23 Thread hp
check out this link for some info www.datafocus.com/docs/man1/rexec.1.asp -Original Message- Sent: Thursday, February 22, 2001 7:36 PM To: Multiple recipients of list ORACLE-L Forgive me if this a stupid question and unrelated to Oracle but it pulls data from an Oracle database and i h

Re: Shell scripting question

2001-02-23 Thread Thater, William
On Thu, 22 Feb 2001,John Dailey scribbled on the wall in glitter crayon: ->so I do not have to manually type in the password? Here's the command: -> ->rexec nt_machine -l user e:\\top_dir\\ev00_07\\run\\batch_script.bat have you tried: rexec nt_machine -l user e:\\top_dir\\ev00_07\\run\\batch_

Shell scripting question

2001-02-22 Thread John Dailey
Forgive me if this a stupid question and unrelated to Oracle but it pulls data from an Oracle database and i hope one of you scripting gurus can help me out ;-) It's on HP-UX 10.20. I need to find a way within a script to handle a system generated prompt. I'm trying to use the REXEC command to