Using datapump in the same instance

Hi
I need to copy a schema within the same instance. If I was creating the schema in a different instance I could use network mode to complete the operation in a single step without creating files etc. Is there an equivalent process to copy/remap a schema within the same instance?
It would seem odd to have to create a file for copying locally when copying over a network requires none.
Obviously there is the possibility of creating a link from the instance back to itself but that should be unnecessary.
My apologies if I have missed it in the documentation and searching the forums but any help would be appreciated.
Cheers
CM

Obviously there is the possibility of creating a link from the instance back to itself but that should be unnecessary. its not just a possibility, but already created
by default, databases have a loopback database link with the same name as database name, pointing to itself
impdp system/password@ORCL network_link=ORCL schemas=schema1 remap_schema=schema1:schema2

Similar Messages

  • How to use multiple profiles within the same instance of Thunderbird

    About a month ago, I had Thunderbird configured with three profiles,
    and all three could be used within a single startup/instance of
    Thunderbird. That PC is now gone. I have re-configured the three
    profiles on a new PC, but am having trouble making all three
    useable within the same instance of Thunderbird. Can you help?
    Both PCs are/were Windows-7 64 bit.

    Thunderbird only opens on the default if one profile
    or
    if Profile Manager is instructed to ask at startup it will allow you to choose which Profile to open else it opens on the last Profile used..
    So it shows one Profile at a time in one instance of Thunderbird.
    However, one Profile can have many mail accounts.
    eg: I run 4 mail accounts in one Profile.

  • Using the same instance of a BADI in another transaction

    Hello Everyone,
    I have a SAP standard transaction which has an authorization BADI implemented. I developed another report which is  similar to the before mentioned SAP report with a different transaction. The same BADI is called in the custom report also, because of a common function module (which has this BADI call). So, that means, the same instance of BADI is being called in the custom report also. The authorizations to display the data for both the transactions should be same.
    Should I specifically call this BADI again in custom report or will all the authorizations be linked to the new transaction as well?
    Thank you all in advance.
    Rushi

    The BADI call is nothing but a call to specific methods in the customer BADI implementation. So it should work from wherever it is called, even from customer programs copied from standard SAP code where the original call is made.
    But I wonder why do you need to make a copy of SAP code.

  • SSO for multiple APEX applications on the same instance

    Hi All,
    We have an APEX instance with 2 applications configured in 2 workspaces.
    The instance is already configured to use SSO. I have followed thee Metalink note #562807.1 to do the SSO wiring.
    We are planning to incorporate SSO authentication for both the applications.
    Also planning to use different URLs (2 aliases for the server) for the applications.
    eg:-
    App1 will be using http://app1.us.oracle.com/pls/apex/f?p=100:10
    App2 will be using http://app2.us.oracle.com/pls/apex/f?p=200:10
    Is it possible to register SSO on 2 URLs for the same instance?
    Can I execute regapp.sql multiple times on the same instance?
    Please advice me.
    Thanks,
    Sajeesh

    Is it possible to register SSO on 2 URLs for the same instance?You should be able to register as many partner applications as you like. I suggest that you try it.
    Can I execute regapp.sql multiple times on the same instance?Yes, but the lsnr_token value must be unique. That's HTML_DB:hostname:port.
    Your applications in different workspaces will not be able to share sessions but you will probably get the single-sign-on behavior you need.
    Scott

  • Can we install both PI and CE in the same instance ?

    Hi,
    I have requirement to use EAI and BPM tools in SAP, as i know the tools will be PI and CE, but then to reduce the total cost of the hardware we need to put both PI and CE into the same box. is that possible to install both application in the same instance to reduce total memory used ? because both system also using the same java stack the only different is the installed component.
    Please advise ?
    Thank You and Best Regards
    Fernand Lesmana

    Hi Fernand,
    is that possible to install both application in the same instance to reduce total memory used ?
    Yes, it is possible.
    Please advise ?
    Not advisable to have PI and CE on same instance. Might face problems as cited by Abhishek.
    Regards,
    Neetesh

  • Access local SSB across applications in the same instance

    Is it possible for application X to call a local stateless session bean method in application Y and application Z where X, Y, and Z are deployed under the same instance?
    Our scenario requires application X to call local methods in any number of other applications installed under the same instance. The methods can't be remote because parameters we're passing cannot be serialized. So far, nothing is working. Any help would be greatly appreciated.

    "Madhu Jatheendran" <[email protected]> wrote in message
    news:[email protected]..
    >
    Hi , I have the following points needing clarifications.
    1) I have 2 Enterprise Archive files holding 2 separate applications onWeblogic
    instance (6.1 SP4).Is there any document that describes how I wouldperform SSO
    across these 2 applications.Would I have to use the exploded format ofjust deployment
    as EARs would do?Is there any documentation which describes the same?WouldI need
    to
    a) recreate the session information
    2)store session information in a temporary storage location and thenretrieve
    the same when hopping from one application to the other?
    2) How would the same situation be handled when I have a clusteredenvironment,
    wherein I need to not only ensure that I have SSO accross 2 EARs in thesame instance
    but also across different instances on separate machines.
    You may want to ask about sesssion stuff in the
    weblogic.developer.interest.servlet
    newsgroup.

  • Adressing multiple copies of Movieclips with the same instance name

    Is it possible to iterate through MV copies with the same instance name? It would be very useful for my project.

    you can copy movieclips with the same instance name but you'll only be able to easily control (with actionscript) the last created instance.  the rest will be difficult to reference.
    although, if the only movieclips attached to the parent are the ones you are interested in and you want to do that same thing to all of them (say rotate them all), you can do that without giving them distinct names.

  • Unable to copy database with different name in the same instance

    I had a huge database and wanted to try some change optimization changes.
    So wanted to make a copy of the database along with data in the same instance.
    I have tried copy database wizard several times but always see the error as in attachment.
    Can someone let me know how to troubleshoot further?
    If this is not the correct way please suggest how do i copy a database with different name in the same instance along with data.

    Hi Nandu,
    From the screenshot, the error 1813 happens when corrupt database log is attempted to attach to the SQL Server. To work around this issue, please preform the following steps, for more details, please review this
    blog.
    1. Create a new database with same name which you want to recover. Make sure that the MDF file and LDF file have same name with previous database data and log file.
    2. Stop SQL Server. Move original MDF file from old location to new location by replacing just created MDF file. Delete the LDF file of new location just created.
    3. Start SQL Server. At this point, the database is in suspect status.
    4. Make sure that system tables of Master database allows to update the values. Please note that you will be performing this in query window.
    Use Master
    go
    sp_configure 'allow updates',1
    reconfigure with override
    go
    5. Change database mode to emergency mode.
    SELECT *
    FROM sysdatabases
    WHERE name = 'DatabaseName'
    BEGIN
    UPDATE sysdatabases
    SET status = 32768
    WHERE name = ' DatabaseName '
    COMMIT TRAN
    6. Restart SQL Server. Then execute the following DBCC command in query window to create new log file.
    DBCC TRACEON (3604)
    DBCC REBUILD_LOG(databasename,'c:\yourdatabasename_log.ldf')
    GO
    7. Reset the database status using following command.
    sp_RESETSTATUS yourdatabasename
    GO
    8. Turn off the update to system tables of Master database running following script.
    USE MASTER
    GO
    sp_CONFIGURE 'allow updates',0
    RECONFIGURE WITH OVERRIDE
    GO
    9. Reset the database status to previous status.
    BEGIN
    UPDATE sysdatabases
    SET status = (value retrieved in first query of step 5)
    WHERE name = 'DatabaseName‘
    COMMIT TRAN
    GO
    Make sure that you have done all the steps in order and restarted SQL Server where it is mentioned. Also run SQL Server Management Studio as administrator.(Right click-> Run as Administrator)
    Thanks,
    Lydia Zhang

  • OWB 9.0.something Runtime and 10.2.0.1 Control Center in the same Instance?

    I maintain 2 datamarts built with an "older" version of OWB. There are plans to migrate these to a more current version, but there are plans for implementing a 3rd datamart prior to that.
    I'd like to start pushing to have new mappings developed in 10.2.0.1 (separate repository than the old maps obviously), and have them running on the same instance as the existing infrastructure. Is it possible to have both runtime environments (aka control centers now?) running in the same instance.

    I tried the 32 bit IE9 and 64 bit to no avail.
    Uninstalled IE 9 and reverted back to IE 8, but still received the message that Flash Player wasn't installed on my pc, even though I've verified it is and it's the correct version.
    My solution:
    I am now using Firefox (version 4)...works perfectly and the most current Flash Player is recognized.
    I think Microsoft and Adobe may have to talk to each other, as it's affecting Internet explorer and until it's resolved, I'll be using Firefox.

  • E-Recruiting & HCM in the same instance -- E-Recruiting

    If E-Rec and HCM are in the same instance, how do you transfer employees to E-Rec, so they can log-in as internal candidates.
    How do you hire external candidates into HCM ie: can we stil use PA-48 and PA-40
    XI is not available

    Hello Victor,
    for creating internal candidates for all existing employees you use the report HRALXSYNC. This report triggers the HR BP integration and uses some e-rec specific BAdI implementations to create the necessary objects. In production this report has to be planned daily, too.
    You should check SAP note 997181. This note has attachments which dscribe the mechanisms of HR-E-Recruiting integration for same instance and standalone installations. These documents are very helpfull for a start into this topic and highlight the differences in the releases currently supported by sap. Here you find e.g. the BAdI implementations which have to be activated.
    Small hint: If your HR system is an installation which has been already running for some years you should check some BP settings before testing HRALXSYNC. From my experience there are some things which appear quite often and prevent the report from running properly:
    - make sure the number range for BP numbers is maintained
    - make sure the address usage XXDEFAULT is existing
    - check that table GEOT005 is filled in the client you use
    Kind Regards
    Roman

  • How can 2 people use itunes in the same household? we both have iphone 4 and separate id but the same itunes? pleasehelp

           how can two people use itunes in the same household? i had a iphone before so alreday had an itunes account now me and my husband have upgraded and we now both have them. he has set up a username and i have mine yet when he logs in he seems to just get my account? please help

    Decide which iPhone will be keeping the current iCloud account.  On the one that will be changing accounts, if you have any photos in photo stream that are not in your camera roll or backed up somewhere else save these to your camera roll by opening the photo stream album in the thumbnail view, tapping Edit, then tap all the photos you want to save, tap Share and tap Save to Camera Roll.  If you are syncing Notes with iCloud, you'll also have to email your notes to yourself so they can be recreated in the new account as they cannot be migrated.
    Once this is done, go to Settings>iCloud, scroll to the bottom and tap Delete Account.  (This will only delete the account from this phone, not from iCloud.  The phone that will be keeping the account will not be effected by this.)  When prompted about what to do with the iCloud data, be sure to select Keep On My iPhone.  Next, set up a new iCloud account using a different Apple ID (if you don't have one, tap Get a Free Apple ID at the bottom).  Then turn iCloud data syncing for contacts, etc. back to On, and when prompted about merging with iCloud, choose Merge.  This will upload the data to the new account.
    Finally, to un-merge the data you will then have to go to icloud.com on your computer and sign into each iCloud account separately and manually delete the data you don't want (such as deleting your wife's data from your account, and vice versa).

  • The App Store want allow me to download new apps because I have not set up security questions.But I share an iTunes account with my friend. So if I set up the questions will my friend have to use and answer the same thing?

    The App Store want allow me to download new apps because I have not set up security questions.But I share an iTunes account with my friend. So if I set up the questions will my friend have to use and answer the same thing?

    They will have to be answered the first time when purchasing from a new computer or device.

  • I have an itunes account in Euro. I received iTunes and AppStore Gift Cards in $US. How can I use these on the same iWhatever?

    I have an itunes account in Euro. I received iTunes and AppStore Gift Cards in $US. How can I use these on the same iWhatever and keep together music/apps bought in the 2 currencies?
    Thx

    Barbara Hunt wrote:
    Would it be possible for me to download iTunes in Parallels and get the files into that and then onto my iPod?
    Yes, you can download iTunes for Windows using Parallels. If planning on making purchases here and/or authorizing already purchased tracks (from your Mac iTunes library), you are permitted to authorize five (5) computers as per iTunes Store terms of use, regardless of computing platform. No need to create a separate new iTunes Store account.
    However, judging from what you would like to do, your best bet would be to convert the WMAs to AAC/MP3 in iTunes-Windows (iTunes-Mac cannot import WMA files), and drag the files from the Parallels window to your desktop to add to the iTunes-Mac library. (as the iPod itself is currently linked to your iTunes-Mac library)
    Hope this helps,
    Steve

  • I purchased songs from 2 different computers using itunes with the same apple id. I had 1 iPod I used for these but I just recently got an iPhone and I was wondering why it wasn't letting me put my purchased songs on my iPhone?

    I purchased songs from 2 different computers using itunes with the same apple id. I had 1 iPod I used for these but I just recently got an iPhone and I was wondering why it wasn't letting me put my purchased songs on my iPhone?

    You can transfer iTunes content from an iTunes library on a single computer only.
    Since these songs were purchased with the same iTunes account, you can download the song that is not in your iTunes library on the computer you will be syncing your iPhone with. Or you can download the song or songs direct on your iPhone.
    http://support.apple.com/kb/HT2519?viewlocale=en_US&locale=en_US

  • Why can't two different users use Itunes on the same computer with different log ins

    Why can't two different users use Itunes on the same computer with different log ins

    Pmorgan5672 wrote:
    Why can't two different users use Itunes on the same computer with different log ins
    They can, but not at the same time.
    If one user left iTunes running, and another user tries to use iTunes from a different Windows user ID, that second user will get an error message.  If they really want to use iTunes, they either have to beg the first user to log in and close iTunes, or else they have to restart the computer.
    If you are asking the technical reason why, it is something about context switching.

Maybe you are looking for

  • Safari doens't show background Image when sliding page left

    I display a web page with a large-width photo (say 2000 pixels jpg file) & a repeat small background image in mobile Safari & the right part of photo is beyond the screen. I touch & slide the page left to see right part but found there's no backgroun

  • What do I need on webservice (IIS) to connect to db?

    Hi all, I am a newbie and not sure what component do I need to install on the webservice server to connect to Oracle DB. I basically have vs2010 and ODP.net on my local Win7 machine to do the webservice development work. But the code will be deployed

  • Does flex can call vbscript function ?

       i am not sure does flex or action script can call vbscript function . how can i get detail information . thank you!

  • Srvctl errors

    I have rac databases on two nodes with asm. I am able to start and stop asm with srvctl but not the databases. I am getting an error like figd01:/usr/oracle/product/crs/OPatch> srvctl modify database -d figd0 -s open figd01:/usr/oracle/product/crs/OP

  • Search help on iTunes store?

    Every time I enter a Character into the iTunes store search box, it says "Accessing iTunes store" this is very annoying, is there anyway to stop this?