What is the way to faster/better load 160K every night?

Oracle 9.2
We have records of 160 K (maybe get new records in the future) that must be refreshed in the production database every night (complete emptying). I suggested that we need to truncate the data, and then do the bulk loading every night. What is the best/fast way? or a better way? How fast to bulk load 160K?

Appreciate any suggestions.
Thank you
S.

Hello

Insert bulk is the right option. You have a test or development environment where you Messure it?

Concerning
Ignacio

[My blog | http://oracledisect.blogspot.com]

Tags: Database

Similar Questions

  • What is the way to find out which app is downloading data from the internet?

    Every time I connect to internet, I see that nearly 100 MB of data is is downloaded, without my consent. I did almost all the applications that I know to ask my permission before you download.

    Yet, some applications are downloading data without my consent.
    I would like to know what are the applications that do.

    What is the way to find out which app is downloading data from the internet?

    There is background applications that automatically transfer and receive data when the computer is connected to the internet. Try if there is active apps running.

    1. click Alt + Ctrl + Del to go to start Task Manager / Applications and end unnecessary tasks.

    2. go in Control Panel / programs / uninstall a program and uninstall unwanted programs.

    I hope this helps.

  • What is the way to apply the sequence ATG?

    What is the way to apply the sequence ATG?
    for example, if I want to order numbers to increment in order 1,2,3,4,... What is the way to do it?

    Best way to generate an ID field is by the use of an IDGenerator. It is not guaranteed to generate numbers which are contiguous.

    To get numbered contiguously order numbers, I guess you could add another field to the order and have a database trigger that will select the next value in a sequence in the database itself. In the application could get complicated if there are multiple instances ATG running the same application.

  • What is the product of adobe 'better' and faster to do a 3 to 5 minutes of recording for a program creative meadows?

    What is the 'best' Adobe product to quickly create a 3 to 5 minutes presentation that is creative and very professional for the environment of higher education for a Committee?

    Hi Corrine,

    To do this, you can try Adobe Captivate or Adobe Presenter.

  • What is the hot key to "stop loading this page?

    I just want to know what is the key of the keyboard I can press on when I want to stop a certain loading Web page while it is still fast loading.

    You can press the ESC key to stop a page from loading.

  • What ever the data that we are loading in HFM, how to check if the data are correct or not?

    Hello!

    This is SANDEEP, I loaded data using FDM in HFM. How to check if the data is correct or not, what ever the data I was responsible in HFM.

    Please tell me how to recover the data and what format, clearly can you me the data verification process step by step.

    It would be useful for me...

    Thanks in advance...

    Kind regards

    SANDEEP

    Hi Sandeep,

    I think the best way is to extract data from HFM for the same POV that you have loaded FDM and check if it is the same.

    If you then use HFM 11.1.2.x version

    1. login to the application and go to the menu Administration / extract / data.

    2. set the POV that you have loaded the data, then unzip it. You can open the file unzipped in a notebook

    3. you can compare the file with the data file generated by FDMEE under Outbox folder.

    But what would you give all the data corresponding to the POV that you set. So please ensure that you have the correct POV, defined according to the export FDMEE.

    Thank you

    Chandra

  • Error 800488eb Code for Windows Live Messenger 2011. What is the way to get around this?

    I had this error for centuries and have searched all over the internet for months, but impossible to find something that works. What is the solution?

    Hello

    The question you have posted is related to Windows Live Messenger and would be better suited in the Windows Live Solution Center.

    Please visit the link below to find a community that will support what ask you

    http://windowslivehelp.com/product.aspx?ProductID=2

  • What are the ways to vCenter 5.1 5.0?

    I have vCenter 5.0 with joint hosts, most of them is ESX 4.0, two of them is a 5.0 ESXi. I would like to upgrade vCenter to 5.1.

    What is the best and least disruptive to do? I am considering an upgrade in place against the construction of a new 5.1 vcenter and then migrate all hosts in

    This vCenter. What is the best and least disruptive to do? Both are considered as valid ways to achieve the same goal?

    Thank you

    Another option that you have, and the way I just made, must continue to operate your vCenter 5.0. Start the installation for the SSO to the ISO 5.1 and get that working first. It is not interact with 5.0, so you should not spoil anything. Once you have that working, you can install the WebClient service too and also get that works - it interacts with SSO, then you can experiment and make sure it's all happy. Once all this is done, take your time, and then do the rest of the upgrade to vCenter 5.1.

    I guess ours was a fairly simple installation - we run all services on the same Windows Server vcenter, and we were already in SQL 2008, so it was not too serious - it was with 13 ESXi5.0 9 ESXi4.1 hosts and about 180 guests.

    The WebClient/SSO Service took me a few hours to do in February, and the last part of the upgrade to vCenter took a few hours of time to do last week. Of course, you can add another + 2 hours for installation of syslog, dumper, autodeploy, vShield and other pieces that you have.

    My biggest fear was of all the horror stories I had heard about the SSO installation, that is why I am and out of the way first.

    Of course, I'm always build and test my image ISO ESXi5.1 of installation etc.

    G

  • What is the way to place a background Image in a Div?

    I searched Google and Adobe forums for a while now, and although there are very valid solutions for similar problems I discovered that none of them fixed the problem that I am facing. I blame myself and get lost in this encoding sloppy mine, so part of my plan was to start my stylesheet from scratch.

    My question, what is the right way to add a background image in a div? I currently have the div albums following the css style "header", here's what I typed in this section:

    < style type = "text/css" >

    @import url("..) ("/ twoColLiqLtHdr.css");

    . Header {}

    Width: 1000px;

    height: 300px;

    background-image: url(Assets/HeaderTemplate.png);

    background-repeat: no-repeat;

    background-position: center;

    }

    The problem here is that the background image is not still appear. I would appreciate help, could someone inform me on how to do this so that I can implement images in div in the future without turning my coding in a bottom right mess?

    Thank you in advance.

    Try changing it to:

    background-image: url('Assets/HeaderTemplate.png');

    Also make sure you have the case appropriate for file names: for example

    Assets = active

    HeaderTemplate = headertemplate

    etc etc.

    Sometimes these things create problems.

    Good luck.

  • What is the workflow to compile and load an external class to a runtime library?

    I have a set of classes (with a few large incorporates) I want to only load one by one during execution as needed.

    I think I need from each of these classes compile into a separate SWF file and use the Chargers available there to load and link to them dynamically while running (I'm on the right track so far?).

    I rose a bit mixed in details, so I just want someone to give me the rundown on this operation base, get the right termonology, and if you have a reference to the tutorial just do, so much the better!

    I use flex builder, and this should be used in a flex application.

    Thank you!

    David

    There is a Flex Library Project project type. If you create the library for each dynamically loaded block.

    And you can use the loader to load.

    http://livedocs.Adobe.com/Flex/3/langref/Flash/display/loader.html

  • What is the way to read NIRFSG_ATTR_SPECIFIC_DRIVER_REVISION

    Basically, I need to read the version of the driver installed NOR RFSG programmatically. The help of RF signal generators OR talk about this property - NIRFSG_ATTR_SPECIFIC_DRIVER_REVISION. However, I can't find the right way to read. What I have to use the standard OR-RFSG property get method or I do not get a handle to a generator?

    Thank you very much

    -Ilya.

    Ilya,

    To use the nodes property or the features included with the RFSG driver to pull the driver version by programming information, you'll need to get a handle to a generator.

    If you need a way to check the version of the driver programmatically without the handle, I would recommend the search by querying the Windows registry information.  The sample code posted on our community here: determine the current Version of VISA by program, shows how to VISA, and it seems like it should be possible for our other drivers as well.

    Thank you

    Eric K

    Engineering applications

    National Instruments

  • How to increase the sound on my new pavilion g6 everything is up all the way, but not very load

    How to increase the sound on my new laptop of g6 pavilian everything is in place but not very load

    Hello

    One thing that can help is a bit what follows.  Do a right-click the speaker icon in the taskbar and select "playback devices".  Left click the device once to highlight default (it is usually 'speakers & headphones') and then click the properties button.  Click the enhancements tab and put a check mark in the box "Loudness equalization.  Click on apply to save the changes and then click OK in all other windows and see if allowed at all.

    Kind regards

    DP - K

  • What is the security processor driver win7 loader?

    In under the plug and no Device Manager (hidden devices), there is a yellow exclamation point, but properties shows no problem.  Is something worrying?  Because my HP laptop works great.  Its unresponsive and very slow, works perfectly in safe mode most of the time.  I wonder that McAfee might have something to do with these questions is that it was the last program installed.  The problems occur in Win7 and Firefox... the activity indicator just runs and runs.  Closure is another problem is time consuming.

    Dear David,
    Thanks a lot for writing this down. I was at a total loss and didn't know what to do. My laptop froze and would only start in safe mode after a recent windows update.  The system does not recognize that I was working with a legit MS software and kept close all applications.
    Now is 03:40, and after following your process of clean boot, I managed to recover my system in normal mode and the software key is recognized!
    I hope that it stays that way. I will turn off automatically updates to windows for now.
    Thank you once again.
    E.

  • What are the ways to access a remote database in a database completely different-schema - stored procedure?

    My source data in the remote database schema (say C3.case). And I am trying to insert data of this CASE table in my database table (for example SIMS.case) I use the stored procedure to load the data.

    I was going through the documentation and I thought that the creation of MV is not possible in this case is the source table in the remote database schema. Is this correct?

    or create a link DB is the only option available to access the remote database schema table.

    Thank you.

    Hello

    2929538 wrote:

    My apologies for the bad conventions help. I meant remote schema.

    the required data and the destination table, the two are in oracle, but in totally different schemas.

    Yes, you said a table is in a scheme called C3, and the other is in a schema called SIMS.  Are these schemas in the same database or in different databases?

    If they are in the same database, then you do not have a database link.  Or the other schema can reference tables in the other qualifying names correctly, for example

    SELECT *.

    OF C3. case_studies

    ...

    assuming that the right privileges have been granted.

    If the schemas are in different databases, a database link is the best way to access data in a database in a different database.

    Without a database link, you will probably use some kind of use outside the database to write the data to a database, the file if necessary, transport and read in other databases.  DataPump files of images or CSV files, as Paulzip said in answer to #1, could be used for this.

  • What is the current Qosmio possible better I can buy?

    Hi, only just joined the forum, I run a pc/mainframe gps/cell phone repair criticism taken are *, uk, I (for my sins) microsoft ex-employee left to go it alone 13 years ago.
    I became addicted to Qosmio, now own 8, my latest acquisition has Brand New F-10-124 of e - bay for almost nothing.
    Just thought I would say Hi and ask what the current best possible Qosmio, I buy, because no 9 is coming!
    Paul

    Post edited by: techstore

    Hello

    Well well, right now the Qosmio G30 and F30 are the latest Qosmio units on the market.
    If you want to know more details on Toshiba laptops and especially on the Qosmio so, please see the Toshiba site:
    http://EU.computers.Toshiba-Europe.com/cgi-bin/ToshibaCSG/model_index_page.jsp?service=EU&ID=96787

    HTTP://EU.COMPUTERS.TOSHIBA-EUROPE.COM/CGI-BIN/TOSHIBACSG/NOTEBOOKS_DESKTOPS_SERVERS_FAMILY_PAGE.JSP?SERVICE = EU

    Good bye

Maybe you are looking for