If I drop schemas will stats still be availible in the database

Hi,
I'm creating a duplicate of a database and was thinking of doing the following:
1. exp data to file and move it over the network (there is a lot of long data in different schemas)
2. imp data new dublicated database
3. gather stats
4. drop schemas
5. recreate schemas
6. load fresh data from a new export
My question:
Do we need to gather statistics again or will statistics stay in the dictionary allthough I drop the schemas?
Regards
933746

sybrand_b wrote:
If you use impdp network_link=
you can import in the target database directly instead of this cumbersome procedure.
And, of course the statistics are gone when you drop a schema.
Sybrand Bakker
Senior Oracle DBAHi,
We use networklink as much as possible but it dosn't support long data.
So this time we export to files and move it.
Thanks for your reply

Similar Messages

  • If I extract my previews to recover lost images, will they still show up in the catalog?  Can I extract just certain files?

    if I extract my previews from lightroom, will they still show up in the catalog? I am trying to recover certain images. Can I just extract specific folders?

    I also had ringtones from the 1001 Ringtones app that were lost after the iOS5 conversion.
    I tried the the fix to uncheck the ringtones, sync and then re-check and sync, but that didn't work for me.
    What did work was that I re-downloaded the file from the original e-mail where the app sent it to me, then I hit "add file to library", found the file and then my old ringtones re-appeared.  However, they had a circle with an exclamation point next to them, and when I clicked on it, it said itunes could no longer file the location of the file.  So, I followed the screen steps to tell it where they were originally saved, and then they synced just fine.
    I hope this makes sense, good luck.

  • Will you still have stock for the refurbished Ipod nano? Where can i get the refurbished ipod nano?

    Will you still have stock for the refurbished Ipod nano? Where can i get the refurbished ipod nano?

    They haven't shown up in the refurbished section for a bit so they may be sold out. You probably will need to use eBay, Amazon, etc

  • Will they still charge me when the free magazine trial ends?

    I subscribed for a free trial in newstand but I decided to turn off the auto renewal option.  Will it still charge me when the free trial ends?
    If I want the subscription, how does it bill me?  As for now, my payment option is still "none".

    As long as the LCI's (liquid contact indicator) are good. They will not charge you.
    http://support.apple.com/kb/HT3302

  • If I decide to use the monthly membership and then get the hard copy will I still have to pay the monthly fee

    If I purchase the monthly plan for lightroom and then decide to get the hard copy instead will I have to pay for the remaining months still

    If you are in the US there are no carriers who will activate an iPhone for voice only. If you have an iPhone you must have both voice and data plans.

  • If I drop comcast will I still be able to get old emails?

    I have used comcast internet for ten years but want to switch. I want to change providers but will I be able to access saved email?

    Then copy them, or export them to the desktop.
    (In Mail, Mailbox Menu>Export Mailbox)
    After you have changed accounts you can put the folders back into Mail.

  • If I upgrade my iTunes version AFTER using iTunes Match, will everything still be saved (in the cloud)?

    New to iTunes Match, using it in hopes of freeing up disk space.  Haven't had enough room to update iTunes to the most recent version that came out with iOS7, and now that I finally have enough space to upgrade iTunes, I'm worried my iTunes Match music will be wiped or that I'll have to start all over again.
    Any information or advice would be greatly appreciated.  Thanks!

    Hi,
    Do make sure that you have a suitable back up before deleting tracks from your computer. Read this https://discussions.apple.com/docs/DOC-4112.
    Updating to the latest version will not wipe itunes match music and you will not need to start all over. It is not usual for updates to cause problems but it alway good practice to maintain a back of all your music.
    Jim

  • Will I still have access to the programs that I have purchased in the US if I switch my AppleTV to say it is in the UK?

    I have an AppleTV that is set up so that I can use it in the US and purchase US content. What happens if I switch it to say that I am in the UK so that I can purchase shows from the BBC (not "BBC America" but the real BBC)? Will I no longer have access to my collection of movies that I have purchased in the US?
    Is there some kind of surcharge if I purchase UK content (which is priced in UK £) with a credit card from the US?
    What happens if I have two iTunes accounts where one is an account that I started in the UK and the other started in the US? Can they both be on the same AppleTV?
    Thank you

    Thank you! I assume that the BBC doesn't want Americans to have access to some content (for example, Season 3 of Downton Abbey which my wife wants to see). There may be some legal/contractual barrier that prevents this. But I wasn't certain whether AppleTV actually prevents this.

  • If I send a text and my number is blocked will it still say delivered at the bottom of the text?

    If I send a text and my number is blocked will it say delivered at the bottom of the text?

    Yes. If another iPhone user has blocked you, you have no way of knowing.

  • If I have a 3G, will I still get MMS on the 25th?

    So, I was reading that 3Gs users will get MMS when upgrading to 3.1... but do us lowlife 3G users get it too, or is this like video and zoom.. denied to us?

    MMS is supported with the 3G and 3GS. This was announced at Apple's WWDC when firmware update 3.0 and the 3GS were introduced.
    http://www.att.com/gen/press-room?pid=1574
    We know many of our iPhone customers are eager for an update on our rollout schedule for Multimedia Messaging Service (MMS). We’ve been working for the past several months to prepare our systems and network to ensure the best possible experience with MMS when it launches – *and that launch date is: September 25 for iPhone _3G and 3GS customers_.* MMS will be enabled through a software update on that day.

  • If i buy an i pod touch on line and pick it up at a store will i still get engraving

    if i buy an i pod touch on line and pick it up at a store will i still get engraving?

    The way I read this
    http://store.apple.com/us/browse/home/ipod/editorial/engraving_giftwrap
    Apple will shitp the engraved iPod to you. You will have to call Apple to see if yu can have them send it to the store for you to pick it up.

  • Value of Statement becomes null even when the connection is open

    my small program deals with jdbc during which i met with this strange situation.
    i want the value assigned to an instance of Statement (say 'st') for future use. So i declared st' as a class variable. and the variable is assigned with a value inside try-catch block which is inside the constructor. But when i tried to access it from outside it seems to be null. i ve made it clear by giving two print statements INSIDE and OUTSIDE the try-catch block. More over u can notice that the
    value of an integer variable remains unaltered INSIDE and OUTSIDE the try-catch block. Wats wrong with my coding? Is there anything
    special regarding the 'st' variable which is a reference of Statement interface. BUT WHEN THE DATABASE WAS MS Access, THE
    VALUE OF 'st' WAS EXACTLY THE SAME INSIDE AND OUTSIDE THE try-catch BLOCK(i tried it also by making appropriate changes in the jdbc part).
    the output in both the situation is copied here.
    please correct me.......any help welcomed.
    my program
    import java.sql.*;
    public class MyStatement
         Connection con;
         Statement st;
         ResultSet rs;
         int test=0;
    public MyStatement()
    try
                             Class.forName("com.mysql.jdbc.Driver").newInstance();
    Connection conn = DriverManager.getConnection("jdbc:mysql://localhost:3306/mysql", "root", "passes");
    Statement st = conn.createStatement();
    test=111;
    System.out.println("value of statement INSIDE try-catch block: "+st);
    System.out.println("value of test INSIDE try-catch block: "+test);
    catch (Exception e){System.out.println("sql "+e);}
    System.out.println("value of statement OUTSIDE try-catch block: "+st);
    System.out.println("value of test OUTSIDE try-catch block: "+test);
    public static void main(String args[])
    new MyStatement();
    }

    Try this:
    public class MyStatement {
        Connection conn;
        Statement st;
        ResultSet rs;
        int test = 0;
        public MyStatement() {
            try {
                Class.forName("com.mysql.jdbc.Driver").newInstance();
                conn = DriverManager.getConnection("jdbc:mysql://localhost:3306/mysql", "root", "passes");
                st = conn.createStatement();
                test = 111;
                System.out.println("value of statement INSIDE try-catch block: " + st);
                System.out.println("value of test INSIDE try-catch block: " + test);
            } catch (Exception e) {
                System.out.println("sql " + e);
            System.out.println("value of statement OUTSIDE try-catch block: " + st);
            System.out.println("value of test OUTSIDE try-catch block: " + test);
        public static void main(String[] args) {
            new MyStatement();
    }

  • I have just requested my ipod nano 1st generation to be replaced using the scheme, i have entered the wrong postcode on the shipping of the replacement box, will it still come to my address? or how can i change it?

    I have just requested my ipod nano 1st generation to be replaced using the scheme, i have entered the wrong postcode on the shipping of the replacement box, will it still come to my address? or how can i change it?

    Call up apple care,  (08000480408 if you are in the UK) and ask them to change the postcode and request another replacement packet

  • I have a Airport Extreme that is dropping the wireless signal alot (several times a day). The green light will go amber but the internet service (ethernet cable) will still be fine. The wireless icon on devices with go away.

    I have a Airport Extreme that is dropping the wireless signal alot (several times a day) The green light will go amber, but the internet service is still ok if your using an ethernet cable directly plugged in. When the light goes amber all devices that is using wireless will lose there wireless icon. The only way to get the green light back is to unplug the Airport device and replug it back in. I tried the reset on the back but still no luck. What is the fix?

    Let's see if I can get this straight.
    You have an Airport Extreme base station that is set to "Create a wireless network" and you have the box checked for "allow this network to be extended"....
    Then you have an Airport Express that is set to "Extend a wireless network" which you selected the name of your network in the box...
    Correct?
    See this Apple document:
    http://support.apple.com/kb/HT4259?viewlocale=en_US&locale=en_US
    The wireless unit on the right of the diagram can be either of the newer Apple base stations.
    Extreme, Express, Time Capsule

  • I live in California but will be in New York next week during the launch of the iPhone 5. Will I still be able to "upgrade" out of state?

    I live in California but will be in New York next week during the launch of the iPhone 5. Will I still be able to "upgrade" even though I'm from another state? I ask because my dad had problems doing this for the iPhone 3GS launch. He waited in line all day, finally got in the store and they told him it it not possible to upgrade if you reside in another state. I'm really hoping things have changed.

    Based on your Dad's experience, I wouldn't rely on what you hear here. I'd call your carrier & the store you plan on going to.

Maybe you are looking for