Search Results

Search: Posts Made By: Geller
3,778
Posted By Geller
Connect two servers in shell script
Hello all, I know that is a question which has made too many times, and I have been looking into the threads but all posted was not sucessfully for me so...

I need a shell script which connect two...
9,371
Posted By Geller
Yes, I'm ftp-ing from win to unix and unix to...
Yes, I'm ftp-ing from win to unix and unix to win.

And, Yes I do, sometimes I got those "^M" characters in the files sent from win. When I have to put/get an Oracle form (.fmb) always I use bin,...
9,371
Posted By Geller
Ascii or Binary?
Hello all,

I am working with ftp servers in unix, and always I have to get and put files but I don't know exactly if I have to get or put them as an ascii or binary. Some files that I use are:...
Forum: Solaris 01-29-2009
9,637
Posted By Geller
The problem here is, I have one hard disk divided...
The problem here is, I have one hard disk divided in two parts, in one part I have windows and the other part I want to install Solaris 10, so, when I start Solaris installation it takes by default...
Forum: Solaris 01-28-2009
9,637
Posted By Geller
Formatting disk to UFS
Hello all,

I have a laptop with a FAT32 files system, and I want to convert to UFS (unix file system) to install Solaris 10.

somebody knows the way to do that?:confused:


Please help
...
19,778
Posted By Geller
maybe this line could help: (cat...
maybe this line could help:

(cat message_email_body; uuencode aa.doc aa.doc) | mailx -s Subject email@tosend.com
4,550
Posted By Geller
my crontab has been executed successfully, I had...
my crontab has been executed successfully, I had to add this line:
export PATH=$PATH:$ORACLE_HOME/bin
to my shell script.

Note: My shell was running a sql script.

Thanks.
5,054
Posted By Geller
Try this: #/bin/bash export...
Try this:

#/bin/bash
export ORACLE_SID=DATX
export ORACLE_HOME=/home/app/oracle/product/9.2.0
sqlplus -s datadmin/password <<EOF
execute testproc;
exit;
EOF
~
~
4,550
Posted By Geller
Yes, I have permission, my user appears at...
Yes, I have permission, my user appears at at.allow file.
Any idea?
4,550
Posted By Geller
do you have other suggestion? thanks.
do you have other suggestion? thanks.
4,550
Posted By Geller
other thing, I did a test with a simple shell...
other thing, I did a test with a simple shell script like: touch TEST that comand I put in a file .sh I scheduled in crontab and the file TEST was created. I don't know why with my other shell script...
4,550
Posted By Geller
but my user is not root, does it matter?, I have...
but my user is not root, does it matter?, I have another user and It seems that I do not have privileges:

$ cron start
! you are not authorized to use cron. Sorry. Mon Nov 17 17:57:32 2008
!...
4,550
Posted By Geller
I tried the last command and I got this: $...
I tried the last command and I got this:

$ ps -ef | grep crond
user 19096 7926 0 17:44:58 pts/4 0:00 grep crond
4,550
Posted By Geller
SunOS 5.8 Generic_117350-35 sun4u sparc...
SunOS 5.8 Generic_117350-35 sun4u sparc SUNW,Netra-T12


$ ps aux | grep crond
usage: ps [ -aAdeflcjLPy ] [ -o format ] [ -t termlist ]
[ -u userlist ] [ -U userlist ] [ -G grouplist ]
...
4,550
Posted By Geller
could you explain me crond?, I am new on this and...
could you explain me crond?, I am new on this and I haven't heard about crond, how can I check if crond is running? thank you
4,550
Posted By Geller
Setting up cronjobs
hello all,

I have a shell script and I need to schedule it in crontab, I have the next line:

06 16 * * 1,2,3,4,5 /usr/bin/ksh /path/path/name.sh > /path/path/name.log

first, I scheduled...
2,465
Posted By Geller
well, finally my shell is done... my problem was...
well, finally my shell is done... my problem was that my user to access to database has a $ like abc$dfgh so, unix takes as a variable then I had to put quotation marks as:

sqlplus -S...
2,465
Posted By Geller
thanks for your help, but it did not work.....
thanks for your help, but it did not work.. another idea?
2,465
Posted By Geller
Shell script which runs sql script
Hi all,

I need a shell script which runs a sql script but I couldn't find how to finish it. This is the code that I have:

#! /usr/bin/ksh
export SHELL=/bin/ksh
export ORACLE_SID=database...
Showing results 1 to 19 of 19

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