From a complete database dump, I need to import 8 schemas

I have a complete database dump made with datapump on oracle 10g on Linux.
I need to import only 8 schemas.
In my parfile I have to use the INCLUDE option?
How can I tell oracle to import only these 4 schemas?

Hi,
What is the version you are using.. ??
In my parfile I have to use the INCLUDE option?
As per yu requirment it might not fit, I suppose
The INCLUDE and EXCLUDE parameters can be used to limit the export/import to specific objects.
Second thing is that when you use INCLUDE parameter only those objects specified by it will be included and EXCLUDE will make sure that all objects except those specified by it will be included in the export.
How can I tell oracle to import only these 4 schemas?
Better I suggest that import the full dB in to some test DB, then do an schema level export with respective your requirement.
As, sybrand had pointed the correct point of SCHEMAS, which I missed out..
- Pavan Kumar N
Edited by: Pavan Kumar on Nov 13, 2008 4:26 PM

Similar Messages

  • I  have a 8i database dump, I have to import the same into 9i DB

    I have a 8i database dump, I have to import the same into 9i DB. What are all the possible ways?
    please help on this

    You can run the following command:
    imp username/password file=export.dmp full=yes
    This will do the import of the full dump file.
    Let me know if you need any further help.

  • Import specific schema from exported full database dump...

    In my application if I take backup expdp using full=y and during impdp if I want some specific schemas only then it will fine? or It recommended to specify full=y also in impdp.
    suggest me..

    In my application if I take backup expdp using full=y and during impdp if I want some specific schemas only then it will fine? or It recommended to specify full=y also in impdp.
    Hi,
    Yes it is fine.
    you have three option.
    1. full
    2. schema level
    3. table level
    it is up to you how you want to import your database.
    please refer: http://tahiti.oracle.com === import/export chapter
    Regards,
    Taj

  • SQL to search a field in the complete database

    Hi,
    I would like to know whether is it possible to search for a particular field name from the complete database?
    Say, for example, I would like to search for the field value 'oxford' present anywhere in the database and in any of the tables and in any columns.
    If possible, could any one help me with the sql to perform this please?
    Thanks
    Shivram Rajamanickam

    Ok...
    searching for a values in all tables in a schema
    ...

  • Dropping sample schemas like scott,hr,bi  from Oracle 11g Database.

    Hi Friends,
    Do any one have the query to drop all the sample schemas from Oracle 11g Database.Any steps need to be
    performed to drop all the schemas.
    Best regards,

    Hi;
    Please see:
    drop all objects owned by schema
    drop all objects owned by schema
    Regard
    Helios

  • Copying database objects and data from one server database to another server database in AG group

    Hi,
    I am still trying to wrap my head around sql clusters and AGs and I have a project that requires I take a vendor's database and restore it weekly so its available on the production server which is clustered.
    The vendor's database on the cluster is in an AG group and encrypted.
    Right now, I plan to restore the database on a sql staging server and use the SSIS Transfer SQL Server Objects Task to copy the table structure and data from Stage to the Production database of same name and I would first drop the objects in production
    database using the same task.
    I am concerned that this might cause issues with the passive cluster due to "logging" from active to passive. The database is about 260 MBs and I am not sure how many tables.
    Has anyone run into this type of scenario before or have a better solution?
    Thanks
    Sue

    IF I understand anything about clustered sql and logging, the sql server should take the log file and recreate the same scenario on the passive side of the cluster.
    Is that correct?
    Hi Sue,
    Yes, for AlwaysOn Availability Group, the transaction log is basically replayed from the primary to all of the secondary's.
    Besides, from my point of view, as we cannot directly restore a database that is part of an Availability Group, it is a good way using SSIS task to drop and recreate all tables then transfer data from the restored database to the primary replica. Schema changes
    and data changes will also happen on the secondary  replica.
    There are some similar links for your reference.
    http://dba.stackexchange.com/questions/21404/do-schema-changes-break-sql-server-2012-alwayson-or-are-they-handled-transpare
    http://blogs.msdn.com/b/sqlgardner/archive/2012/08/28/sql-2012-alwayson-and-backups-part-3-restore.aspx
    Thanks,
    Lydia Zhang
    If you have any feedback on our support, please click
    here.
    Lydia Zhang
    TechNet Community Support

  • Full export dump to import schema

    Hi,
    I have an exp dump(datapump) of database, the command use for this:
    +/******* directory=expdump DUMPFILE=HYRT.dmp logfile=HYRT_exp.log FULL=y+*
    Now, I have imported the dump with the below command:
    T24OWNER/******** directory=dor dumpfile=HYRT.dmp logfile=DGFRdmp.impdp.log REMAP_SCHEMA=USER:OWNER REMAP_TABLESPACE=DATAL:BDATA,INDEL:INDEX*
    I have got several errors.
    Is this errors occured because of the import command where I used imported a schema alone?
    If I use full =y parfile in the import command, will these errors can be avoided.
    Thanks in advance,
    nonuday
    Edited by: Nonuday on Apr 29, 2012 10:56 PM
    Edited by: Nonuday on Apr 29, 2012 10:57 PM

    Hi Vishwanath,
    The import got completed.
    I have got sum of 16164 errors and I have posted each of its kind below.
    1
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    9
    bf d6
    0cfc6e4Sm6mfaMYwsbW2JygBepcwg/BKmJ4VZy/pO06UXsVUMejsissTcGWYR4qeK4TPqfDK
    q7UPH+SmKP6nW9zmxMZnuK1VDzM0Iv9O4E4SvvsnHWn+EPF9hR+oBFe3fEro6RQ5R5Ejd1nr
    e+fAK010dExf76gg/c6ZB3YxGPHDOqkGI4lV6HNsd57gKLwTd0bxan5UwJriIpt7Vjc=
    Processing object type DATABASE_EXPORT/SCHEMA/FUNCTION/FUNCTION
    ORA-31685: Object type FUNCTION:"SYSTEM"."WM$_CHECK_INSTALL" failed due to insufficient privileges. Failing sql is:
    CREATE FUNCTION "SYSTEM"."WM$_CHECK_INSTALL" return boolean is begin return false ; end;
    Processing object type DATABASE_EXPORT/SCHEMA/PROCEDURE/PROCEDURE
    ORA-31685: Object type PROCEDURE:"OUTLN"."ORA$GRANT_SYS_SELECT" failed due to insufficient privileges. Failing sql is:
    CREATE PROCEDURE "OUTLN"."ORA$GRANT_SYS_SELECT" as
    begin
    EXECUTE IMMEDIATE 'GRANT SELECT ON OUTLN.OL$ TO SELECT_CATALOG_ROLE';
    EXECUTE IMMEDIATE 'GRANT SELECT ON OUTLN.OL$HINTS TO SELECT_CATALOG_ROLE';
    EXECUTE IMMEDIATE 'GRANT SELECT ON OUTLN.OL$NODES TO SELECT_CATALOG_ROLE';
    end;
    ORA-31685: Object type PROCEDURE:"SYSTEM"."ORA$_SYS_REP_AUTH" failed due to insufficient privileges. Failing sql is:
    CREATE PROCEDURE "SYSTEM"."ORA$_SYS_REP_AUTH" as
    begin
    EXECUTE IMMEDIATE 'GRANT SELECT ON SYSTEM.repcat$_repschema TO SYS ' ||
    'WITH GRANT OPTION';
    EXECUTE IMMEDIATE 'GRANT SELECT ON SYSTEM.repcat$_repprop TO SYS ' ||
    'WITH GRANT OPTION';
    EXECUTE IMMEDIATE 'GRANT SELECT ON SYSTEM.def$_aqcall TO SYS ' ||
    'WITH GRANT OPTION';
    EXECUTE
    Processing object type DATABASE_EXPORT/SCHEMA/FUNCTION/ALTER_FUNCTION
    ORA-31685: Object type ALTER_FUNCTION:"SYSTEM"."WM$_CHECK_INSTALL" failed due to insufficient privileges. Failing sql is:
    ALTER FUNCTION "SYSTEM"."WM$_CHECK_INSTALL" COMPILE PLSQL_OPTIMIZE_LEVEL= 2 PLSQL_CODE_TYPE= INTERPRETED PLSQL_DEBUG= FALSE REUSE SETTINGS TIMESTAMP '2010-11-01 16:05:09'
    Processing object type DATABASE_EXPORT/SCHEMA/PROCEDURE/ALTER_PROCEDURE
    ORA-31685: Object type ALTER_PROCEDURE:"OUTLN"."ORA$GRANT_SYS_SELECT" failed due to insufficient privileges. Failing sql is:
    ALTER PROCEDURE "OUTLN"."ORA$GRANT_SYS_SELECT" COMPILE PLSQL_OPTIMIZE_LEVEL= 2 PLSQL_CODE_TYPE= INTERPRETED PLSQL_DEBUG= FALSE REUSE SETTINGS TIMESTAMP '2010-11-01 16:05:09'
    ORA-31685: Object type ALTER_PROCEDURE:"SYSTEM"."ORA$_SYS_REP_AUTH" failed due to insufficient privileges. Failing sql is:
    ALTER PROCEDURE "SYSTEM"."ORA$_SYS_REP_AUTH" COMPILE PLSQL_OPTIMIZE_LEVEL= 2 PLSQL_CODE_TYPE= INTERPRETED PLSQL_DEBUG= FALSE REUSE SETTINGS TIMESTAMP '2010-11-01 16:05:09'
    Processing object type DATABASE_EXPORT/SCHEMA/VIEW/VIEW
    ORA-31685: Object type VIEW:"SYSTEM"."MVIEW_WORKLOAD" failed due to insufficient privileges. Failing sql is:
    CREATE FORCE VIEW "SYSTEM"."MVIEW_WORKLOAD" ("WORKLOADID", "IMPORT_TIME", "QUERYID", "APPLICATION", "CARDINALITY", "RESULTSIZE", "LASTUSE", "FREQUENCY", "OWNER", "PRIORITY", "QUERY", "RESPONSETIME") AS select
    a.collectionid# as workloadid,
    a.collecttime as import_time,
    a.queryid# as queryid,
    a.application,
    a.cardinality,
    a.resultsize,
    a.qdate as lastuse,
    a.frequency,
    a.uname as o
    Processing object type DATABASE_EXPORT/SCHEMA/VIEW/GRANT/OWNER_GRANT/OBJECT_GRANT
    ORA-39112: Dependent object type OBJECT_GRANT:"SYSTEM" skipped, base object type VIEW:"SYSTEM"."MVIEW_WORKLOAD" creation failed
    Processing object type DATABASE_EXPORT/SCHEMA/POST_SCHEMA/PROCACT_SCHEMA
    Processing object type DATABASE_EXPORT/SCHEMA/PASSWORD_HISTORY
    ORA-39083: Object type PASSWORD_HISTORY failed to create with error:
    ORA-06550: line 1, column 33:
    PLS-00201: identifier 'SYS.DBMS_PSWMG_IMPORT' must be declared
    ORA-06550: line 1, column 10:
    PL/SQL: Item ignored
    These are the errors in the log..
    I have done import from many client export dump before but they are schema level export only.
    This one is full database export where I have imported only the schema from the full exp dump. Is this the reason why am getting so many errors or anything else can you throw some light.
    Thanks in advance.
    nonuday
    Edited by: Nonuday on Apr 29, 2012 11:03 PM

  • I need to pass data from an Access database to Teststand by using the built in Data step types(open data

    base /open SQL Statement etc) the first time i defined the system everything was fine but when i changed the Database (using M.S.Access) the " open SQL Statement" it would show the tables but not thier columns ,I"m using win98 sec edition / Teststand 1.0.1i need to pass data from an Access database to Teststand by using the built in Data step types(open database /open SQL Statement etc) the first time i defined the system everything was fine but when i changed the Database (using M.S.Access) the " open SQL Statement" it would show the tables but not thier columns ,I"m using win98 sec edition / Teststand 1.0.1
    When I tried the same thing on another cmputer the same thing
    happend
    appreiciate u"r help

    base /open SQL Statement etc) the first time i defined the system everything was fine but when i changed the Database (using M.S.Access) the " open SQL Statement" it would show the tables but not thier columns ,I"m using win98 sec edition / Teststand 1.0.1Hello Kitty -
    Certainly it is unusual that you can still see the tables available in your MS Access database but cannot see the columns? I am assuming you are configuring an Open Statement step and are trying to use the ring-control to select columns from your table?
    Can you tell me more about the changes you made to your file when you 'changed' it with MS Access? What version of Access are you using? What happens if you try and manually type in an 'Open Statement Dialog's SQL string such as...
    "SELECT UUT_RESULT.TEST_SOCKET_INDEX, UUT_RESULT.UUT_STATUS, UUT_RESULT.START_DATE_TIME FROM UUT_RESULT"
    Is it able to find the columns even if it can't display them? I am worried that maybe you are using a version of MS Access that is too new for the version of TestSt
    and you are running. Has anything else changed aside from the file you are editing?
    Regards,
    -Elaine R.
    National Instruments
    http://www.ni.com/ask

  • Need to return the fieldnames from an acess database

    I need to return the fieldnames (column headings) from an acess database.

    What drivers are you using to access the database. In ADO it's very easy - in fact it's almost a side effect of getting our data. If you're using the Database Connectivity Toolkit, I don't know. Check out this thread for alternate code. The example "Basic Query.vi" in the zip file I uploaded shows the basic process that you go through to read data using ADO. You'll notice that the column names are very easy to get to.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • PLEASE HELP i get error:The operation couldn't be completed. (com.apple.installer.pagecontroller error -1.) when trying to open a .pkg file downloaded from microsoft store. they said it needs to be dmg but how?

    i get error:The operation couldn’t be completed. (com.apple.installer.pagecontroller error -1.) when trying to open a .pkg file downloaded from microsoft store. they said it needs to be .dmg file but how?

    Student_245,
    are you certain that you’ve completely downloaded the .pkg file — that the download didn’t end prematurely?

  • When I try to start outlook for mac, i get the message that there is an old version of the Microsoft Database Daemon that needs to be deleted from the start up files. Where do I find the start up files???

    when I try to start outlook for mac, i get the message that there is an old version of the Microsoft Database Daemon that needs to be deleted from the start up files. Where do I find the start up files???

    In the Users & Groups pane of System Preferences.
    (66105)

  • HT3951 helo   when i want to dollar from the online manager football and need for speed the game , i try to buy but i cannot because they told ( your purchase could not be completed contact itunes store support to complete this transaction.)  pleasr help

    helo
    when i want to dollar from the online manager football and need for speed the game , i try to buy but i cannot because they told ( your purchase could not be completed contact itunes store support to complete this transaction.)
    pleasr help me for that , i can not buy any thing inside the game .
    i wating , thank you
    Email : [email protected]

    Click here and request assistance.
    (75245)

  • My Macbook is missing the garageband app completely. i have 10.7.5 so i can't download garageband from the app store because i need the 10.9.0 software. does anyone know how i can get garageband back?????

    My Macbook is missing the garageband app completely. i have 10.7.5 so i can't download garageband from the app store because i need the 10.9.0 software. does anyone know how i can get garageband back?????

    OhWhatsUpJay wrote:
    My Macbook is missing the garageband app completely. i have 10.7.5 so i can't download garageband from the app store because i need the 10.9.0 software.
    10.9 is free, so you could upgrade to that if you wished
    if that's not an option for software compatibility reasons, you'd either need to re-install it from the original disks (that came with the computer, or a seperate iLife disc), a backup, or purchase a boxed version from someplace like eBay or Amazon (Amazon has iLife '11 for $39)

  • Help needed with populating a drop-down list from an Access Database

    Topic
    data drop-down list
    Jason Murthy - 11:39am Feb 14, 2005 Pacific
    Hello,
    I am trying to use the data drop-down list from the custom library. I enter the name of my data connection and the other 2 variables in quotes when they are initialized, just like the example says to, but it still doesn't work. Anyone have any thoughts?
    Thanks,
    Jason
    Reply To This Discussion | Back to Topic List | Bookmark | Change Subscription
    To start a NEW discussion click on the Back to Topic List link and select Add Topic.
    If you are in an archive forum please go up to the main topic list (archives are read only).
    Messages 11 messages. Displaying 10 through 11.
    First Previous Next Last Show All Messages
    Denzil White - 5:46am Jul 28, 05 PST (#10 of 11)
    Oh and before you say anything more I have also tried changing it from Javascript to the FormCalc, and no diff, maybe I am more stupid than I realised, heh,heh
    Post Reply | Bookmark
    Henk Pisuisse - 12:06am Aug 9, 05 PST (#11 of 11)
    I am having trouble (sleepless nights) with populating a drop-down list from an Access Database. The result is: I only get the first record from the data connection. So the connection works but I cannot go through the other records. Maybe there is an other way to do this.
    I am trying to selectively fill a form with data from an MS-access database.
    I hope someone can help me.
    [email protected]
    The Netherlands (small country in Europe)

    If you email the access DB and the form to [email protected], I will try to take a look at it for you.

  • Unable to Create Entity Model from existing oracle database

    Hi,
    I am using Visual Studio 2013, .net framework 4.5, entity framework 5.0 and oracle 11g database.
    Issue Description: I need to develop WCF service to exposing the account information which needs to get the data from 20 oracle tables. Trying to create entity model from existing oracle database. first i tried creating just two tables it
    was created but it took more than 30 minutes. then i selected remaining few tables it took more than a days but nothing created just showing spinning the wheel. then i tried with fresh project and selected all the tables but same issue nothing created and
    also there is no error. during this process i checked database query monitoring there is a big sql statement collection tables metadata. i don't know what was wrong the query taking too much time to complete the  process.
    we tried multiple machine and different oracle database all are same issue.
    Sql server database -looks good no issues.
    Any help/tips/ideas welcome to overcome this issue.

    Hi Sakthimp,
    Welcome to MSDN forum.
    Your issue is out of support range of VS General Question forum which mainly discusses the usage of Visual Studio IDE such as
    WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    Because your issue only occurred with oracle database, moreover Oracle developed the Entity Framework for Oracle itself, I suggest that you can consult your issue on Oracle forum/community:
    you will get better solution and support there.
    Best regards,
    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.

Maybe you are looking for

  • PDF: Convert all text to 100%K / Black

    I am trying to take a pdf manual with images and text, and convert all of the text to 100%K. Currently there is text set to tints of black, and color values. I've been looking through all of the custom preflight fixups and can't find a way to accompl

  • FPM (floor plan manager) translations

    Hi, does anyone of you know how to translate the configuration you made for the FPM component. The standard buttons are translated already (except for next and previous, they are hard coded, shame shame shame.) But if you add extra buttons I can't se

  • Renaming question in Bridge CS3

    When renaming, Bridge automaticaly renames a tif and jpg of the same name, the new name. For example, if a tif and jpg of the same photo are named 1.tif, and 1.jpg, and I batch rename these 2.xxx, both files will be renamed the same 2.xxx. Which is g

  • How do I load this program onto my PC?  I just bought it about 2 weeks ago.

    How can I tell if this program is loaded onto my computer?  I need to download a user manual or something so I know how to use it now that I have purchased it.

  • Steps after learning SQL*PLUS

    hi alll..... i know sql*plus with good, now i want the next steps that i have to learn to become a DBA please. regards.. Ali