Can SQL Loader load files on a remote server?

Hello,
I normally use SQL loader on my PC to load an 8i database located on an NT server in another state. The input file is rather large and takes several hours to load-- even with all the contraints, etc. disabled. I assume this due mostly to all the network hops between my PC and the server. I now have an FTP that can place the input file on our Oracle DB server itself. It seems to make sense that if the files were located on the server, it would load much faster. My question is: is it possible to create a sql loader process to load files located on the remote Oracle server that I can initiate or control from my PC?
Thanks in advance for any help.
Jeff

Windows Terminal Services will allow you to interact with the server where you are loading the data. You could FTP the file to the remote server, start a Terminal Services session, and type or run your parameter file at a command prompt. One thing to be aware of is setting the ORACLE_SID environment variable. When you set ORACLE_SID and try to connect to the database withconnect / as sysdbayou will get the following errorERROR: ORA-12560: TNS:protocol adapter errorbut if you connect withconnect /@<connect_string> as sysdbathe connection works perfect. Don't really know the details on why it does this but just a issue to look out for.

Similar Messages

  • How can I publish an ics file to a remote server from my calendar server?

    I am running Lion Server and have Calendar Service up and running. I have an account with a couple of calendars, one of which I'd like to publish to a remote server, as an .ics file.
    From an iCal client it is possible to publish local calendars, but not remote calendars (for which the only option seems to be to 'Share').
    How can I can I publish an ics file to a remote server? Programatically, if necessary.

    I have this working now.
    curl -s --digest -u username:password -o calendar.ics http://hostname:8008/calendars/users/username/calendar/
    generates the .ics file, and a combination of cadaver (from webdav.org) and an expect script upload hourly (via cron) to the remote server:
    set timeout 60
    spawn /usr/local/bin/cadaver
    expect "dav"
    send "open https://remotehost/path/\r"
    expect "Do you wish to accept the certificate? (y/n)"
    send "y\r"
    expect "dav"
    send "put calendar.ics\r"
    expect "dav"
    send "close\r"
    expect "dav"
    send "quit\r"

  • How do I copy a file to a remote server using runtime exec - plz Help!

    Hi,
    I am trying to copy a file to a remote server using a runtime exec command as follows:
    Runtime.getRuntime().exec("scp "+getProperty(ListNewHandsetDetailsConstant.PROP_OUTPUT_PATH_JAR)+getProperty(ListNewHandsetDetailsConstant.PROP_OUTPUT_JAR_NAME)+".jar "+" "+getProperty(ListNewHandsetDetailsConstant.PROP_OUTPUT_PATH_TWO_USERNAME)+"@"+getProperty(ListNewHandsetDetailsConstant.PROP_OUTPUT_PATH_TWO_URL)+":"+getProperty(ListNewHandsetDetailsConstant.PROP_OUTPUT_PATH_TWO_JAR));
    Problem is this statement does not execute, as when I try it directly on command line, it requests for a password. Any suggestions on how I can get rid of that? I think I might have to configure my ssh_config file, but when I did some "Googling", I found the configuration settings of a ssh2_config file. I tried those (changing it to Host-based Authentication), but it didn't recognise them. Please help, this is so urgent!
    Regards,
    Simz

    Don't use Runtime.exec (or ProcessBuilder) for this. Check out JSch at JCraft (or some other Java SSH API.

  • Upload File to a remote Server

    Hi all,
    i have a requirement like, i have to upload files to a remote server through SFTP. need help regarding this. i dont know where to start.
    Thanks.

    Do you need to do this from within a program(of your own writing)?
    Just filtering the obvious, but if you can use an existing SFTP program for your needs, do.
    That being said, while Java does excel at automation, I don't know if it goes as far as giving you ready-made SFTP. More likely, you're going to have to either:
    1. Learn the SFTP protocol and implement it yourself using sockets.
    or
    2. Find a ready-made Java package for using SFTP. It's not too unlikely someone somewhere made one for whatever purpose. You'll, of course, be bound by whatever license said someone released said package under.
    Regardless of which of the above you choose, you're going to have to start with Google. Either search for a description of SFTP, or for a Java package for SFTP.

  • Send file to a remote server

    how do I send a file to a remote server?
    I attached my code so you can see what is missing.
    the purpose of it is to send a server all the files in a directory + the name of directory + how many files there are
    URL url=null;
                    try {
         url= new URL("www.<server's address>");
                     }catch (MalformedURLException e) {
                      try {
          // Construct data
            File[] picFiles= path.listFiles(new pictureFileFilter());
            int numOfFiles= picFiles.length;
            String setName= path.getName();
            String data= ("setName= " + setName);
            data += ("&" + "numOfFiles= " + numOfFiles);
           String[] allFiles= new String[numOfFiles];
           for (int i=0; i<numOfFiles; i++) {
                 FileInputStream FIS= new FileInputStream(path);
              //WHAT TO DO HERE?!?!?
         data += ("&"+"allFiles="+allFiles);          
            // Send data
                       URLConnection conn = url.openConnection();
                      conn.setDoOutput(true);
                      conn.setDoInput(true);
                      OutputStreamWriter wr = new 
                                                 OutputStreamWriterconn.getOutputStream());
                      wr.write(data);
                      wr.flush();
            // Get the response
                        BufferedReader rd = new BufferedReader(new       
                                                InputStreamReader(conn.getInputStream()));
                       String line;
                        while ((line = rd.readLine()) != null) {
                                    //what to do with response (this part is OK)
                     new GoodBadMassage(line);
                         wr.close();
         rd.close();
             } catch (Exception e) {
             }~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    another thing-
    is the line --- conn.setRequestProperty("content-type","binary/data");
    replace the need in ---
    String data= ("setName= " + setName);
    OutputStreamWriter wr = new utputStreamWriter..
    wr.write(data);
    I'm not sure what does is do (setRequestProperty)
    THANKS!!

    You start out by trying to use a malformed URL (it doesn't start with a protocol). This suggests to me that you haven't thought about the natural question: what kind of server software is running on that server that will accept files?

  • Why can I not open files saved on a server?

    Why can I not open files saved on a server?

    I think I figured it out.  I set the compatibility mode to Windows Server 2008 (which is the OS on the server we are using) and it opened just fine.  Whoop Whoop.  Thanks for your help.
    Lisa

  • MS Project Professional 2007 resource loaded .mpp file published to EPM server but resources can't see their tasks in PWA

    Hi all:
    I'm using MS Project Professional 2007 and I created the schedule as an .mpp file and assigned resources before I loaded the schedule to the EPM server. I created the resource names consistently with the names in the Enterprise resource pool and when I go into
    tools / assign resources and filter on enterprise resources, I see the resources I assigned to my project associated with the correct tasks. The only problem is that when these resources go into PWA, they can't see their assigned tasks even after I save and
    publish the project. If I create a new resource assignment while I am connected to the server, then the resource can see the new assignment, but I don't want to have to completely recreate the project assignments to remedy this situation. Can anyone tell me
    another way to fix it so that resources begin to see their assignments in PWA and can enter their time there?
    Any suggestions would be greatly appreciated.
    Thanks,
    David

    Hey Dale.  Published = Yes on all tasks.  That's not it. 
    But you definitely hit the mark on Assignment Owner.  That must be where the problem is.  When I read that I remembered that when I go into PWA all the project tasks show up under My Tasks, which seemed wrong to me and I asked the administrator
    about that.  he told me it was because I was the project owner.  Now I know that was not a correct response on his part and I'll point it out to him. 
    I did check the Resources and Assignment Owner was blank.  I tried to set it to be the Resource and it's a locked field.  I can't do it.  It doesn't surprise me that this field is locked because I suspect the administrator controls the
    Enterprise Resource pool.  But what does it tell you that this field is blank.  Since I'm getting the tasks in my My Task list, I expected to find my name there.
    Anything else I should check?
    Anything I should tell the admin about how to make the Resources the owners of their own tasks.  I assume that should be the default.  That can be corrected just as easily in the Resource Sheet View as in the Resource Usage view, I assume
    -- is that correct?
    Thanks again for helping me figure out what the problem is. 
    David

  • Loading flat files located on a server using the Control Center piece ofOWB

    Loading flat files from a server with OWB
    I am successful loading files with OWB, as long as they resided on my workstation in the C:\ drive. I copied the files to a Linux server into directories owned by Oracle/oinstall, permissions on the directories containing the files are 777. I ran the OWB client from the server with the following results:
    Error
    RPE-01013: SQL Loader reported error condition, number 1.
    SQL*Loader: Release 10.2.0.1.0 - Production on Fri Mar 9 11:15:58 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL*Loader-500: Unable to open file (/u00/data/owb_repos1/state_codes.csv)
    SQL*Loader-553: file not found
    SQL*Loader-509: System error: The system cannot find the file specified.
    SQL*Loader: Release 10.2.0.1.0 - Production on Fri Mar 9 11:15:58 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL*Loader-500: Unable to open file (/u00/data/owb_repos1/state_codes.csv)
    SQL*Loader-553: file not found
    SQL*Loader-509: System error: The system cannot find the file specified.
    I tried to load the file using the control center from both the windows client and the server client. Can I do this from either one?
    I can't import the file in the Design Center from the /u00/data/owb_repos1 directory, it does not show up.
    If anyone has received similiar errors from OWB, please tell me how I can fix this. THANKS!!!
    [d97886@owbtest owb_repos1]$ pwd
    /u00/data/owb_repos1
    [d97886@owbtest owb_repos1]$ ls -la
    total 24
    drwxrwxrwx 2 oracle oinstall 4096 Mar 19 12:14 .
    drwxrwxrwx 18 oracle oinstall 4096 Mar 6 16:41 ..
    -rwxrwxrwx 1 oracle garrett 1481 Mar 8 07:32 state_codes.csv
    [d97886@owbtest owb_repos1]$

    Hi
    This is what i do for my flat files (i am loading my tables from the flat files):
    1) Create location for the files in OWB and it should look something like \\path_to_where_the_files_are. Here you should be able to browse to your Linux box and select the location of the files.
    2) Then check whatever you use (i use TOAD) and you should see in owb schema a directory created there which points to the location of the flat file.
    3) then just follow the guide to sample the files etc and you are good to go.
    Basically OWB has to be able to see the files that are on Linux machine.
    Alternatively you can map your Linux share to your windows box (use samba or something) and use it that way.
    Sorry if it is stating the obvious.
    Hope this helps
    Kind Regards
    Vix

  • How my clients can upload  raw video files to my linux server

    Any ideas or thoughts really welcome:
    I need to figure out a way or process for my clients to upload their raw video source files ( any known usual video formats and extensions) from their video cameras or devices or storage source  that is tied into or thru their computer with a firewire or USB 2+ connection    and then uploaded directly into my remote linux server.   my linux server hard drve space is not a problem..  
    Once client has finished uploading,  I would then download the resulting saved files to my computer for video/audio editing using Premiere 11
    I know that one restriction or problem would be their connection and ISP issues (throttling etc.) ,  My server permits basically unlimited up/download traffic,  so this should not be a problem and server has balancing.
    Do they need to use a typical ftp account and something like cuteftp???   however my understanding of FTP clients do not do streaming from a device????  yes or No??   I always thought just static files.....   aam I correct?
    how might my clients stream into my server.   i am wanting to set up an online video/audio editing website
    once i finish editing I would upload file probably as a zip file for them to unzip.  I can also build and send (mail)  out a DVD-CD or Blu-ray.  any other thoughts welcome on returning the finished edit.
    My tech people say that i cannot effectively load and operate Premiere onto my server to do the editing. 
    I would appreciate any feedback and ideas
    thanks

    How people upload files to your server is really a question for your server company... you need to find out from your server company how they handle permissions and uploads
    Yes, no current version of Premiere Pro or Elements is written to EITHER install on, or directly use files resident on a server
    No current version of Premiere works properly over a network
    -you may NOT "map" your My Documents folder to a network drive
    -you MUST give all users administrator accounts to use Premiere
    -you MAY also need to... http://forums.adobe.com/thread/969395
    -http://forums.adobe.com/thread/771151
    -http://forums.adobe.com/thread/851602
    -a work around, of sorts http://forums.adobe.com/thread/957523
    -and not on a "domain" http://forums.adobe.com/thread/858977
    -also PreEl see #5 http://forums.adobe.com/thread/1017199
    -more PreEl problem http://forums.adobe.com/thread/975117
    Adobe Anywhere http://forums.adobe.com/message/4682127
    -Announced September 2012 for "future versions" of Premiere Pro
    -NO information on pricing or availability date
    Once you and your server company figure out permissions and the software your clients need to use for uploads, you will then need to download the files to your video data hard drive to edit

  • Putting files onto the remote server vs. the testing server

    I have a testing server defined in my site that can only be accessed internally within the company. When I preview my pages, it automatically loads them onto the testing server and when I ask opinions about the changes I have made, my co-workers can go to that web address on our internal FTP site.
    But when I want to take those same files and put them onto our live site, I can't figure out how. I also connect to that site through FTP and have defined it in the remote server location. How do I put these files onto our real, live website?
    I've been reading tons of help topics about this, but still can't seem to figure it out

    Hi There:
    It is an easy step by step do that. Here are some really good help for you on the same:
    http://www.youtube.com/watch?v=kJhL1d9D2R4
    http://www.bgsu.edu/downloads/cio/file17760.pdf
    http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WSBE25912D-A9DE-4ba1-9F85-4C692F5C14ADa .html
    And by the way why can't your colleagues see your site internally? if you have a testing server (is it IIS or WAMP?)  ...all you need to give them is something as following so that they can view it..
    http://yourmachinename/index.html
    or
    http://yourmachineIPAddress/index.html
    I believe you all are on the same network at workplace.
    Regards,
    VInay

  • How to upload a current file to the remote server in Dreamweaver?

    I am trying to transfer an html file from FrontPage to the server via Dreamweaver, but it absolutely refuses to upload. Help!

    Nobody can know anything. You are not providing any system information, what version of DW you use, what the remote server actually is. and since this is a DW question, ask in their forum with the proper information included.
    Mylenium

  • HTML files uploading to remote server, not reflected on website.

    After minimal adjustments to an HTML file, I upload it to the remote server. The local and remote files reflect this in the "modified" line, both mirroring the same exact time. However, when I go to the actual site, the changes don't appear.
    Now, when I update the html file, say cv.html, it also makes the same changes to 2.html. When I click on the link on the website, it appears at 2.html. Somehow cv.html and 2.html are linked to each other. (I guess to keep the overall web address smaller)?
    I just took on this website to manage and I've already hit a million roadblocks trying to get it started on my end, so anyone that can solve this I would be SO grateful!

    Somehow cv.html and 2.html are linked to each other.
    Could be CV is being pulled into a framed parent page called 2.html.  Or maybe your previous web developer used server-side includes to populate page 2 with content from other site files. It's anybody's guess what may be going on until you provide us with more detailed information. A URL is preferred.  Copy & pasted code is a 2nd option but don't use e-mail, it won't come through to the web forum.
    Nancy O.

  • How can I put a file in a directory server extracted by a abap report?

    Hi!
    I need to extract data from r/3 server by a report and put the output into one file in a directory of the server.
    In Abap code someone know how can I do that?
    Thanks!

    Hi,
    I post this in the Abap forum but the response are very poor to make this. So, I think to post the message in XI forum because I work with thing of XI and I know that someone know how to put the file in the same server that I take out the data.
    Tuhin give me a excellent link to make that!
    Thanks!

  • Mac Pro Can't write temporary files to 10.4 Server?

    We run a file server on an old G4 tower to a network of about 8 Macs. We are having problems with our first Intel machine. We have a 3ghz Mac pro that appears to work fine except for one problem. The server doesn't allow the Mac pro to automatically write temporary files. This is a problem since we are a design firm and we use indesign for a majority of our projects. Without this temporary file users can access the same file at the same time. This is a major problem!
    Sever is running the latest version of 10.4
    Mac pro is running the latest version of 10.4 as well
    I also ran a test where I logged in from the Mac pro to one of our G5s. Indesign functioned normal in that situation.
    Anyone have any suggestions?

    By looking at your post i have several questions to ask :
    Where are the temporary files stored ?
    Which data sharing scheme are you using for them ? AFP with POSIX or ACL behaviors, something Indesign uses ?
    Which versions of indesign are you using ? Some differences exists in between PPC installs and Universal install and may play havoc with that.
    There might as well be the question of ownership and rights that may differ as mentionned above in between your G5 workgroup and the MacPro.

  • Robohelp 7 App is really slow in deploying files to the remote server - Why?

    Hi,
    I am totally new to RoboHelp. So Please forgive my ignorance!
    The Robohelp we have was developed by somebody who is not with our company anymore. I think he used Robohelp 5 to develop our Policies and Procedures. The files are deployed on one of our remote server. (Do the server have to have Robohelp installed as well?? I checked the server to find if it has Robohelp installed and I could not find it?)
    One of our Analyst has Robohelp on her PC. She used to have Robohelp 5 and now she has Robohelp 7 to deploy the files to the server.
    It was working perfectly fine till she used Robohelp 5. Deploying the files to the server took about 2 hours before and now with Robohelp 7 on her PC, it takes forever and we are unable to deploy the files to the server from RoboHelp application!
    What should I be doing to make it faster? Please let me know. Thanks in advance!!
    Uma

    Hello again
    Well, ummm, how shall I put this? YIKES! The page you linked to is for RoboHelp 9. Now you may be scratching your head at this point and saying waitadoggoneminnute there MR. Man!What gives?
    Here's the deal. Way way back when a little company called eHelp corporation held the reigns, RoboHelp was at version 7. Then version 8 came along but wasn't really called version 8. It was called version 2000 because it was released in the year 2000. Then they published version 9. Then came version 10 and that one was called version 2002. Then version 11 shipped but was called X3. Then version 12 shipped and was called X4 and finally "lucky" version 13 arrived and was called X5. Enter another small company known as Adobe. Adobe saw the 5 and decided to name their next version "6".
    This wouldn't really be much of a problem, EXCEPT, we now see material that is grossly outdated that would seem to apply to today's versions and of course they are wrong!
    So here's where it gets fun. Note that the date of the article you pointed to is October, 2000. Nearly ten years old! I'm guessing that the dialogs you are seeing are a wee bit different than what are on that page.
    So just to be complete:
    When you double-click the WebHelp layout you see the first of several dialogs. It usually looks like this:
    Note the highlighted part. This is the location where WebHelp will generate to as well as the name of the Start Page. Oftentimes folks configure this location to be the location where everyone points to open the WebHelp from the connected PCs. And if this is the case, that is likely the reason the process is so slow.
    The location specified here should always point only to the C drive.
    If you click the Next > button three times you should see the screen below.
    THIS is where you would want to configure the publishing destination.
    So you should have two actions. One action creates the files and the second action Publishes (or copies) the files from the C drive to the server.
    Note that none of the options have been enabled in the dialog above. That's typically the preferred way to work. You only need to enable these options under specific conditions. So if you have this configured but have enabled perhaps the Republish all option, perhaps that would also explain the slow operation.
    Hopefully this helps... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 moments from now - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcererStone Blog
    RoboHelp eBooks

Maybe you are looking for

  • "View Responses" can I see who has responded?

    Is there any way in the "View Responses" tab to see who it is that submitted the form? Like their email where they received the link?

  • Ipod touch 4g detected in itunes but not showing the ipod touch control panel

    i just setup my ipod touch 4g on ios 5.0.1. It's detected in itunes on the devices side bar but when i click it just a white screen stating "ipod" comes on the itunes window. help ! i cannot sync anything onto it

  • Nokia n97 gps help

    I am having a problem with using the gps. I tried uning the address sreach and it keeps saying no result found. Can someone help me out.

  • No Longer have "Sent" mailbox?

    Hi, I used to have a box on the left side of mail under inbox, drafts, trash that said "sent mail." It's no longer there. I have one called outbox. What's up please? How can I get back the Sent. Thanks.

  • How do I add a 2 tone background filler ?

    Hello If you have a look at http://www.xbox.com/en-US/xbox/flash/home.asp you will see a 2 tone filler (at least that is what I think it is) similar to what you can add in MSWORD as a filler to a page. (the area "around" the main block of design.) I