Summary: I want to control the execution of a PL/SQL procedure from a UNIX shell script. Below, I include the script. The control variable which should recive ...
Summary: Hi Guys, I have a unix shell script which is like this... sqlplus -s $FEB_UID/$FEB_PWD@feb_dev |& print -p "select '|'||job_id||'|' from jobre...
Summary: Hello, I have an shell script to transfer a 50KB TXT file from UNIX to NT4 server. The transferred file become 4-5KB less... When I look inside the t...
Summary: hi, Can some one help me to automate ftp from unix server to local machine? I have a shell script from which I want to ftp log file to pc. Thanks ...
Summary: Hi Can some body share a code with me. I am trying to call a Kshell script file from one of my SQR programs. I am new to Shell scripting. My Shell s...
Summary: I have a beginner's question about unix shell(csh). When I run following commmand from csh shell: %>set name = john %>echo $name %>john It works just ...
Summary: I strongly appreciate if some one please help me on this... I am using scp from UNIX (AIX 5.3) to send a file to a win2003 server. I have to automate ...
Summary: how to pass a variable from unix environment to oracle procedure ? ex: actual_file_name=`head -1 $IMINT_OWBHOME/temp|tail -1` $ORA_BIN_HOME/sqlplus $I...
Summary: I can See files on unix system . but i can see files on windows system from unix . How I can see and use file on windows Pc from unix system . The co...
Summary: I have a task to delete files from an FTP Server which is a IIS server from unix shell script, ftp delete command does not let me use wild card charac...
Summary: Hi, I have an Oracle server running on UNIX I have a list of users and their IP address which are logged onto the system. I have a stored procedure ...
Summary: How do I get a previous command issued in a unix shell back for execution (similar to the doskey function in MSDOS). I am tired of having to type the ...
Summary: Hey everybody.. I am wondering what software should I download for my PC at home to write and compile Unix Shell Script? Please reply as soon as possi...
Summary: I want to use zmodem to download file from UNIX to Dos, what is the parameter (sz -? file ) that can specify the destination path such as " c:\downloa...
Summary: Hi: If you are going to develop a true unix shell, it will probably have to be written in "C" or some other lower level language. In his book, "Advan...
Summary: Good morning I need to transfer files from Unix to another server Windows NT. Our instructions on script are : ftp -v -n user quit That script ex...
Summary: I looking for the exact syntax to RCP the set files from Unix to Windows NT, Can anybody tell me how to do RCP from Unix to Win NT. Thanks in Advance ...
Summary: Does RCP work to copy between unix and windows ? If it does .. If it doesnt, have you considered doing the opposite : getting the files from unix to ...
Summary: Can I call ksh script from bourne shell? If yes, what special coding do I need to follow in both the scripts? Secondly, does Bourne shell supports arr...
Summary: Hi I would like to email from Unix shell script that will attach all the files in a directory. (uuencode file1.txt file1.txt; uuencode file2.txt file2...
Summary: Hi there, I need to call a DOS script from UNIX enviroment in an automated process. Is it possible? What kind of settings I should do? I have availab...