Datapump transortable tablespace - where are my indexes?

Source version: 10.2.0.1 OS: AIX 5.2
Target version: 11.2.0.3 OS: AIX 7.1
I created new 11g database and want to "add" the data from old database:
1) All data/indexes contained in single tablespace.
2) Exported data as "Transportable Tablespace":
expdp / DIRECTORY=EXPORTS DUMPFILE=USERS_TS.DMP \
      TRANSPORT_TABLESPACES=users TRANSPORT_FULL_CHECK=Y    3) Copied the files and imported (attached) to new database:
impdp / DUMPFILE=EXPORTS:USERS_TS.DMP \
    TRANSPORT_DATAFILES='/u01/oracle/orcl/datafile/users1.dbf' \
    LOGFILE=DATA_PUMP_DIR:impdp_tts.log4) Import was successful, but...all indexes are missing!
Did I* miss something?
:?

Nope.
But I did find the issue, seems the imports skipped the indexes:
Import: Release 11.2.0.3.0 - Production on Fri Jan 11 16:52:31 2013
Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Master table "OPS$ORACLE"."SYS_IMPORT_TRANSPORTABLE_01" successfully loaded/unloaded
Starting "OPS$ORACLE"."SYS_IMPORT_TRANSPORTABLE_01":  /******** DUMPFILE=USERS_data.dmp DIRECTORY=exports TRANSPORT_DATAFILES=/u01/oracle/vertex/datafile/users101.dbf LOGFILE=DATA_PUMP_DIR:impdpUSERS.log
Processing object type TRANSPORTABLE_EXPORT/PLUGTS_BLK
Processing object type TRANSPORTABLE_EXPORT/TABLE
ORA-39151: Table "SCOTT"."DEPT" exists. All dependent metadata and data will be skipped due to table_exists_action of skip
ORA-39151: Table "SCOTT"."EMP" exists. All dependent metadata and data will be skipped due to table_exists_action of skip
ORA-39151: Table "SCOTT"."BONUS" exists. All dependent metadata and data will be skipped due to table_exists_action of skip
ORA-39151: Table "SCOTT"."SALGRADE" exists. All dependent metadata and data will be skipped due to table_exists_action of skip
Processing object type TRANSPORTABLE_EXPORT/INDEX
Processing object type TRANSPORTABLE_EXPORT/CONSTRAINT/CONSTRAINT
Processing object type TRANSPORTABLE_EXPORT/INDEX_STATISTICS
Processing object type TRANSPORTABLE_EXPORT/CONSTRAINT/REF_CONSTRAINT
Processing object type TRANSPORTABLE_EXPORT/TABLE_STATISTICS
Processing object type TRANSPORTABLE_EXPORT/POST_INSTANCE/PLUGTS_BLK
Job "OPS$ORACLE"."SYS_IMPORT_TRANSPORTABLE_01" completed with 4 error(s) at 16:52:33Bummer...
The purpose of this exercise is that we need to migrate the "real" database to target server and at the same time upgrade from 10g to 11g.
We already tried installing 10.2.0.1 on the target server, but it did not work, only 10.2.0.3 worked but after cloning the database it requires a startup upgrade not allowed after the create controlfile and db cannot be open resetlogs.
Trying to avoid an expdp/impdp of full database we are trying: a) create empty 11g database + b) transport the tablespaces.
Any ideas/suggestions greatly appreciated.
;)

Similar Messages

  • Where are TREX index stored? TREX server File system? or KM repository?

    hi, friends:
    can  someone tell me where are TREX index stored ?
    in TREX server file system?
    or in portal KM repository? file system or DB?
    thank you
    Carol

    Carol,
    TREX is a separate product. During installation and configuration of TREX you connect it to the portal. The search iViews of the portal will use the configured TREX server to do the actual search:
    SAP Help: http://help.sap.com/saphelp_nw70/helpdata/EN/a4/929d4206b70931e10000000a1550b0/content.htm
    The index is stored on the TREX server: TREX/IndexServer/basepath/index=%(SAP_RETRIEVAL_PATH)/index
    SAP Help: http://help.sap.com/saphelp_nw70/helpdata/EN/4c/d91e40777cdd5fe10000000a155106/content.htm
    br,
    Tobias

  • Where are  tablespace, table structure, package physically stored?

    Running Oracle 11g on Linux.
    My disk settings are:
    /dev/sda1 (boot)
    /dev/sda2 (/)
    /dev/sda3 (/u01) for Oracle software. Base: /u01/app/oracle
    /dev/sda4 (swap)
    /dev/sdb1 ASM disk for DATA
    /dev/sdc1 ASM disk for DATA
    /dev/sdd1 ASM disk for FRA
    1. Where are the tablespace, table structure (such as table name, column name, column type, primarykey key, and index), package, procedure, trigger, and function PHYSICALLY stored? I want to know the common directory path and disk location?
    2. When the Fast Recovery Area (FRA) does the backup job, will the tablespace, table structure (column, type, key, index), package, procedure, trigger, and function also be backed up to the Fast Recovery Area (FRA), in addition to the data files, control files, redo logs and archived logs?
    Thanks

    You need understand the difference and concept about Physical Storage Structures and Logical Storage Structures.
    http://docs.oracle.com/cd/E11882_01/server.112/e16508/physical.htm
    http://docs.oracle.com/cd/E11882_01/server.112/e16508/logical.htm
    /dev/sdb1 ASM disk for DATA
    /dev/sdc1 ASM disk for DATA
    /dev/sdd1 ASM disk for FRA
    1. Where are the tablespace, table structure (such as table name, column name, column type, primarykey key, and index), package, procedure, trigger, and function PHYSICALLY stored? I want to know the common directory path and disk location?Probably your database is stored on ASM Filesystem, wich are using the /dev/sdb1 and /dev/sdc1. So if your database files is on ASM "DATA" diskgroup then all objects is there.
    Query V$DATAFILE, V$CONTROLFILE, V$LOGFILE, V$TEMPFILE
    2. When the Fast Recovery Area (FRA) does the backup job, will the tablespace, table structure (column, type, key, index), package, procedure, trigger, and function also be backed up to the Fast Recovery Area (FRA), in addition to the data files, control files, redo logs and archived logs?FRA is used to hold backups of database then your objects are backed up there too.
    Use RMAN to check it:
    LIST BACKUP;
    LIST ARCHIVELOG ALL;
    Edited by: Levi Pereira on Oct 8, 2012 12:05 PM
    Edited by: Levi Pereira on Oct 8, 2012 12:09 PM

  • Where to create index for a big partitioned table?

    Hello all.
    I can't make a decision.
    We are going to create an index for a big partitioned table (600 GB).
    Where to create it ?
    1. In the same tablespace where the table resides
    2. In a new tablespace created for this index on the same filesystem.
    Please write your suggestions. Pros and cons.
    Thank you in advance.
    Message was edited by:
    v838

    For manageability, you can create the index partition into different tablespaces.
    There won't be any performance gain segregating tables and its indexes into different tablespaces.
    Jaffar

  • My Podcast Episodes are NOT Indexing in iTunes.

    Hello all!
    Thank you in advance for the help of this great community.
    Ok, here we go:
    Podcast Episodes NOT indexing on my iTunes URL page.
    1.) RSS is live and works (episodes can be downloaded by podcast subscribers)
    http://zenvirtualassistants.libsyn.com/rss
    2.) URL is live and works:
    https://itunes.apple.com/us/podcast/zen-virtual-assistants-podcast/id912879481
    3.) Hosting at Libsyn is working fine too.
    4.) Subscribers can download fine.
    5.) Podcast approved by iTunes and URL page is live
    https://itunes.apple.com/us/podcast/zen-virtual-assistants-podcast/id912879481
    6.) PROBLEM:
    Episodes (5 in total) CAN NOT BE SEEN/ARE NOT INDEXING on iTunes URL page.
    What do I do to solve this please?
    Thank you so much for your help and solutions!
    Sincerely,
    Joel

    You've fallen over a long-standing and intermittent bug in the Store where it claims to be showing the correct number of items (you will notice that it says 'Total: 5 items') but in fact either isn't showing any or isn't showing all of them, although all the episodes appear when subscribing. There isn't really anything you can do about this yourself as the problem lies with the Store, not your feed. It usually sorts itself out in a few days, but it's worth emaling Support at podcasts 'at' apple.com and asking them to re-index your podcast as this may speed things up.

  • Import dumpfile with seperate tablespaces for table and index

    Hi,
    We have a schema for which the its tables are stored in seperate tablespace and indexes are stored in different tablespace. Now we have take full schema export. Now we want to import it on another schema. Now I want to know if the we have difference in the tablespace name we use REMAP_TABLESPACE clause of the impdp command but what about the seperate tablespace for table and indexes. How would Oracle handle this.
    Regards,
    Abbasi

    Hi,
    I hope you created the same tablespace structure on the target side if not so remap_tablespace option you have to use for specifying different tablespaces.Oracle will take care of putting data and index.Any how if a index is moved from one tablespace to other you have to rebuild them,once you rebuild them than only stattistics are gathered otherwise you
    might face some performance issue.
    Better option is to keep same tablespace structures in source and target environment.
    Best regards,
    Rafi.
    http://rafioracledba.blogspot.com
    Edited by: Rafi (Oracle DBA) on May 9, 2011 7:07 AM

  • Where are the Physical Files of Portal App (Forms,Reports,etc)

    Hi..
    We are developing our portal using Oracle Portal..
    We use the Portal form,report,link,url,dynamic page etc in our development.
    The case is,
    Our QA want to restrict the access to the file (version control).
    So, they want to do a backup/copy of the development files (form,report,dynamic page etc..) and if there are changes to the portal, they want to use the backup as the development files.
    The problem is,
    we not sure where the files are..
    We don't know where the forms,report,dynamic page are restored and what are they (.jsp?.cvf?.java?.fmb?.rdf?)
    Can anybody help?
    p/s Fyi,we also use jsp..so, we can see the physical files..e.g. index.jsp,login.jsp....but for the portal form,report,link????Where are their physical files?
    Thanks.

    Hi,
    Portal Application components do not have any physical files. It is available as a package in the database. You can see it in the manage component screen. Clicking on the package body link will show you the whole package. You can copy this into a .SQL file and compile it later whenever you want, in the schema where the application is built.
    Hope that helps.
    Thanks,
    Sharmila

  • Where are my other calendars? #outlookproblems

    I have set up syncing calendars to my iPhone before and it's worked great. I haven't had a problem with it.
    I use outlook for my work so I sync via outlook to my iPhone.
    It worked so well in fact that I decided to move over my personal calendars from Outlook into my iPhone not just my work one.
    However, when I go into Info, it only shows my one calendar.
    It says that I can sync "selected calendars" but only "Calendar" is an option.
    My question then is "Where are my other calendars?"
    I've gone into outlook and enabled the "iTune's add-in" but that didn't help.
    I've tried using the iCloud desktop app but there's not option for me to select calendars.
    My iCloud calendars show up in my Outlook--- but not the reverse....
    What do I do??

    Found the solution via the discussion boards. If anyone else has this questions, here's the answer
    http://www.wayne.sebbens.com/index.php?option=com_content&view=article&id=54:iph one-outlook-calendars&catid=37:how-to&Itemid=64#yvComment54

  • Nepomuk/Strigi: id3v2 tags are not indexed

    I'm using nepomuk to index my music collection, but I noticed that the id3v2 tags are not indexed: dolphin does not show the information from the tags neither do bangarang. However, id3v1 tags are present. I don't know where to look at in order to find out what's wrong. Here are the relevant id3 tag support libraries, which I have installed:
    $ pacman -Ss id3 | grep installed
    extra/id3lib 3.8.3-11 [installed]
    extra/id3v2 0.1.12-1 [installed]
    extra/libid3tag 0.15.1b-6 [installed]
    community/kid3 1.6-1 [installed]
    Any help is appreciated! Thanks.
    Dimitar
    Last edited by dimitar (2011-06-21 17:57:15)

    Ok, I tried with an empty $HOME and the problem is not present... obviously, my home directory is getting older and needs some clean-up But then, I removed my music folder from nepomuk several times and I expected that it will be reindexed... How can I force strigi/nepomuk to reread the meta data from the files??
    Last edited by dimitar (2011-06-21 19:28:32)

  • Where are the service centres of mac pro laptops in delhi/ncr?

    Where are service centres in delhi/ncr for mcbook pro?

    Use the search facility here http://support.apple.com.au/wts/in/index.html
    Stefan

  • Where are all the older posts?

    Sorry to put a non-interesting post up here, but where are
    all the old posts. I am looking for the post in regards to saving
    computation time with passing byte arrays back and forth between AS
    and C. This was in a previous post, but I notice that posts have a
    short shelf life here. Am I missing something???

    Yes, this is particularly frustrating. Google still indexes
    old posts so doing a search there may turn up a few results.
    As for passing byte arrays, I think this is probably the
    thread you're looking for:
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=72&catid=755&threadid =1407542&enterthread=y
    And an associated blog post:
    http://blog.tweenpix.net/2008/12/04/full-double-buffering-alchemist/

  • Where are we supposed to go for "myslq on netware" support?

    where are we supposed to go for "myslq on netware" support? Since the novell.devsup.mysql forum has been closed there doesn't seem to be a place were we can look for mysql/netware specific help anymore.
    Where do we go?

    What about for Perl/UCS?
    > Try here:
    >
    > http://www.gknw.de/phpbb/index.php
    >
    >
    > --
    > Best Regards
    >
    > Tommy Mikkelsen
    >
    > IT Quality A/S
    > Denmark
    >
    > Novell Developer Forums SYSOP
    >
    > Please Report back any success or failure, That way we all learn
    >
    > Sorry, but no support through email
    >
    > "I hate bugs".......Tommy Lee Jones, MIB
    >
    > Be a GroupWiseR, go http://www.groupwiser.net

  • Where are the thunderbolt HDD enclosures and other peripherals ?

    Where are the thunderbolt HDD enclosures or any other peripherals ?
    I bought a WD Caviar Black 2tb WD2002FAEX and was hopin' to have it in an enclosure by now....
    At this point I would settle for a Sata III firewire800 enclosure.

    There's quite a bit out there actually.
    On Apple's site:
    Promise Pegasus R4 4TB (4x1TB) RAID System
    http://store.apple.com/us/product/H5184VC/A/Thunderbolt?fnode=MTY1NDA0Nw&mco=MjM wMzE1NTU
    or
    http://bit.ly/qcfAsy
    Don't forget the actual Thunderbolt cables:
    http://store.apple.com/us/product/MC913ZM/A?mco=MTY3ODQ5OTY
    Sonnet have a whole bunch of stuff here:
    http://www.sonnettech.com/product/thunderbolt/index.html
    (announced but not yet released it seems)

  • Where are the diagnostic reports, or why aren't there any?

    Hello
    I understand that under mavericks, diagnostic reports are supposed to be found either in
    /Library/Logs/DiagnosticReports/ (System Diagnostic Reports),
    or in 
    ~/Library/Logs/DiagnosticReports (User Diagnostic Reports).
    Unfortunately, even after a number of crashes, they aren't. While in my case, the system DiagnosticReports folder exists, but contains nothing but powerstats, in the user library, not even the folder is there.
    So, either they are elsewhere, or they aren't being generated. In the first case, my question would be: Where are the diagnostic reports? In the latter, it would be: Why aren't there any (despite the system crashes)?
    (A similar question is to be found here: https://discussions.apple.com/message/24773940#24773940 , but ended with an open question. I'm starting a new thread, because this old one is marked as answered.)
    Thanks a lot.

    These are logs to help if a program crashes, or has other issues.
    If there are no issues, no logs are produced.
    See: http://support.apple.com/kb/ht4063
    Diagnostic and usage reports may include the following information:
    Details about application or system not responding, application unexpectedly quitting, or kernel panics
    Information about events on your computer (for example, whether a certain function, such as waking your computer, was successful or not)
    Usage information (for example, data about how you use Apple and third-party software, hardware, and services)
    Here's an example of one of my DiagnosticLogs:
    Process:         Preview [799]
    Path:            /Applications/Preview.app/Contents/MacOS/Preview
    Identifier:      com.apple.Preview
    Version:         7.0 (826)
    Build Info:      Preview-826000000000000~2
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [159]
    Responsible:     Preview [799]
    User ID:         501
    Date/Time:       2014-02-13 20:34:49.464 -0500
    OS Version:      Mac OS X 10.9.1 (13B42)
    Report Version:  11
    Anonymous UUID:  1B59A7FC-F3E6-021D-3D42-C1AE03E74EA3
    Sleep/Wake UUID: 465C3455-1DE9-4244-9DFC-41A34BC596F5
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArrayM objectAtIndex:]: index 0 beyond bounds for empty array'
    terminating with uncaught exception of type NSException
    abort() called

  • Where are camera profiles stored?

    Using Windows 7 Ultimate 64 bit with PS CS5 Extended and LR 3.
    I have searched my hard drives(which are all indexed) for hours and cannot find where the lens profiles are stored.  Googling for an answers turns up various folder suggestions but none are on my machine.  I cannot locate any .lcp files, any .dcp files, .dcpr files.  There is no folder named Lens Profiles nor LensCorrections nor any permuations of those names.  No listing in any of the Adobe directories with lens or camera names in them.
    I also downloaded and installed the Lens Creator software in the hopes that it would point to where the profiles are stored, but it does not.   I'm totally stumped.
    Where would I put an .lcp file so PS or LR could find them?  Both programs show profiles for my camera and some of my lenses, so there must be profiles stored somewhere on my system?
    Thanks!

    You're a livesaver Yammer P, thank you very much!!!

Maybe you are looking for

  • Mac mini HDMI 1080p SUCCESS with Panasonic 50" TH-50PZ81B

    I recently purchased a Panasonic TH-50PZ81B. This is a UK model with a built-in satellite ("Freesat") receiver, and displays full 1080p and uses a 1920 x 1080 native panel. I used to connect my Mac mini HTPC to a Sony 42" plasma by VGA, and the Panas

  • Can I create a PDF form with a field for adding/changing Photos?

    Does anyone have a solution to the following problem? I would like to be able to make a PDF form that others in the office can use to fill in a particular inventory and model number.  (Fields, Easy) Then have a field where they can replace the PHOTO

  • ITunes won't sync my photo events properly

    I have recently organized all my photos in iphoto by event and when I connect my iphone 4 or ipad 2 to itunes the albums are scattered and separated. As an example, in iphoto I have one album for my wallpapers but when I go into itunes to select that

  • MM related doc

    Dear All, anybody can send the configuration setting & basic setting document (MM) to below mail ID, Thanks Govardhan

  • Can we install Oracle E-Business Suite 11.5.10.2 On Linux 5

    Gurus Can we install Oracle E-Business Suite 11.5.10.2 On Linux 5 Regards Nitin