Is ther any way to speed up SCP.

Hi,
I am restoring DB from previous cold backup of DB(on another machine).
but scp took app. 36hrs to copy datafiles(in .gz format)
is ther any way to speed up this copy for future.
DB size is app 1600GB
DB version 10.2.0.3
Sun 5.9

Use FTP or NFS instead of SCP - or split the file to be transferred in pieces and transfer in parallel.
Ronny Egner
My Blog: http://blog.ronnyegner-consulting.de

Similar Messages

  • Is there any way to speed up "repair disk" over internet recovery on OSX

    After receiving a grey screen on startup, I finally have been able to boot into internet recovery on my 13" macbook pro. I'm running "Repair Disk" from the Disk Utility on my "Macintosh HD" drive. The estimated time is listed at "1 day, 23 hours", and has been stuck there for about 8 hours. It was 2 days and then did move to 1 day, 23 hours, but has not moved since.
    Is there any way to speed up this disk repair? Would connecting over ethernet rather than WiFi help? Should I go somewhere with a faster internet connection than my home (1.1Mbps Down / 1.6 Up)? It can't possibly take over 2 days to repair the disk under normal conditions, right?

    A hard wire connection should be faster than wifi.  If you have been running Disk Utility Repair for 8 hrs, try is again and if after an hour you still see the same result, I suspect that the HDD is faulty.
    I would try an external boot HDD and see if the MBP can boot from that.  If it can, than that indicates that your internal HDD has failed and must be replaced.  Transfer as much data as you can.
    Ciao.

  • Is there any way to speed up a voicemail message once you've slowed it down?

    On voicemail playback you can slow the voicemail down by selecting 4 while it's playing.  I've yet to find a way to speed it back up.  Is there any way to do this?  We have CUC 9.0.
    Thanks

    It depends on your key maps if you have one configured however if I remember right, pressing 6 will speed up the voicemail.

  • HT1414 I am restoring a new iPad, using iCloud, with all my old iPads info, it is taking forever, all day and I'm still only an 8th of the way there.  Is there any way to speed up all the game down loads or is there a way to re-organize my game icons manu

    I am restoring a new iPad, iCloud, with my old iPads info, it has been downloading all day and it's only 2pages in on my game apps out of about 10 pages.  Is there a way to speed this process, or is there a way to move my icons so that the games I want are at the beginning of the line as opposed to at the end because their name is alphabetically last

    There is no way that I know of to speed up the download. Restoring from an iCloud backup will take as long as it takes in order to download all of your iPads contents. You commited to iCloud and now you have to wait until everything finishes downloading.
    This relies on your WiFi connection speed, so unless you can speed that up, you just have to wait.

  • RDX drive -- terrible transfer rate (writing to drive). Is there any way to speed it up?

    I've tried both drag and drop and the Robocopy command to copy files to a RDX drive (under Win 7 home and pro). It starts off fast anough (25MB/sec) but shortly slows down to something like 1.5 MB/sec.  Just 35GB takes well more than 2 hours to copy.  And of course if there are many files involved it just gets worse.
    Are there any tricks for speeding up writing to the drive?

    Yes. You can download the Firefox installer and copy the file to an USB stick or other medium and install Firefox from that drive.
    You can find all Firefox versions here: http://www.mozilla.com/firefox/all.html

  • Is there any way to speed up the chipscope?

    Hello
    I have made a design to test an ADC. The timing report shows that it can runs at 200MHz. But after I added a chipscope part, the frequency became much lower.
    Reduce the width and deepth of the chipscope would make it run faster, but I still want to know if there is any way else to make it faster.
    Thanks for your help
    Wan

    
    The negative slack is in ila:
    From:
    U_ila/inst/ila_core_inst/xsdb_memory_read_inst/multiple_read_latency.read_enable_out_reg[3]/C
    To: U_ila/inst/ila_core_inst/ila_trace_memory_inst/SUBCORE_RAM_BLK_MEM_1.trace_block_memory/inst_blk_mem_gen/gnativebmg.native_blk_mem_gen/valid.cstr/ramloop[226].ram.r/
    I'm using 156MHz clock to ila.
      U_vio: cse_vio
      PORT MAP (
            CLK         => s_clk156_out,
            PROBE_OUT0  => vio_async_out,
            PROBE_IN0   => r_vio_async_in
      U_ila: cse_ila
      PORT MAP (
            CLK          => s_clk156_out,
            TRIG_IN      => r_ila_trig_in,
            TRIG_IN_ACK  => o_ila_trig_in_ack,
            TRIG_OUT     => o_ila_trig_out,
            TRIG_OUT_ACK => r_ila_trig_out_ack,
            PROBE0       => r_ila_data
      vio_async_in          <= "0000"  & s_trig3 & s_trig2 & s_trig1 & s_trig0;
      s_tp_mux_sel          <= vio_async_out(1 DOWNTO 0);
      s_trig_mux_sel        <= vio_async_out(3 DOWNTO 2);
      ila_data              <= s_tp0   WHEN (r_tp_mux_sel   = "00") ELSE
                               s_tp1   WHEN (r_tp_mux_sel   = "01") ELSE
                               s_tp2   WHEN (r_tp_mux_sel   = "10") ELSE
                               s_tp3   WHEN (r_tp_mux_sel   = "11") ELSE s_tp0;
      i_ila_trig_in         <= s_trig0 WHEN (r_trig_mux_sel = "00") ELSE
                               s_trig1 WHEN (r_trig_mux_sel = "01") ELSE
                               s_trig2 WHEN (r_trig_mux_sel = "10") ELSE
                               s_trig3 WHEN (r_trig_mux_sel = "11") ELSE s_trig0;
      i_ila_trig_out_ack    <= s_trig0 WHEN (r_trig_mux_sel = "00") ELSE
                               s_trig1 WHEN (r_trig_mux_sel = "01") ELSE
                               s_trig2 WHEN (r_trig_mux_sel = "10") ELSE
                               s_trig3 WHEN (r_trig_mux_sel = "11") ELSE s_trig0;
      process(s_clk156_out)
      begin
       if(rising_edge(s_clk156_out)) then
        r_vio_async_in0     <= vio_async_in;
        r_vio_async_in      <= r_vio_async_in0;
        r_ila_trig_in0      <= i_ila_trig_in;
        r_ila_trig_in       <= r_ila_trig_in0;
        r_ila_trig_out_ack0 <= i_ila_trig_out_ack;
        r_ila_trig_out_ack  <= r_ila_trig_out_ack0;
        r_tp_mux_sel0       <= s_tp_mux_sel;
        r_tp_mux_sel        <= r_tp_mux_sel0;
        r_trig_mux_sel0     <= s_trig_mux_sel;
        r_trig_mux_sel      <= r_trig_mux_sel0;
        r_ila_data0  <= ila_data;
        r_ila_data   <= r_ila_data0;
       end if;
      end process;
    Thanks, Wen

  • Are there any ways to speed up Aperture without buying new hardware?

    I have seen on many forums people complaining about the speed of Aperture. I have an iMac 2.16Ghz Core 2 Duo with 2GB of RAM and Aperture is slow.
    Navigating the images is not too bad really. They show quick enough for me, but my major gripe is with the speed of adjustments (in RAW). Functions such as Straightening and Sharpening are so slow that it makes it difficult to choose the level you desire.
    For example, straightening is a fine art and because of the slowness the image jumps rather than rotating smoothly. This is extremely annoying!
    Bar spending money money on a higher spec has anyone got any tips on speeding things up a little? Would reducing the quality of the previews help?

    From the second page of the forum...
    http://discussions.apple.com/thread.jspa?threadID=937551&tstart=25
    Ian

  • Is there any way to speed up the printing from my Mac to my HP LaserJet?

    I just bought an HP LaserJet Pro 400 M451dn and it works wonderfully and prints amazing quality but the only problem is it takes a VERY long time for my MacBook Pro to send the data to the printer. It's suppose to be up to 21ppm but I was literally getting 2ppm. Granted it was a rather detailed page I was printing, but 2ppm is still way to slow. Used the generic PCL driver printed way faster but only printed in Black and White.
    Specifics
    Mac OS X 10.7.5
    HP LaserJet Pro 400 M541dn
    USB connected (about 12 feet)
    Downloaded lastest driver and firmware from HP's website
    Tried generic PCL driver, prints waaaaaay faster but only in Black & White.
    I download something called GutenPrint but I have no idea how to install. If thats a good option and someone has instructions I would greatly apreciate it.
    I'm not a tech wiz, but I consider myself good with computers.
    Thanks in advance!

    Gutenprint drivers are intended for non-laser printers. HP supplies the proper drivers, and you can download the latest version directly from HP's support site. Or you can install the most recent HP drivers provided by Apple.
    Printing speeds do not include the time it may take to transfer data to the printer. It also doesn't take into account the time it takes for the printer to be prepared to start printing. Color is much slower than B/W.
    Contact HP for any additional assistance you may need since these forums do not provide support for non-Apple products.

  • Is there any way to speed up the task sequence media wizard?

    Hi. I'm running SCCM 2007 R2. We mostly deploy our OS builds with USB keys. Our image is approx 7GB so it was taking a long time every time we wanted to create a new key (approx 2 hours). After looking online the solution seemed to be to visit a machine
    with a DP and plug in the key directly.
    I have the SCCM console on my local PC (Win7 Ultimate) and I've installer a DP on my PC. After some initial problems I got all the packages to update the DP and all looks OK. However I'm running the first key build now and it's been going for over 2 hours.
    I can see files been written to the key in windows explorer and the CreateTsMedia.log isn't showing any errors. It's just really slow. Have i missed a step? Is it like this the first time you use a DP?
    thanks

    Yes, I know this is an old post, but I’m trying to clean them up.
    Are you building the USB key locally to CM12 or remotely?  I have always found that building the USB key locally on CM07 site server to be the fastest way to do this.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • I am trying to download music, but my computer is running extremely slow. Is there any way to speed it up?

    I have been trying to download music from zippytune, but once I click on the "download" button, it takes for ever to load the next tab to download the song. I've been using this site for the past year and a half and have never had a probleme. it is only now that I have noticed that my Mac has been running slow. Please help!!!

    Hi there,
    You may want to take a look at the troubleshooting steps found in the article below.
    Trouble installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/ht1926
    -Griff W.

  • I have a Mac OS X version 10.6.8 bought in 2010.  My computer is super slow uploading and downloading stuff all of a sudden so is there any way of speeding it up again?

    I have a Mac OS X version 10.6.8 bought in 2010.  When uploading and downloading stuff my computer is all of a sudden slower than usual.  The rainbow disc is always appearing and I have to sit and wait for items to finally pop up!  Can someone help me figure out how to speed up my computer again?  I am just confused to why this is happening all of a sudden.  Thank you.

    Usually the HDD is the frist place to look.  Use the original install disk and start up the MBP with the C key down.  Go through the installation process until you see on the display a menu bar on top.
    Click on UTILITIES.
    From the drop down menu select Disk Utility.
    Open Disk Utility>First Aid and run Verify and Repair.
    What are the results?
    Also look at these articles:
    https://discussions.apple.com/docs/DOC-3521
    http://www.thesafemac.com/mpg/
    Ciao.

  • I got my new phone a few days ago and in store staff backed up my old one and everything has already been restored on te new one, except for my photos. They're the only thing I really needed, so is there any way to speed it up?

    How can I speed it up or are the pictures just lost?

    I suggest plugging your iPhone into a wall socket, and letting it sit for many hours (while connected to WiFi).

  • I am using the database connectivity toolkit to retrieve data using a SQL query. The database has 1 million records, I am retrieving 4000 records from the database and the results are taking too long to get, is there any way of speeding it up?

    I am using the "fetch all" vi to do this, but it is retrieving one record at a time, (if you examine the block diagram) How can i retrieve all records in a faster more efficient manner?

    If this isn't faster than your previous method, then I think you found the wrong example. If you have the Database Connectivity Toolkit installed, then go to the LabVIEW Help menu and select "Find Examples". It defaults to searching for tasks, so open the "Communicating with External Applications" and "Databases" and open the Read All Data. The List Column names just gives the correct header to the resulting table and is a fast operation. That's not what you are supposed to be looking at ... it's the DBTools Select All Data subVI that is the important one. If you open it and look at its diagram, you'll see that it uses a completely different set of ADO methods and properties to retrieve all the data.

  • Oracle 10gR2 - Any way to speed up Transportable Tablespace Import?

    I have a nightly process that uses expdp/impdp with Transportable Tablespace option to copy a full schema from one database to another. This process was initially done with just expdp/impdp, however the creation of the indexes started to slow down the process at which time I switched to using Transportable Tablespace.
    In the last 3 months, the number of objects in the schema has not changes however the amount of data has increased 15.73%. At the same time, the Transportable Tablespace impdp has increased 30.77% in time to process.
    Is there any way to speed up a Transportable Tablespace impdp in Oracle 10gR2? The docs show that I cannot use parallel with TTS. I have excluded STATISTICS in the export.
    Eventually I will be moving away from doing this TTS expdp/impdp, however for now I need to do what I can to contain the amount of time it takes to process.
    Environment: Oracle 10.2.0.4 (source and destination) on Sun Solaris SPARC v10. We are not using ASM currently. Tablespace is 6 datafiles for a total of 87.5GB, 791 tables, 1924 indexes, 1773 triggers, and 10 LOBs.
    Any help would be greatly appreciated.
    Thanks!
    -Vorpel

    My reading of this thread was that there was a need to be able to do offline setups when the client had lost oracle lite (we get this on PDAs all the time when they go totally dead), so the CD install is something that can be sent out.
    Any install (CD or otherwise) will be empty in terms of applications and data, not much you can do about that on a CD, but depending on the type of device and the storage possibilities you have you can secure the database and application files seperately. for example on a PDA using the external SD or flash for the data and file storage will keep them when the orace directory is lost from main storage and therefore all thet is needed after the oracle lite recovery is to recreate the odbc file (and possibly polite if you have special parameters). The setting of the crr flags for 'real' data on the server is a trick to bring the database up to date without a total rebuild.
    NOTE if you use SD cards etc. on PDAs/small devices, beware of windows ce/mobile power up differential between main memory and external storage. If you power down in the middle of an update or query, you can get device read/write errors when the device powers up due to processing continuing before the storage media is active

  • JSC2: Any ways to speed things up?

    Java Studio Creator 2 is a fine program in many ways. However, in my case, it fails in one aspect:
    Development speed.
    - First of all, starting JSC2 can take an exceedingly long time. However, this is only occasionally.
    - Undo can take up to a minute to complete. The lag when undoing is sometimes unbeliveable.
    - Adjusting properties of components that are within tables takes way too much time.
    - Closing large jsp pages can take ages. Waiting times of up to 3 minutes are not uncommon.
    - Opening more than one large projects at once can virtually crash the machine.
    - Adding length validators to medium or large pages takes a painfully long time.
    - Connecting RowSets to DataProviders on a large page means you have to wait for an agonizingly long time. Everything stops for about 40 seconds, and I can't even use other applications while waiting!
    - If components are within a tabset the lag is about fivefold. This REALLY undermines the will to even use tabsets in JSC2.
    - Changing from JSP view to Java view or Design view and vice versa is extremely slowish.
    Are there any ways to speed things up? Maybe some settings within JSC2? Or perhaps cast a haste spell on it?
    I am not sure if the reason for all this has something to do with the database connections. The database is accessed over a network.
    Here are my workstation specs:
    Evo D510 CMT Intel(R)
    Pentium 4 CPU 2,53 GHz
    2 Gigs of RAM
    Database specs:
    IBM DB2 8.1
    DataDirect Connect for JDBC drivers (tried others as well)
    However, what I have been able to do so far is impressive. But it took a lot of time and patience.
    Thorarinn

    I don't use Creator 2 so I can't comment personally, but these links might be useful:
    http://blogs.sun.com/theaquarium/entry/big_speed_improvements_for_creator
    http://blogs.sun.com/tor/entry/creator_on_speed_serious_speed

Maybe you are looking for