What happens under the EXP

Hi to all.
First I wish you happy New Year, and wish you a lot of a health.
I have a question about exp process. I am wonder what happens when I start export of my database.
Recently I started an exp on the database over which I performed stress tests (a lot of transaction, insert, update..). A table(T1) in which are enroll are exported until some time, then started export other tables, but the table T1 are continue to enroll.
What happen in the concurrent inserts and exports of one table?
Thanks

Export will dump the data for a single table as of the point in time it starts exporting that table. Other inserts/updates/deletes after the start of the export will not appear in the export file, due to normal read consistency rules.
If you are exporting multiple tables, they will each be as of the point in time when export starts processing a given table, unless you specify the CONSISTENT=Y option, in which case all tables are exported as they appeared at the start of the export. This is the only way to get a relationally consistent export.

Similar Messages

  • Pipeline functions - what happens under the hood?  (10g)

    Hi all,
    What happens when you call a pipelined function? (As opposed to a plain table-valued function.)
    From what I understand, a pipelined function will return rows as they are needed. Let's say I have a really silly example of a pipelined function,
    CREATE OR REPLACE PACKAGE BODY TEST_PACKAGE_1
    AS
        FUNCTION GET_DATA RETURN JUST_A_TABLE PIPELINED
        IS
        BEGIN
            PIPE ROW (JUST_A_TYPE('HELLO'));
            PIPE ROW (JUST_A_TYPE('WORLD'));
            RETURN;
        END;
    END TEST_PACKAGE_1;
    /Then let's say I were to SELECT * FROM TABLE(TEST_PACKAGE_1.GET_DATA) WHERE ROWNUM = 1, what happens to the second row? Does the code that returns the second row still get educated? (Obviously it's omitted from the query, but does it still get generated somewhere and just go nowhere?)
    If I have a cursor on a PL/SQL block that selects from GET_DATA, will each row only be returned as the cursor references it? In that case, what happens to the rows that don't get selected? If there some resource that need to be closed out (say, just before the return statement), would it still be safe to close it out?
    Thanks!
    Don

    Interesting question, lets try a simple test and see we'll just take your example function and toss in a few dbms_output statements like so:
    CREATE OR REPLACE PACKAGE BODY TEST_PACKAGE_1
    AS
        FUNCTION GET_DATA RETURN JUST_A_TABLE PIPELINED
        IS   
        BEGIN
            dbms_output.put_line('ONE');
            PIPE ROW (JUST_A_TYPE('HELLO'));       
            dbms_output.put_line('TWO');
            PIPE ROW (JUST_A_TYPE('WORLD'));       
            dbms_output.put_line('THREE');
            RETURN;   
        END;
    END TEST_PACKAGE_1;Now not forgetting to enable dbms_output call it three times like so:
    SELECT * FROM TABLE(TEST_PACKAGE_1.GET_DATA) WHERE ROWNUM = 1;
    SELECT * FROM TABLE(TEST_PACKAGE_1.GET_DATA) WHERE ROWNUM <= 2;
    SELECT * FROM TABLE(TEST_PACKAGE_1.GET_DATA) WHERE ROWNUM <= 3;What I saw from my test was that with the first call I got 1 row of data from the pipelined function and only the first dbms_output statement was processed. For the second statement I got 2 rows of data from the function and the first two dbms_output statements were processed. For the final call I again got 2 rows of data from the function and all 3 dbms_output statements were processed.
    My environment:
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Product
    PL/SQL Release 10.2.0.1.0 - Production
    "CORE     10.2.0.1.0     Production"
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production

  • I'm using the great Firefox 5.o. What happened to the "Bookmark All Tabs" feature that used to be found under Bookmarks? I love Mozilla Firefox!!!! :-)

    I've looked under the Bookmarks heading as well as History. What happened to the extremely useful "Bookmark All Tabs". Loved that feature of Firefox. Thank you!!!!!!

    Right-click '''on''' a Tab to see that menu item or use {Ctrl + Shft + D}.
    In conjunction with the new Firefox button in Firefox 4.0 and with the addition of some new features that added a number of new menu items, many of the older menu items were moved around or only appear under certain conditions. It can be a bit confusing until you get used to the changes, but beyond adding new menu items in the future for new features, I don't think there will be major changes like that for awhile.

  • What happened to the "oldies" option on the drop down menu located on iTunes home page under music ?

    What happened to the "Oldies" option on the drop down menu located on iTunes store home page under music ? I can not find songs in search using artist or song name.
    Thank you,   Martin

    Right click on the file and choose Get Info, go to the Options tab, there's a menu there "Media Kind"

  • What happened to the Initial View options under Document Properties??

    What happened to the Initial View options under Document Properties? I just updated my Reader and it's no longer accessible! SOS.

    Hi kga406,
    Please tell me if you are able to access 'initial view' tab in document properties using Acrobat.
    You can change initial view settings only in Acrobat and can view PDFs in Reader with the same initial view as set.
    Regards,
    Anubha

  • What happened to the Blu-Ray option under the Share menu in FCPX 10.0.6?

    what happened to the Blu-Ray option under the Share menu in FCPX 10.0.6? The Share menu is now buriedn on the Fil menu and there's no Blu-Ray option for burning AVCHD to a Standard DVD for play on a Blu-Ray player.

    Select Add Destination. Blu-ray is in the Destinations preferences.

  • VDI3: what happens when the Primary VDI core fails?

    A potential customer asked me this and I did not really know how to answer the question ... sorry if this was asked before. So here we go:
    What happens when and if the Primary VDI core fails? Will the entire VDI3 setup go down? Will running sessions be lost? And how do you fix that?
    I found this page:
    http://wikis.sun.com/display/VDI3/MySQL+Cluster+Reconfiguration+Scenarios
    So I assume the "Non-VDI host ==> Primary Management Host" scenario is what would need to be done?
    http://wikis.sun.com/display/VDI3/MySQL+Cluster+Reconfiguration+Scenarios#MySQLClusterReconfigurationScenarios-NonVdiToPrimary
    If this is correct then this would answer the "how do you fix that?" part. OK then.
    But still I'd welcome if anyone could explain what exactly would happen when and if a Primary VDI core fails. The customer's opinion on this is that they are a "single point of failure" because the Primary VDI host is not redundant (as opposed to the 2 x Secondary VDI cores) ... So, is this assumption correct or not?
    Thanks in advance.

    Hi,
    Assuming you have 3 VDI core hosts. One of them is the primary. And the primary goes down. So what happens then:
    * The underlying database is still running on the remaining hosts
    * All desktop sessions are still running on the remaining hosts
    * New session requests will be handled by the remaining hosts.
    * All desktops are still running on the virtualization hosts.
    So in essence, your VDI cluster is still healthy. The operation is just impacted in this way:
    * You can't add new VDI core hosts
    * You can't change the configuration of the Sun Ray server failover group
    * A failure of another VDI core host (data node) will result into a complete outage of the underlying database
    You should bring up the primary again as soon as possible in order to gain failover capabilities again.
    -Dirk

  • What happened to the option to see all your purchased movies alphabetically?  I can only see recent purchases and then I have to look by movie type.  With over 500 movies purchased this is a huge pain.

    What happened to the option to see all your purchased movies alphabetically?  I can only see recent purchases and then I have to look by movie type.  With over 500 movies purchased, this is a huge pain.  For instance the movie Airport 77 is classified as Drama not action?  But it is action?  I have to look at both types to find the film.  I will stop buying films via AppleTV if this is the way it is going to stay.  I am not searching for films in this crazy manner.

    Same issue here. Might have to do with size of library. I too have over 300 purchased movies. "ALL PURCHASED" folder disappeared yesterday on all my AppleTV's. My son only has 20+ purchased movies and his still shows "ALL" folder. However, I had him log in under my account and "ALL" folder is missing??? I hope Apple gets this resolved quickly. I too do not want to flip through various Genres looking for movies.

  • What happened to the finder sidebar menu?

    I have had to spend sooooo much time trying to locate files that I just closed! What happened to the Finder menu that listed TODAY, PAST WEEK, etc?  It's nervewracking!  I don't want to open the files but upload them.  I don't like that I can't just find them easilyl in the menu format before...... I'm not sure I like this so-called upgrade.... on the iphone it's cool, but on the MAC.. not so sure I like it.

    Under your stuff, you can click on Profile and it'll show your equipment - you can change it there.
    Now, as for the Finder Sidebar, if you go to Finder Preferences and click on Sidebar, it will show everything that can be shown there. Some changes were made in Lion - one of them is "all my files" - I don't need that, so I unchecked it, but you may want to try it to see if that can be useful for you. And, under the Go Menu, you can use Go To Folder. I never used any of the options you've used simply because I've never needed that. Maybe you can arrange/file your stuff by name so it'll be easier to find?

  • After upgrading what happens to the apps on my 3G?

    I just received my iPhone 4 and put my backup from my iPhone 3G on. It works fine, and there is no more AT&T service on my iPhone 3G. I intend to use the 3G as an iPod Touch. I understand the SIM card needs to stay in the phone for this, even though it is not activated with AT&T.
    What happens to the apps that are still on my 3G? They are still working. I assume they will stay there until I need to sync. Then I will have to set up a new iTunes account, under a unique computer user name, for the 3G and buy the apps all over again for the 3G.

    Nope, the apps stay there until you delete them.
    I currently sync 2 iPhones and 2 iPod Touch units all to one iTunes store account, and per the Apple licensing, they all can run apps I have purchased. I had a similar question as you when I first started using multiple devices, so I sent an email to the app author for the app I wanted most to do this with. His response was that this is Apple's terms, so if I didn't want to purchase a second license to use his app on a second device, then I didn't need to (but he wouldn't stop me if I wanted to either). In the end, I found this app author to be very dedicated to his app, and very responsive to my comments/requests, so I did purchase a second copy of his app (yes, I had my wife create an iTunes account and purchase it under her account).

  • My history only shows today. what happened to the yesterday icon?

    I noticed that under history setting I only have today option with calendar icon directly on the left side of it .
    I used to have a yesterday option as well.
    What happened to the yesterday option.
    Did I delete it by mistake?
    Can I reinstall it somehow?
    Please advise.
    Thanks

    If you use cleanup software like CCleaner then check the settings for the Firefox application.

  • What happened to the Audio Books option?

    What happened to the "audio books" option in "music" under the "more" option on the lower left of my iPhone 4s?  I have been syncing downloaded non-iTunes audio books for years without problems - until now. I have read lots of solutions while searching for an answer and none of them have worked. Any ideas? What is Apples official response? Many seem to share this problem.

    1) To see your audiobooks in iTunes, there's a dropdown on the top left to select the Library it's displaying. Use the dropdown to select Books, and it will show them (you can choose Audiobooks, Books, PDFs, etc.)
    2) To see your audio books in the iPad/iPhone -- when you have your iDevice connected to the computer with iTunes check your sync settings to make sure they're correct for what you want to do. They may have gotten switched behind your back.
    3) iTunes match - fraid I can't help you there. My Itunes computer is still on Snow Leopard, no iCloud for me.

  • What happened to the download helper icon, ie: three tumbling balls

    What happened to the download helper icon, ie: three tumbling balls.

    In the Customize window, is there an icon with a label under it saying "Download Helper"? If so, drag it to the toolbar. Many extensions/add-ons place their icons in the Customize window and the user must put them on the toolbar. If the extension you refer to is this one: https://addons.mozilla.org/en-US/firefox/addon/3006/ , be sure your options are set: Tools > Add-ons > Extensions, click Download Helper, click Options, on the DH Preferences window, click General, click Appearance tab.
    *Home page: http://www.downloadhelper.net/
    *Manual: http://www.downloadhelper.net/manual.php
    *Support page (e-mail): http://www.downloadhelper.net/support-expert.php
    '''Unexpected installation error -203''' <br />
    See: <br />
    *https://support.mozilla.com/en-US/kb/Unexpected+installation+error+-203+when+installing+add-ons
    *http://kb.mozillazine.org/Unable_to_install_themes_or_extensions_-_Firefox#Unexpected_installation_error_-203

  • What happened to the tabs on top?

    Anyone know what happened to the tabs located on the very top of the window like the last version 3. In version 4 tabs are back below the bookmarks bar. Tabs on top rocked, whats up with that?

    Please refer to one of the many,many other threads in this forum on that topic. Tabs on top were only in the Safari 4 beta version, not Safari 3.
    Just scroll down the thread page under Safari and you will find all you need to know.
    Cheers

  • I updated my Itunes and now I don't have a search option in the Store.. What happened to the Search option?

    I updated my Itunes and now I don't have a search option in the Store.. What happened to the Search option?
    I used to be able to type a song title in there and an artist and it would show me my options. Now I have no Search option under Store. 
    Even when you go to the store, there is no way to search for a song.

    Hit the '''Alt''' key ''(Cmd for Mac)'' to show the Menu bar, then open View > Toolbars and select Menu bar, so it has a check-mark.

Maybe you are looking for

  • Trying to install Windows 7 on my new computer - Does anyone know someone within HP that would help?

    I am trying to downgrade from Win 8.1 to Win 7 and so far I am not having any luck completing the downgrade. (HP Envy 700-430qe).                        As you can see, several in this forum have tried to help!                  Does anyone know of a

  • Error in ONS logs while implmenting FCF on oracle RAC from java program

    I have java prog on client machine that uses properties from a property file.While making the connection to the ONS port on the oracle RAC server to implement FCF the program is throwing error as below: java.sql.SQLException: Io exception: The Networ

  • Problem with Back button in Top Level Navigation

    Hi all, We are facing a minor problem with the Back button in the Top Level Navigation in Portal. This button is present under the Roles and Worksets menu along with the History, Forward, and Add to Portal Favorites links. The problem is faced when w

  • Error in background on GUI_UPLOAD.

    Hi, If i run a report in background which contains the function module : GUI_UPLOAD it is getting the error message as 'Error uploading C:\Documents and Settings\...' . do the gui_upload wont execute in background?. Please suggest. Usefull anwers wil

  • Fire Custom Event in as3

    Hello All, I have an variable of type boolean , and I want to fire event when I change the value of this variable , how can I do that in AS3 Thanks in Advance