Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Unixscript

Re: Unixscript

From: <DBarbour_at_austin.isd.tenet.edu>
Date: Fri, 15 Feb 2002 07:03:44 -0800
Message-ID: <F001.00410D99.20020215052818@fatcity.com>

Roland,I take my life in my hands, but here goes..........The script you are looking for doesn't exist per se.  There are a number of variables involved in the transaction you describe (transferring a file from Unix to PC) that need to be defined before a solution can be developed.1. Who will inititiate the transaction, the person requesting the file (user) or the file generator (developer, DBA, Sys Admin, or even perhaps the user)?2.  Is the file produced automatically (like a daily report via stored procedured for instance), or on demand, either by a systems person or by the user via some interactive process (web)?3.  What type of security is involved/required?  Will the transaction take place through a firewall, over the company LAN/WAN/Intranet?  How is the user allowed access/authentication into the Unix system?  How is the system allowed access/authentication to the PC?These are some basic questions that need to be answered.  Cron jobs using ftp or telnet are a possibility.  E-Mail.  Internet/Intranet delivery via any of a number of ways.  The permutations are part of the challenge that keeps us employed, the investigation of the methodology and technology part of the challenge that keeps us employable David A. BarbourOracle DBA, OCPAISD512-414-1002 Roland.Skoldblom@ica.seSent by: root@fatcity.com02/15/2002 03:53 AM PSTPlease respond to ORACLE-L To: Multiple recipients of list ORACLE-L  cc:  bcc:  Subject: Unixscript Hallo,Anyone who has a good example on a unix script, which does the following:Copies files from a unix directory. to the  hard drive, for instance from the directory /konto/testto the hard drive C:\tempWould appreciate this if you could help me with this.Thanks in advanceRoland--Please see the official ORACLE-L FAQ: http://www.orafaq.com--Author:  INET: Roland.Skoldblom@ica.seFat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051San Diego, California        -- Public Internet access / Mailing Lists--------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail messageto: ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and inthe message BODY, include a line containing: UNSUB ORACLE-L(or the name of mailing list you want to be removed from).  You mayalso send the HELP command for other information (like subscribing).--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author:
  INET: DBarbour@austin.isd.tenet.edu

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Fri Feb 15 2002 - 09:03:44 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US