Import from tablespace export

Dear Experts,
Oracle 10g, Windows 2003.
I have exported users tablespace by using following command : exp system/password file='D:\userstablespace.dmp' tablespace=users.
Now I want to export all objects in users tablespace to a user or object of a particular user to some other user ? is it possible ?
Thanks&Regards
Sunil Kumar

Hi,
Now I want to export all objects in users tablespace to a user or object of a particular user to some other user ? is it possible ?Not very clear with the question, but if you want user A's object in user B , export using owner=A and import using fromuser=A touser=B
exp file= log= owner=A feedback=10000 buffer=3000000
imp file= log= fromuser=A touser=B feedback=10000 buffer=3000000 commit=n
Anand

Similar Messages

  • Import from full export

    Dears
    i have dmp file exported by command: exp system/pass@dbname file=exp_full_ORCL.dmp full=y log=exp_full_ORCL.log.
    its exported from Oracle 10.2.0.3 running on Redhat Enterprise Linux ver 5 with multiple Schemas and users
    then i did install Oracle Linux Ver 5 OS and install Oracle 10.2.0.1
    then i want to import full database on it im using dbca to create instance then im using below command:
    imp system/pass@dbname file=exp_full_ORCL.dmp full=y log=exp_full_ORCL.log
    but always i found errors for tablespaces users , undo, temp, SYSAUX already exists i did try ignore=y and remove existing tablespace and alter users table to read only but problem never solved please help me

    913935 wrote:
    Dears Thank you very much for your support:
    below is log file
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    Export file created by EXPORT:V10.02.01 via conventional path
    import done in US7ASCII character set and AL16UTF16 NCHAR character set
    import server uses AR8ISO8859P6 character set (possible charset conversion)
    export client uses AR8ISO8859P6 character set (possible charset conversion)Pay heed to the above messages - what is NLS_LANG set to when performing the import ?
    . importing SYSTEM's objects into SYSTEM
    IMP-00015: following statement failed because the object already exists:
    "CREATE UNDO TABLESPACE "UNDOTBS1" BLOCKSIZE 8192 DATAFILE '/oracle/product"
    "/10.2.0/db_1/oradata/ICCSOL/undotbs01.dbf' SIZE 32767M EXTENT MANAGEM"
    "ENT LOCAL "
    IMP-00015: following statement failed because the object already exists:
    "CREATE TABLESPACE "SYSAUX" BLOCKSIZE 8192 DATAFILE '/oracle/product/10.2.0"
    "/db_1/oradata/ICCSOL/sysaux01.dbf' SIZE 419430400 AUTOEXTEND ON NEXT "
    "10485760 MAXSIZE 32767M EXTENT MANAGEMENT LOCAL AUTOALLOCATE ONLINE PERM"
    "ANENT SEGMENT SPACE MANAGEMENT AUTO"
    IMP-00015: following statement failed because the object already exists:
    "CREATE TEMPORARY TABLESPACE "TEMP" BLOCKSIZE 8192 TEMPFILE '/oracle/produc"
    "t/10.2.0/db_1/oradata/ICCSOL/temp01.dbf' SIZE 1350M AUTOEXTEND ON NEX"
    "T 655360 MAXSIZE 32767M EXTENT MANAGEMENT LOCAL UNIFORM SIZE 1048576"
    IMP-00015: following statement failed because the object already exists:
    "CREATE TABLESPACE "USERS" BLOCKSIZE 8192 DATAFILE '/oracle/product/10.2.0/"
    "db_1/oradata/ICCSOL/users01.dbf' SIZE 5242880 AUTOEXTEND ON NEXT 1310"
    "720 MAXSIZE 32767M EXTENT MANAGEMENT LOCAL AUTOALLOCATE ONLINE PERMANENT"
    " SEGMENT SPACE MANAGEMENT AUTO"You can ignore the above errors since the import is trying to create tablespaces that already exist.
    IMP-00017: following statement failed with ORACLE error 1119:
    "CREATE TABLESPACE "CWMLITE" BLOCKSIZE 8192 DATAFILE '/oracle/product/10.2."
    "0/db_1/oradata/ICCSOL/cwmlite.dbf' SIZE 104857600 AUTOEXTEND ON NEXT "
    "20971520 MAXSIZE 32767M EXTENT MANAGEMENT LOCAL AUTOALLOCATE ONLINE PERM"
    "ANENT SEGMENT SPACE MANAGEMENT AUTO"
    IMP-00003: ORACLE error 1119 encountered
    ORA-01119: error in creating database file '/oracle/product/10.2.0/db_1/oradata/ICCSOL/cwmlite.dbf'
    ORA-27040: file create error, unable to create file
    Linux-x86_64 Error: 2: No such file or directory
    IMP-00017: following statement failed with ORACLE error 1119:
    "CREATE TABLESPACE "DRSYS" BLOCKSIZE 8192 DATAFILE '/oracle/product/10.2.0/"
    "db_1/oradata/ICCSOL/drsys.dbf' SIZE 104857600 AUTOEXTEND ON NEXT 2097"
    "1520 MAXSIZE 32767M EXTENT MANAGEMENT LOCAL AUTOALLOCATE ONLINE PERMANEN"
    "T SEGMENT SPACE MANAGEMENT AUTO"
    IMP-00003: ORACLE error 1119 encountered
    ORA-01119: error in creating database file '/oracle/product/10.2.0/db_1/oradata/ICCSOL/drsys.dbf'
    ORA-27040: file create error, unable to create file
    Linux-x86_64 Error: 2: No such file or directoryimp is trying to create these tablespaces (CWMLITE and DRSYS) because they do not exist - but is unable to create them, most likely because the directory paths on the target are different than the source. Pre-create theses tablespaces manually as needed before performing the import.
    HTH
    Srini

  • Images imported from QT exported image sequence have jagged edges

    Hi
    I've come across something strange which I'd like to resolve.
    I export an image sequence from QuickTime.
    I then import this into Aperture.
    But the images imported into Aperture now have jagged edges where there has been any movement in the original footage.
    The images originally exported from QuickTime look absolutely fine when viewed with preview, they have the expected blurring on moving objects, but no jaggedness.
    Now, a bit more detail.
    The footage I'm exporting from was shot by me and came from a Final Cut Pro edit.
    The codec in the QT movie is Apple Intermediate Codec and this is interlaced.
    The jagged edges on movement look to me like the problem of interlaced not being converted to progressive.
    However the exported images from QuickTime don't display this when viewed in Preview, it is only when viewed in Aperture that the jagged edges become apparent.
    I have tried exporting from QuickTime to jpg, png and psd, but the problem is identical no matter which format I use.
    I really want to now use Aperture to improve these exported images, but with this jagged edge problem I can't.

    Hi JNorris--
    Sounds like you need to apply the deinterlace filter (Effects tab: video filters: video: deinterlace) to the stills your exporting.
    See if that makes a difference to start.
    T.

  • Importing from Windows - Exporting to Unix

    Hello Guys,
    I have this situation where the initial developement was done on a Windows box, but then the staging and production environments have been set up on unix servers.
    Q1: Is it possible to migrate the mappings created on Dev (windows) effectively to unix without needing re-work?
    Q2: What is the approach to go about this migration, if any?
    Q3: Do the OWB versions matter while import/export?
    Has anyone been through this problem before?
    Any help will be appreciated... Just give me your piece of mind on this...!!

    Hi ,
    You can do the following to export OWB metadata into mdl file .
    1. Login to OWB Client
    2. Goto Design
    3. Export
    4. Warehouse Builder Metadata
    You can specify the file location details .
    In order to Import OWB metadata from mdl file
    1. Login to OWB Client
    2. Goto Design
    3. Import
    4. Warehouse Builder Metadata
    It will ask for the mdl file location details
    Thanks,
    Sutirtha

  • SLTOOLS.SAR error when importing from JAVA export

    I have done a standard system copy JAVA Export from a NW 7.01 EHP1 going to a new target system that is identical to the source.  I then moved the export files to the target and am running the import. 
    I am now getting an error stating: "error opening X:\EPD_EXPORT\JAVA/TOOLS/SLTOOLS.SAR (error 6). The system cannot find the path specified". 
    This TOOLS folder and SLTOOLS.SAR file does not exist because it was not created when I did the export from the source system.  Any idea why this was not created during the export?  Also, how can I obtain SLTOOLS.SAR?  Thanks in advance.

    Hi,
    Did you check "DB specic tools" during the export ? if not, try that option and export it.
    SLtools should be under $SAPGlobalDir/sltools - (Please check whether your SOURCE system has it)
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/743fd6e5-0d01-0010-a2b5-e85339108ee9?QuickLink=events&overridelayout=true
    Regards,
    Arjun

  • Importing from wordpress export..

    I have a wordpress site that I exported.   I went to import it and the File/Import XML is not active.  Is this something I can even do?  The export is an xml document.
    Thanks!

    You might get better response if you posted this question on the Wordpress forums...
    Having said that:
    1) did you use the built-in Wordpress export under Tools in the WP backend?
    2) to import the xml file, you must first install the wordpress importer plugin. Did you install it?
    3) after installing the plugin, you must run the importer (WP should do this right after you installed the WP importer plugin), choose the file, and click on the button "Upload file and import".
    So, is this the answer you were looking for?

  • IMPORT a VIEW from an export dump file

    I'm trying to import a view from an export dump file. In using the Import Utility, do I use the TABLE parameter and give the View name ie: TABLES=view1
    null

    Only I want to do is import ONE view from an export dmp file that contains hundereds of table, many views and procedures. I do not want to reimport everything from the export file.

  • I am trying out Final Cut Pro X and trying desperately to import a project from iMovie 11 (version 9.0.9). There is no export to FCPX in iMovie 11 nor is there import from iMovie in FCPX.

    Can someone please help me?
    I am trying out Final Cut Pro X on a 30 day trial. So far so good.
    I am now trying desperately to import a project from iMovie 11 (version 9.0.9) into FCPX.
    I have read multiple posts on this subject and they all recommend File/import/ from iMovie project in FCPX
    However there is NO such option under File/import in FCPX - nor is there an option to export to FCPX in iMovie 11
    Can anyone please enlighten me.

    The current version of FCPX does not work with that version of iMovie. You need version 10.0.3, which allows you to send a project to FCP.

  • Can't import audio or export video from Premiere Pro

    because nobody can solve the problem if I call by phone are busy, if chatting not know resolve, if I send email no answer, this version of Premier is the worst of all, since they did Membership is pure waste time with your program ... I work my projects and then when I want to export do not leave me, if re start the pc asks me to put my membership, then we are not the files and when put to find them and not be imported or imported without audio ... because if they are good for cobar each month's installment, do not fix this problem because it makes me lose time and dinero..y the strangest part is that everyone with the pirate Premier not have this problem.
    Message was edited by: Kevin Monahan
    Reason: I realize you're frustrated, but try to create a title that is more descriptive of your problem next time. Thanks!

    import from SD Card ...insert the SD slot on the PC.....
    I put them on an external drive as protection and another file in the pc and except the two projects, when Premiere me not recognize the files try to bring them to the external disk, some occasions works, another only brings the video without audio and most of the occasions not recognize any file, so it's double work and perdidad time, and technicians Premiere in an occasion made a partition the hard disk of the PC for it to work, but only work well for a few days, as the machine will re start the same thing happens again ... now the premier technical atman only to tell me that specialized agents atenderan me, but it never happened, because I hang chat .... and tel is the same .. .but when charging if they are very punctual, I pay them for service suite.asi that they no longer do and made the comment pirates users because it's true ... they do not struggle with their cracks, I am Premier User pirate ever paying for more than 10 years ago, but since started membership, this has been an ongoing problem.

  • I asked how to export favorites from firefox to IE 8. i got how to import from IE8

    i want to know how to EXPORT favorites from firefox to IE 8.
    your instructions told me how to IMPORT from IE8 to firefox.
    now, please tell me how to EXPORT favorites FROM firefox

    In the Bookmarks Manager (Library) there is a toolbar with the Back and Forward button and three other buttons (Organize, Views, Import & Backup).
    * The first (gear) button is the Organize button with basic edit menu items for bookmarks
    * The second button is the Views button that allows to change the sort order for viewing purposes (doesn't sort permanently).
    * The third (star) button is the Import & Backup button that allows to backup and restore a JSON backup and import and export an HTML backup and import bookmarks from other browsers.
    Hover each button to see the tooltip or click each of them to see what they do.
    * https://support.mozilla.org/kb/how-do-i-use-bookmarks

  • Import selected business area from an exported EUL file

    Hi,
    Iam using Oracle Business Intelligence Discoverer 10g Release 2 (10.1.2.1) , Is there a way to import selected business Area from an Exported EUL file into the Discoverer.
    Thanks,
    Krishna

    Hi Krishna,
    We cannot import a specific business area from the exported file as the file is combo of all BA's in .eex format.
    Instead before exporting process,i.e when going through the export wizard you can select specific business area required and then import it.Hope this helps you.
    Regards,
    Kranthi.

  • How to export and import from AIX to solaris a whole schema with different

    how to export and import from AIX to solaris a whole schema with different character set
    import done in US7ASCII character set and AL16UTF16 NCHAR character set
    import server uses WE8ISO8859P1 character set (possible charset conversion)
    Import terminated successfully with warnings.

    The conversion between the character sets on the two servers are handled automatically. Export from one server will export the data given the character set defined on that server. Import into another server will import the data given the character set defined on that server, performing a conversion if necessary. This can be a problem when going from single-byte to a multi-byte character set. In your case, the warning is simply for your information, shoule be no real problem given the character sets you're using.
    For more info...check out (pertains to 9i):
    Export
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96652/ch01.htm#1006791
    Character Ste Migration
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96529/ch10.htm#1656
    HTH

  • Client copy (export/import) from ECC to BW

    It is technically feasible to import a client exported from a NW system installed as ECC 6.0 into a NW ABAP Stack (designed to be a BW system)?

    Hi,
    1. SAP_ALL profile would not copied using export/import method (SAP ECC --> BW ABAP) as most of the tables of ECC are not present in BW (mismatch of data dictionary structure).
    2. You can copy SAP_USER (user master record)
    3. If your ECC and BW systems are not in same transport landscape/shared transport directory (trans group), then copy/ftp the export files from ECC (data and cofile) to BW system (same path - usr/sap/trans) and add the transport requests manually to import buffer of target system/client.

  • Importing single row from an exported dump of many tables

    Hi all,
    I have a requirement to import a single row from a exported dump which has collection of tables in it.
    i have used export of a single row and import of single row(from single row export dump), now i need to import a single row from a dump containing collection of tables...
    kindly help me out with this.

    971424 wrote:
    Hi all,
    I have a requirement to import a single row from a exported dump which has collection of tables in it.
    i have used export of a single row and import of single row(from single row export dump), now i need to import a single row from a dump containing collection of tables...
    kindly help me out with this.post command line that produced the dump file.
    How do I ask a question on the forums?
    SQL and PL/SQL FAQ

  • Keyword exporting bug also impacts catalogs imported from PSE 6

    Hi,
    I haven't seen any mention of it, but the keyword exporting bug reported for catalogs imported from LR 1.x also impacts catalogs imported from Photoshop Elements 6. i.e. all Keywords imported from my PSE 6 catalog have "Include in export", "Export Containing Keywords", and "Export Synonyms" properties set to false.
    I've reported the bug, but as it seems the same as described in KB 405074 (and more importantly, its fix works for formerly PSE catalogs as well!), I'm sure it will be fixed in the next update.
    http://kb.adobe.com/selfservice/viewContent.do?externalId=kb405074&sliceId=2
    Thanks,
    Matt

    Hi Brian,
    When I installed the trial for LR2 I was asked whether I wanted to upgrade my existing PSE6 catalog.
    Screenshot of this can be found here: http://dawsons.id.au/temp/pse6-to-lr2-catalog.png
    That's it. I haven't imported any keywords via any other method.
    Thanks,
    Matt
    PS I'm impressed with the level of Lightroom team involvement in these forums. I've been a PSE user for at least 5 years and have never received feedback from that team re posts/support calls/feature request/bug reports. I've been a LR user for about two weeks and I've already had Tom and yourself reply to my posts. You've got to be happy with that!

Maybe you are looking for

  • Airport Extreme no longer recognizes external HDD

    My Airport Extreme has suddenly stopped recognizing the external HDD I have attached to it. This happened about 2 weeks ago, and has been driving me absolutely insane since (I use this HDD to store all my music, and as such have not been able to list

  • How do I format my HD on OS X 10.7 Lion?

    Hi everybody, I upgraded yesterday from Snow Leopard to Lion and found that some programs are running a bit slow under Lion. I want to format my HD and do a "clean install" of Lion. I went to Disk Utility and found the Erase button grey out, inserted

  • K8NGM-V, Onboard-LAN problems

    Hi, I'm having some serious problems with the onboard LAN card on my K8NGM-V board. I've been trying alot and I cant get it to work properly. I installed the latest drivers from nvidia (nForce 8.26) and the card is detected and installed as "nvidia n

  • Will a 3 hour long download of an upgrade be cancelled if the Mac goes to sleep mode during the download process?

    I have a Mac 10.10.1 27 in. monitor 2009 late Memory 4GB 1067 MHz DDR3 To download the above OS upgrade (10.1.1), because I noticed the long time needed to download, I clicked on system preferences, Energy saver, Computer sleep/never, Display sleep/1

  • BW Analytical Authorisations and Data Store Objects

    Hello All I am in the proces of trying to figure out how BW Analytical authorisations work as I have to build some authrisations for a new a new BW project. I understand the concept of BW Analytical authorisations. I have created an object linked to