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

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

SV: Unixscript

From: Stefan Jakobsson <stefan_at_areldata.se>
Date: Fri, 15 Feb 2002 08:36:02 -0800
Message-ID: <F001.00410FE4.20020215072322@fatcity.com>

One
soultion (if we are talking about "pure" files) is to set up samba with a shared directory on the unix can, then a cron job that
copies the file you are interested in at regular intervalls to the sambashare.
<FONT face=Arial color=#0000ff

size=2> 
<FONT face=Arial color=#0000ff

size=2>Then you can copy the files from the samba share to your windows machine without any problems.
<FONT face=Arial color=#0000ff

size=2> 
<FONT face=Arial color=#0000ff

size=2>/Stefan  
<BLOCKQUOTE

style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid">   <FONT face=Tahoma
  size=2>-----Ursprungligt meddelande-----Från:   DBarbour_at_austin.isd.tenet.edu
  [mailto:DBarbour_at_austin.isd.tenet.edu]Skickat: den 15 februari 2002   14:28Till: Multiple recipients of list ORACLE-LÄmne: Re:   Unixscript
  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_at_ica.seSent by: root_at_fatcity.com02/15/2002 03:53 AM PSTPlease respond to ORACLE-L<FONT size=2>To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>cc: <FONT size=2>bcc: Subject: <FONT size=2>Unixscript Hallo,<FONT face=Monospace,Courier>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:\temp<FONT face=Monospace,Courier>Would appreciate this if you could help me with this.Thanks in advanceRoland<FONT face=Monospace,Courier>--Please see the official ORACLE-L FAQ: <A href="http://www.orafaq.com">http://www.orafaq.com--Author:%a0INET: Roland.Skoldblom_at_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_at_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_at_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_at_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 - 10:36:02 CST

Original text of this message

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