Search Results

Search: Posts Made By: ramangill
2,148
Posted By ramangill
Ok, so it seems like a good approach for me is to...
Ok, so it seems like a good approach for me is to use the EXPECT functionality. To do this I need TCL and Expect installed? If so, how can I verify I have this installed?

Also, just so I...
2,148
Posted By ramangill
hmmm...never heard of it to be honest...but worth...
hmmm...never heard of it to be honest...but worth googling it.

So my approach is what the Vendor wants us to do...is it at all doable?
2,148
Posted By ramangill
using SSH with my script and avoid logging in manually
Hi Guys.

I have 3 variables
$HOST
$Username
$Password

I want to connect to a remote server using SFTP.

usr/bin/sftp -o Cipher=blowfish $HostWhere do I put in the options for the username...
1,769
Posted By ramangill
My error is not being caught or handled
Hi,

I my ksh script I have the following:

##--Checking the spool file for errors
NumberOfErrors=`cat $CurrSpoolFile | grep " ORA-[0-9]" | wc -l`my logfile shows this:

PL/SQL procedure...
1,754
Posted By ramangill
I have enabled "SET SERVEROUTPUT ON". I am...
I have enabled "SET SERVEROUTPUT ON". I am trying this approach now to see if it yields my desired results.

sqlplus -s <<EOF >>$CurrLogFile
userx/$PASSWORD
@/home/scripts/rebuild_index.sql...
1,754
Posted By ramangill
Log file issue within script
Hi,

I have a script where it does several tasks and 3 of them being SQLPLUS activity. Within these SQLPLUS sessions, I have a spool file going but what ever is going on within each SQLPLUS...
14,719
Posted By ramangill
Well atleast I would like to test the speeds with...
Well atleast I would like to test the speeds with Compression turned on
14,719
Posted By ramangill
hmmm.... That worked fine without the -o...
hmmm....

That worked fine without the -o Compression=yes

so it looks like I need to configure the file and enable the compression parameter?
14,719
Posted By ramangill
sftp -o Cipher=blowfish -o Compression=delayed...
sftp -o Cipher=blowfish -o Compression=delayed dradmin@xyz
Connecting to xyz...
command-line line 0: Bad yes/no argument.
Connection closed

Problem is that I don't have access to modify the...
14,719
Posted By ramangill
Any quick hints or links on how to set this up?
Any quick hints or links on how to set this up?
14,719
Posted By ramangill
>sftp dradmin@xyz Connecting to xyz... ...
>sftp dradmin@xyz
Connecting to xyz...
dradmin@xyz's password:
sftp>


Looks like that worked, but I would like to use the cipher option. What is required to do so?
14,719
Posted By ramangill
SFTP error when trying to connect
Hi,

I am getting the following error when trying to use SFTP to go from my PROD to DEV. We are running AIX 5.3 64 bit.

[tcutil] /home/tcutil/scripts 3720=>sftp -o Cipher=blowfish -o...
Showing results 1 to 12 of 12

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