Import one tablespace  out of exp file

Hello,
I 'd would like to know how to import only one tablespace out of an export file. The import went wrong for one TS and I'd like to only retry that particular TS.
Tyia,
Cheers,
A.R

Tablespace clause is applicable only if you are working with transportable tablespaces and not otherwise.
The following keywords only apply to transportable tablespaces
TRANSPORT_TABLESPACE import transportable tablespace metadata (N)
TABLESPACES tablespaces to be transported into database
DATAFILES datafiles to be transported into database
TTS_OWNERS users that own data in the transportable tablespace set
Import terminated successfully without warnings.

Similar Messages

  • Space allocation on 11g R2 on multiple data files in one tablespace

    hello
    if the following is explained in Oracle 11g R2 documentation please send a pointer. I cant find it myself right now.
    my question is about space allocation (during inserts and during table data load) in one table space containing multiple data files.
    suppose i have Oracle 11g R2 database and I am using OMF and Oracle ASM on Oracle Linux 64-bit.
    I have one ASM disk group called ASMDATA with 50 ASM disks in it.
    I have one tablespace called APPL_DATA with 50 data files on it, each file = 20 GB (equal size), to contain one 1 TB table calll MY_FACT_TABLE.
    During Import Data Pump or during application doing SQL Inserts how will Oracle allocate space for the table?
    Will it fill up one data file completely and then start allocating from second file and so on, sequentially moving from file to file?
    And when all files are full, which file will it try to autoextend (if they all allow autoextend) ?
    Or will Oracle use some sort of proportional fill like MS SQL Server does i.e. allocate one extent from data file 1, next extent from data file 2,.... and then wrap around again? In other words it will keep all files equally allocated as much as possible so at any point in time they will have approximately the same amount of data in them (assuming same initial size ?
    Or some other way?
    thanks.

    On 10.2.0.4, regular data files, autoallocate, 8K blocks, I've noticed some unexpected things. I have an old, probably obsolete habit of making my datafiles 2G fixed, except for the last, which I make 200M autoextend max 2G. So what I see happening in normal operations is, the other files fill up in a round-robin fashion, then the last file starts to grow. So it is obvious to me at that time to extend the file to 2G, make it noautoexented, and add another file. My schemata tend to be in the 50G range, with 1 or 2 thousand tables. When I impdp, I notice it sorts them by size, importing the largest first. I never paid too much attention to the smaller tables, since LMT algorithms seem good enough to simply not worry about it.
    I just looked (with dbconsole tablespace map) at a much smaller schema I imported not long ago, where the biggest table was 20M in 36 extents, second was 8M in 23 extents, and so on, total around 200M. I had made 2 data files, the first 2G and the second 200M autoextend. Looking at the impdp log, I see it isn't real strong about sorting by size, especially under 5M. So where did the 20M table it imported first end up? At the end of the auotextend file, with lots of free space below a few tables there. The 2G file seems to have a couple thousand blocks used, then 8K blocks free, 5K blocks used, 56K blocks free, 19K blocks used, 148K free (with a few tables scattered in the middle of there), 4K blocks used, the rest free. Looking at an 8G similar schema, looks like the largest files got spread across the middle of the files, then the second largest next to it, and so forth, which is more what I expected.
    I'm still not going to worry about it. Data distribution within the tables is something that might be important, where blocks on the disk are, not so much. I think that's why the docs are kind of ambiguous about the algorithm, it can change, and isn't all that important, unless you run into bugs.

  • How do I import one xml file into 3 separate tables in db?

    I need to utilize xslt to import one xml file into 3 separate tables: account, accountAddress, streetAddress
    *Notice the missing values in middleName, accountType
    sample xml
    <account>
    <firstName>Joe</firstName>
    <middleName></middleName>
    <lastName>Torre</lastName>
    <accountAddress>
    <streetAddress>
    <addressLine>myAddressLine1</addressLine>
    <addressLine>myAddressLine2</addressLine>
    </streetAddress>
    <city>myCity</city>
    <state>myState</state>
    <postalCode>mypostalCode</postalCode>
    </accountAddress>
    <accountId>A001</accountId>
    <accountType></accountType>
    <account>
    I need the following 3 results in 3 separate xml files in order for me to upload into my 3 tables.
    Result #1
    <rowset>
    <row>
    <firstName>Joe</firstName>
    <lastName>Torre</lastName>
    <accountId>A001</accountId>
    <row>
    <rowset>
    Result #2
    <rowset>
    <row>
    <addressId>1</address>
    <city>myCity</city>
    <state>myState</state>
    <postalCode>myPostalCode</postalCode>
    <row>
    <rowset>
    Result #3
    <rowset>
    <row>
    <addressId>1</addressId>
    <addressLineSeq>1</addressLineSeq>
    <addressLine>myAddressLine1</addressLine>
    <row>
    <row>
    <addressId>1</addressId>
    <addressLineSeq>2</addressLineSeq>
    <addressLine>myAddressLine2</addressLine>
    <row>
    <rowset>

    Use XSU to store in multiple tables.
    "XSU can only store data in a single table. You can store XML across tables, however, by using the Oracle XSLT processor to transform a document into multiple documents and inserting them separately. You can also define views over multiple tables and perform insertions into the views. If a view is non-updatable (because of complex joins), then you can use INSTEAD OF triggers over the views to perform the inserts."
    http://download-west.oracle.com/docs/cd/B19306_01/appdev.102/b14252/adx_j_xsu.htm#i1007013

  • I have a file with 64 pages in it.  How do I save and email one specific page out of the file?

    I have a file with 64 pages in it.  How do I save and email one specific page out of that file?

    With nothing but the free Reader? Take a screenshot of the page and email the image.

  • Itunes refuses to import one file

    Itunes refuses to import one file. This file is unprotected, mp3 audio file of 72.3MG which happens to be a 'teach youself spanish' CD downloaded from Win/MX. As far as I can see thsi file does not differ from other files which itunes lets me import, apart perhaps from its length (it is over two hours long). itunes produces no message to explain why it will not import the file and so i am perplexed...

    hi Jack!
    hmmmmm. just checking. can WMP import and play this file? if so, can you convert it to another file format in WMP, like AIFF? if so, will itunes accept the file when it is in that format?
    (a clunky workaround ... even if it works)
    love, b

  • How to import jar & exp file into the eclipse 3.1 + jcop

    hi, I am new to the javacard technology.
    I have implementing applet by using eclipse 3.1 + jcop plugin.
    recentlly, i got jar and exp file from someone. and I have to import given two files in the my applet.
    Q1. but i don't know how to use(import) two files into the elipse.
    and...
    I have tried to put the export file structure in the build path, but I am still getting the same error:
    Q2. "resolving constant-pool of clazz cash/ccash; failed: no such clazz cash/ccash;", what means?
    anyone help me~plz!
    many thanks..
    lsh.
    Message was edited by:
    neonoble

    1) In the Package explorer right-click the project you want to import the jar files into.
    2) Click import
    3) Select Archive file in the Import dialog box and click next
    4) Browse to the jar file and select it
    Socx

  • How does one clean out the trash, after putting in a time line file in?

    After cleaning out some old files, it was late one night that I put a old file from the Time Line into the trash.  Now how can this be FIXED?

    Time Line...? If you mean Time Machine, then you should only delete old backups and files using the Time Machine interface.
    If you did a NO NO and moved old Time Machine backups to the Trash using Finder? Then go to > Time Machine - Frequently Asked Questions 12 and scroll down to the section in gray for the solution.

  • Import few schemas out of a full DB dump file into a new DB

    Hi,
    I have a 11g database, ORCL.
    I have created a new database, TEST, where i want only 3 schemas of ORCL database to be imported.
    I have taken an export dump file of the 3 schemas (A,B and C), with which the below import command works:
    impdp system/xxxx directory=EXPDP dumpfile=schema3.dmp logfile=schema3.log REMAP_TABLESPACE=A_TBS:USERS,B_TBS:USERS,C_TBS:USERS
    where A_TBS, B_TBS and C_TBS are the tablespaces of the respective schemas A,B and C in ORCL database
    USERS is the default tablespace in the TEST database
    But If I take a full export dump of the entire database and want to import only the 3 required schemas, then is the below command correct???
    impdp system/xxxx directory=EXPDP dumpfile=full_dump.dmp logfile=full_dump.log SCHEMAS=A,B,C REMAP_TABLESPACE=A_TBS:USERS,B_TBS:USERS,C_TBS:USERS
    Please guide.
    Thanks in Advance.

    If you do a FULL export and FULL import, the import also attempts to create Tablespaces that do not exist. However, it will attempt to create the tablespaces with the same file names (including directory paths) as present on the source database. That is why it is always preferable to precreate Tablespaces at the new database before running the import -- so that you can control the sizes and names of datafiles, even change tablespace parameters if necessary. REMAP would be used if you want to import to different tablespace names. When precreating tablespaces, the size required really depends on the size of the data.
    At the source you might have a tablespace with datafiles adding up to 5GB but used segments of 3GB only (Again, within the 3GB, 80% of the data might have been deleted before the export !). So the size required at the new database might be 3GB or only 600MB !! It is best to precreate a few datafiles with some reasonable sizes and have them with AUTOEXTEND ON so that the tablespaces grow to the actual size that is really required.
    Hemant K Chitale

  • Trying to import favorites from Explorer. When i go to the file menu in firefox, import is grayed out and I can't import the favorites

    I am trying to import my Explorer favorites. When I go to the "file" menu, "import" is grayed out and I cannot use it to get to the next step.

    Make sure that you do not run Firefox in permanent Private Browsing mode.
    *https://support.mozilla.com/kb/Private+Browsing
    You enter Private Browsing mode if you select: Tools > Options > Privacy > History: Firefox will: "Never Remember History"
    To see all History and Cookie settings, choose: Tools > Options > Privacy, choose the setting <b>Firefox will: Use custom settings for history</b>
    *Deselect: [ ] "Always use private browsing mode"

  • How to move all the tables from one tablespace to other for a whole schema

    Hi,
    Is there any way to move all the tables in a schema from one tablespace to other?
    If so please help me out to do that.
    Thanks
    Regards
    Gatha

    hi,
    here is the steps to move SCOTT's objects from their current tablespace to a NEW_TABLESPACE
    would be:
    1) do an export of all of scott's objects. Make sure no one modifies them after you
    begin this process. You will lose these changes if they do.
    $ exp userid=scott/tiger owner=scott
    2) you would drop all of scotts tables. This will get the indexes as well. I don't
    suggest dropping the user SCOTT but rather dropping scott's objects. Dropping scott
    would cause any system priveleges SCOTT has to disappear and the import would not restore
    them. This script can be used to drop someones tables:
    set heading off
    set feedback off
    set verify off
    set echo off
    spool tmp.sql
    select 'drop table &1..' || table_name || ' cascade constraints;'
    from dba_tables
    where owner = upper('&1')
    spool off
    @tmp.sql
    3) You would modify the user to not have unlimited tablespace (else the IMP will just
    put the objects right back into the tablespace they came from) and then give them
    unlimited quota's on the new tablespace you want the objects to go into and on their
    temporary tablespace (for the sorts the index creates will do)
    alter user SCOTT default tablespace NEW_TABLESPACE
    revoke unlimited tablespace from SCOTT
    alter user SCOTT quota unlimited on NEW_TABLESPACE
    alter user SCOTT quota unlimited on SCOTTS_TEMPORARY_TABLESPACE
    4) you will IMP the data back in for that user. IMP will rewrite the create statements
    to use the users default tablespace when it discovers that it cannot create the objects
    in their original tablespace. Please make sure to review the file imp.log after you do
    this for any and all errors after you import.
    imp userid=scott/tiger full=y ignore=y log=imp.log
    5) you can optionally restore 'unlimited tablespace' to this user (or not). If you do
    not, this user can only create objects in this new tablespace and temp (which in itself
    is not a bad thing)...
    Regards,
    Mohd Mehraj Hussain
    http://mehrajdba.wordpress.com

  • Is there a way to find out ALL the files an FCP project uses?

    Okay. Firstly, I'm an idiot. I don't know why, but at the START of the project, I didn't think I'd end up with so many little tiny bits and pieces... so I didn't really plan the organization of this thing. (My next project will be meticulously organized, I can assure you.)
    But, here I am, and here's my problem.
    I've got a pretty big project I've been working on for six months that's probably taking up 250 GB of space on my computer (spread over two 350 GB hard drives). It includes 125 GB of source footage, hundreds of little Motion projects (including various "drafts" of each one), PSD images, LiveType files, an assortment of Soundtrack Pro files, AIFFs, exported clips from all the various cuts of the project, etc etc etc. Stupidly, I always saved things in different folders, using a system and thought process that "seemed like a good idea at the time".
    Problem is, now that I'm (nearly) finished with the thing, I need to archive the "final cut", and all it's many source files (such as Motion projects, which may need to be edited later if this project gets sold into foreign markets, etc).
    Suddenly, I realize how important Organizational Skills really are.
    But is there a way (simple or not-so-simple) to find out EVERY SINGLE FILE that's referenced on a timeline? (I have lots of stuff imported into the project that I know isn't used on any timeline, but I'm afraid of moving or deleting things for fear of never finding it again.)
    I'd love to get some sort of "printout" (a list or something) of every single file.
    The idea is, I would then move ONLY those files to a newly-organized filing system, which could be easily archived/backed-up. It would also be great to keep the RENDER files, too, so that I won't have to re-render everything when I pull it out of cold storage.
    Am I dreaming an impossible dream?
    Any ideas?
    Thanks!
    OZ

    But is there a way (simple or not-so-simple) to find
    out EVERY SINGLE FILE that's referenced on a
    timeline? (I have lots of stuff imported into the
    project that I know isn't used on any timeline, but
    I'm afraid of moving or deleting things for fear of
    never finding it again.)
    I'd love to get some sort of "printout" (a list or
    something) of every single file.
    There is, go to browser and cntrl click on any one of the columns,
    and select - show/source. A new column named "source" will pop up and will show where everything "lives". Click on the header at the top and it will justify the column as well. You'll notice this won't show anything for your seq.'s. of course, but will show stills/audio/motion files...
    Once you have the new column, you can drag it next to the "name" column and get a grab of it and print it if you like, or whatever.
    If you want to do this for just 1 seq., then can create a new bin and double click it to open it. Cntrl-A (select all) in your main seq. and just drag all into the new bin. You will see only what's in that seq. with the "source" column right next to it.
    From what I've read, you seem to get the MM thing and it's obviously what you'll need to do to archive as the guys said. But what your missing is a file path system to where everything resides.
    Hope this helps and that I've read you properly,
    Peace
    P-Book 1.5, 17" 2gsRAM   Mac OS X (10.4.4)   FCStudio

  • Found iCal events in Time Machine.  Now Lion only allowing me to import one event at a time.

    Upgrade my macbook pro over the weekend to Snow Leopard and then Lion.   I lost all my the majority of my iCal events.   Went to Apple store and they said that was rare and not sure how to restore my last back up from Time Machine on an external drive.   I've been spending hours trying to go through a bunch of threads on different MAC formums.  
    So I finally found my iCal events in Time Machine.   When I try to import these events, I am only allowed to highlight/import one event at a time.   This will take me forever to import years of missing data.   I basically have been using my iCal to journal for my 3 small daughters - first tooth, hair cut, etc.   So I am desperate to get these events back so I can get them printed and SAFE.
    Does anyone have any suggestions on how to import my ics files?   The Apple Store Genius had me tryng to import the corestorage.ics files.   2 or 3 of those files showed they were trying to be imported for over 4 hours.   I finally Forced Quit iCal.   I've tried this several times and same result. 
    The corestorage files were under user/library/application support/ical/sources
    I now located the calendar events user/library/calendars/ then a bunch of coded files leading to the events.  These events appear to be the ones I am looking for as I can read some of the files.   I have several years I want to import back into my working iCal.  
    Please help if you know how!!!
    Thank you,
    Very Upset Mama of 3 little girls

    Thomas - You are awesome - THANK YOU!  
    I did exactly what you said (CAN"T believe an Apple Genius did not know this) and I think all of my events got restored.  
    However, it duplicated all of the calendars - I have 6 (one for each family member plus an extra called home that we all have to do).   Not sure if I did something wrong, but do you have any ideas?  
    Also, the time setting must be wrong b/c I have events from 2008 showing up in 2012 - same day and time as the old sessoin - just out dated.    Do I need to manually change all of this?   Should I delete the Calendars folder again and try again?  
    Also, I read some where about deleting a iCal cache file.   Do I need to do this?
    I TRULY appreciate you taking the time to help people in this forum.   I have spent hours the past two days trying to figure this out.   Plus, now I need to figure out about upgrading my Office for Mac b/c I didn't realize I lost Office 2004 when upgrading to Lion.   
    Thank you for your time and support!
    Lori

  • Override One Property in a .targets file

    Hello,
    I have a question about MSBuild (asked on
    Stack Overflow) that seems to have stumped the community. I was wondering if someone here might be able to give some advice. Thank you!
    The question is as follows:
    Background: I have several solutions with roughly 300 C++ projects across them, most of them shared across solutions. We are using Visual Studio 2013 and have a build script that compiles
    all of the projects in the correct order, ensuring dependencies are resolved ahead of time. Our development/engineering team builds all of the code through the build script and then attempts to test/debug using Visual Studio 2013.
    Issue: The "build then debug" process results in Visual Studio telling us that the Projects are out of date. This stems from the ProjectEvaluationFingerprint property (in Line 39 Microsoft.CppBuild.targets)
    including a $(SolutionDir) in
    the output file. The recommended
    fix from Microsoft suggests removing the $(SolutionDir) from
    the file. As our developers tends to transition back and forth between projects, I do not want to manually change this .targets file on every developer's machine (and remember to change it back when they leave the project). I would like to override the property
    in the .vcxproj by using a .targets file explicitly for this.
    The property in Microsoft.CppBuild.targets looks like:
    <!-- Global up-to-date check support -->
    <PropertyGroup>
    <ProjectEvaluationFingerprint>$(Configuration)|$(Platform)|$(SolutionDir)|$(ProjectEvaluationFingerprint)</ProjectEvaluationFingerprint>
    </PropertyGroup>
    Generally, I have been following
    Microsoft's How to: Use the Same Target in Multiple Project Files. I have created a .targets file (test.targets) that contains the following code (note the TEST text was to test evaluation of the property in both the build script and building the project
    in Visual Studio):
    <Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    <PropertyGroup>
    <ProjectEvaluationFingerprint>$(Configuration)|$(Platform)|TEST|$(ProjectEvaluationFingerprint)</ProjectEvaluationFingerprint>
    </PropertyGroup>
    </Project>
    I then import it using the following line in the .vcxproj
    <Import Project="..\..\Config\VSPropertySheets\test.targets" />
    The project.lastbuildstate file now reads:
    #TargetFrameworkVersion=v4.0:PlatformToolSet=v120_xp:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit
    Debug|Win32|D:\views\devbranch\Products\SLN\|Debug|Win32|TEST|
    It is appending the new ProjectEvaluationFingerprint to the existing one, so it is not
    overriding (I can understand this to a degree, but I'm no MSBuild expert).
    Question: How can I override this one property using a .targets file? Do I need to use a replaceregexp
    task or do I have an easier option?

    Hello K.Kennedy,
    The replaceregexp task is not the MSBuild task, I'm afraid you cannot use it in your MSbuild project.
    I know you may have use the solution listed on MSDN, but I'm not so sure of your steps, could you please make sure you've done everything mentioned on the following blog:
    http://blogs.msdn.com/b/jomo_fisher/archive/2004/09/16/230631.aspx
    Here the keypoint seems to be this "MSBuild chooses the last target seen", which may helpful on your issue.
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • "File Import Failure Unsupported format or damaged file" in CS6 but fine in CS5.5

    Hello All.
    Recording in Pal DV AVI from Sony Z5U with MRC1K compact flash recorder.
    Imported files to computer using the Sony utility, and also tried dragging and dropping.
    Some files import to Premiere Pro CS6.03, but others give "File Import Failure: Unsupported format or damaged file,".
    The files that do import show up as 4:3 and I have to modify /  interpret footage to get them to show as 16:9,
    However, these same files play back just fine in Windows Media Player.
    Intriguingly these files import just fine to Premiere Pro CS5.5, and also show up correctly as 16:9.
    I can't figure out why some files import into CS6 and others don't....
    Anyone else seen this kind of behavior?
    (Normally I record in HDV and I've never had problems importing from MRC1K into Premiere, but the client specifically requested DV files for their ease of editing...)
    Cheers
    Mark
    PS When I use the DV recoverer utility on these files they import just fine into CS6....

    Hi Jim,
    OK, here's the video that imports OK into CS6.03 but that Premiere CS6.03 sees as 4:3:
    And here's the one that won't import into CS6.03 but is happily opened by CS5.5 and correctly seen as 16:9:
    Can you spot the difference? Thanks for having a look at this.
    Cheers
    Mark

  • Importing email addresses from a text file

    I have a db on one of my websites that I maintain for my client. I can download that db as an Excel file. This db has many fields.
    Once I download that Excel file I open and sort it for just the email addresses I want. Then I copy and paste those email addresses in plain RTF text file. So, now I have a long list of email addresses. I then have to put a comma after each one and then saved that file.
    Here's my question"
    What I want to do next is import that RTF list into Mail (somehow) as a group so I can send out a couple of hundred emails at a time to my customers in the Bcc box. And if I understand it correctly, since all those addresses are in the Bcc box those who receive those emails will only see their email address in the To: box.
    So how can I do this? How can I take this RTF file bring it into Mail and get this done.
    First time on this forum.
    Thanks in advance.

    Hi Martin
    I have been seeking answers on this forum for a problem you will encounter (but may not have yet). Firstly, you will want to import your DB files into AdressBook, not Mail. IN AddressBook you sort your contacts into groups for email or whatever. The Mail Program then uses that data to fill in its fields.
    The problem I have been having is that AddressBook seems like it should import, indeed looks like it should do it very simply, but ..... simply doesn't do it when you click the "OK" button.... as you might expect. I have not found the answer here yet, but suspect that its an OS development snafu and must needs be done another way. Some replies seem to suggest a solution at Versiontracker. com
    Good luck

Maybe you are looking for

  • How Do I Get to the Organizer in PSE 8 on a Mac?

    Greetings: I have downloaded PSE 8 and am using it in trial mode for now on my Mac running Snow Leopard. I can't for the life of me find how to start the photo organizer to create an online album or tag photos on a map. Everything I have read indicat

  • Help! K7N420 compatible with MS-8894? Crashing!

    I just installed my new G4Ti4200-VTD8x onto my K7n420 Pro Mobo. I had  no video card installed...using the onboard video. I set the AGP aperture to 128 and booted my XP system. As soon as the destop appeared, it crashed back to reboot. I removed vid

  • 64-bit Windows 7 Pro's Windows XP Mode, Palm Desktop 4.1.4 sync with Palm Vx?

    I last talked about Palm Desktop compatibility with 64-bit Windows at http://forums.palm.com/palm/board/message?board.id=software&message.id=37767.  Fortunately, I haven't replaced my laptop yet, so I am in the enviable(?) position of planning the ac

  • Multiple GL expense accounts AP service invoice

    hello,     If keying a service invoice how can the expense be allocated across multiple GL expense accounts?  The only method I can see is typing in a description row each GL expense account.  Obviously I want a faster means whereby I can have one de

  • Solaris 2.6 // Network - Problem

    Situation: Sun Workstation running Solaris 2.6 System runs fine, but it won't connect to our network. IP adress should be 134.99.12.238 with the standard gateway: 134.99.12.1. There are 2 network devices, lo0 (loopback device) and hme0. ping 127.0.0.