Refreshing sa user on 2 instances through impdp using network_link

Hi all,
I have 2 instances XLTCRM1 & XLTCRM2 .I want to refresh the sa user of XLTCRM2  with sa user of XLTCRM1.
Can anyone provide the query for doing that through a single line impdp command and network_link or any other feature of impdp.
Cheers,
Kunwar

Hi
In XLTCRM2, create a database link:
create database link old_sa connect to sa identified by <password>  using 'XLTCRM1';Then use following at the XLTCRM2
impdp sa/<password> DIRECTORY=dmpdir NETWORK_LINK=old_sayou have to make sure that your tnsnames has the entry for the xltcrm1 and you have the directory with proper rights.
regards

Similar Messages

  • Taking impdp using network_link

    HI PPl,
    Am stuck in a very difficult situation..
    Can you please tell me is it possible to take an import from a database which is open in READ-ONLY mode,
    and i am going to use the impdp utility and network_link (syntax) and connect to readonly database and to carry out the import..
    Ples help as we want to do production testing.

    Zombie,
    English is probably not your first language.
    I say this because you
    export from
    and
    import into
    Import from a read-only database just doesn't make sense.
    Yes, you should be able to export from a read-only database
    No, you shouldn't be able to import into a read-only database.
    The network link doesn't matter in this regard.
    Can you please explain further?
    Sybrand Bakker
    Senior Oracle DBA

  • Impdp using network_link

    Hi All,
    I have imported a database from a remote server using the following script:-
    impdp system/manager DIRECTORY=dir NETWORK_LINK=LINK remap_schema=test:test FLASHBACK_SCN = 8254511416354 content=all TABLE_EXISTS_ACTION = REPLACE
    It was successfully imported.
    But constraints are not being imported. How to import these constrains now without affecting the data at all in the target database?

    Hi All,
    I have imported a database from a remote server using the following script:-
    impdp system/manager DIRECTORY=dir NETWORK_LINK=LINK remap_schema=test:test FLASHBACK_SCN = 8254511416354 content=all TABLE_EXISTS_ACTION = REPLACE
    It was successfully imported.
    But constraints are not being imported. How to import these constrains now without affecting the data at all in the target database?

  • Java.lang.OutOfMemoryError when trying to refresh all User objects

    Hello - I am running IdM version 7.1. Currently, I am attempting to refresh all user objects in the IdM database as directed in this article:
    http://docs.sun.com/source/820-2961/A_edit_configObjects.html
    In order to interface with the Database, I am using NetBeans on a Windows 2003 SP2 server with 3.5G of memory. Through NetBeans, I select the "Run lh command" option, provide the Configurator password when prompted, and then enter the command: "refreshType User". This is supposed to go through and "touch" each user record.
    The command runs for about 5 minutes and then bombs out with an error message:
    Exception in thread "Object Change Dispatcher" java.lang.OutOfMemoryError: Java heap space
    I'm assuming that the JRE on the Windows server I'm running NetBeans on is running out of memory. My questions are 1) Is my assumption correct and 2) If so, is there a way to allocate more memory to the Java process which is running the lh command? This Windows server is running JRE 1.5
    Thanks in advance!

    I ran into same issue, ran the deferred task scanner instead.. Took a long time to run, but didn't hang.. :)

  • How to prevent users from taking print through ME23N

    Hi Everyone,
    Please guide me for the following query:
    How can we restrict users from taking print through ME23N as through print preview in ME23N user is provided an option of taking print of the document.
    Please guide with authorization object information.
    Please guide.
    Thanks and Regards

    Hi Dear,
                     Consult with ur BASIS person.he can help u ........
    thanks

  • Which is better?    Two Oracle user in one instance OR  in two instances?

    Which is better?
    I could not find any benchmark for number of instances per user
    in the same machine.
    suppose that you have two major Oracle user, from performance
    point of view it is better to make separate instances in same
    machine or keep these two users in the same instance.

    Hi.
    I understand that you will use oracle for two different
    applications on the same host.
    Each instance has its SGA and background processes. So, using
    two different schemas(users) in one instance you can share
    phisical memory between the applications. Concerning background
    processes, you can start as many of them as you wish, so it's
    not a problem. If you decided that one DBW is not enough, you
    could configure oracle to use two or more.
    best regards,
    Andrew

  • How i can send a mail to the user SAP Office mailbox through the spool.

    hi all,
    I have created an report and scheduled for background and it generated a spool now how i can send a mail to the user SAP Office mailbox through that spool.
                          please provide me the sample code if possible.
                   thanks.

    Read the spool number with this...
        SELECT RQIDENT
        INTO (T_TSP01-RQIDENT)
        FROM TSP01
        WHERE RQOWNER EQ SY-UNAME
          AND RQCLIENT EQ SY-MANDT.
        APPEND T_TSP01.
        ENDSELECT.
    Use this FM RSPO_IRETURN_RAW_DATA to read the content of the spool into an Internal Table...
    Finally use this FM SO_OBJECT_SEND to send the mail to an SAP Office user...
    Greetings,
    Blag.

  • Install Directory Instance through command line

    Hi,
    i tried to install an slapd instance through console, it is not working . Is any body know how to install an instance[b[b]] throug command line. i tried setup,but it is re-installing the existing instance.
    Scenario is :
    There is a slapd instance running , i want to install another instance, but the console sits there showing "Creating new slapd Instance", it sits there for ever and does not do any thing.
    Iam doing it on SUN 2.8 with directory 4.16SP1. My configuration of existing directory is storing in differnet machine, means my o=NetscapeRoot is not where i am installing slapd instance.
    Any help or suggestions.

    If you are using a remote console, try using the console local to the server root.
    Silent install of an instance can be accomplished, it's documented here:
    http://docs.sun.com/source/816-5610-10/silent.htm#11284

  • How to create user in Express database through express command

    Hi
    In our application we need add/delete new user to the OFA. Is there any way of doing this through the automated express.? Is there any Express command to add new user ?
    If so,Please let me know how to do that.
    Thanks
    Murugesan

    Murugesan ,
    You are using pure Express and OFA, and you are not using Oracle OLAP, right ?
    If you create an user in OFA super administrator database, using the front-end as usual, you could see using express monitor command RECAP what commands were performed thru the API. But don´t forget to check which command fires the task USER_UPDATE that goes to the task processor, to update user information at the shared database.
    You can also take a look at the OFA API document available for download at metalink, it could give you some more help.
    Flavio

  • Getting User's Manager Credentials through JNDI in AD! (Urgent)

    Hi Techies,
    I want to know if their is anyway through which we can get the User's Manager Credentials i.e First Name LastName and Email,
    I know that Managers Name can be pulled if its thier in users Object entry.
    Its really urgent, please post the code if their is some way.
    Thanks in Advance
    Somil

    Like albin pointed out you can use the email definition form, create your own email defintion and then attach that to the recon insert received task of the xellerate users prov process or you can use the tcEmailNotificationUtil class from the xlDataObjects.jar Decompile the class you can see that it exposes many methods like setBody() setSubject and even sendMail(). this api proves helpful when you need to replace certain tokens in your mail with certain values from your porgram.

  • I successfully deleted a user from my MacBook through the Users and Groups window in System Preferences.  But now I cannot close the lock in the bottom left corner of the box.  When I click on it, I briefly see a word that I think says "reauthorizing" but

    I successfully deleted a user from my MacBook through the Users and Groups window in System Preferences.  But now I cannot close the lock in the bottom left corner of the box.  When I click on it, I briefly see a word that I think says "reauthorizing" but the word flashes too quickly to tell for sure.

    If you are admin.
    Try restarting your Mac.

  • How can reset password of bulk users in one time through AD or script?

    how can reset password of bulk users in one time through AD or script?

    Hello Mr. Lovely,
    Do you have ActiveDirectory Module which shipped with Windows Server 2008 R2? If you have it, you can complete this task very easily.
    #First, you need to import ActiveDirectory Module
    Import-Module ActiveDirectory
    #Second, generate a SecureString which contains the password.
    $securePwd = ConvertTo-SecureString -String "P@ssw0rd!" -Force -AsPlainText
    #Third, find the Active Directory users ,and use Set-ADAccountPassword for resetng the password.
    Get-ADUser -Filter {Name -like "Test*"} | Set-ADAccountPassword -NewPassword $securePwd
    Also, you can review following link for more details about the Active Directory cmdlets.
    Active Directory Cmdlets in Windows PowerShell
    http://technet.microsoft.com/en-us/library/ee617195.aspx
    Best Regards,
    Greg Gu
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Refreshing the user library without restarting?

    Does anyone know a way to refresh the user library without restarting Labview?  I've searched the forum and LV help, but I'm not seeing that feature...
    Thanks,
    Chad
    Solved!
    Go to Solution.

    What do mean refresh the user library? What are you trying to do, give us some context.
    Putnam
    Certified LabVIEW Developer
    Senior Test Engineer
    Currently using LV 6.1-LabVIEW 2012, RT8.5
    LabVIEW Champion

  • Data Refresh at User Login

    Is it possible to force a database refresh at user login? Currently database is updated each hour but I like to force a refresh at user login. Not sure if this is possible. Please advise if you know. Thank you. 

    User login to what?
    It's hard to suggest an applicable forum for you, based on the information you've provided.
    However, this forum supports setup of the .NET Framework itself, so you need to ask elsewhere. What type of application is involved (Windows desktop, web , Windows Store, etc.)? What DBMS are you using (SQL Server, Oracle, etc.)?
    With additional information we should be able to suggest a topical forum for you.

  • When I download a PDF, a user manual for instance, the page is black and the font is green, how do I change this to a white page and black script?

    When I download a PDF, a user manual for instance, the page is black and the font is green, how do I change this to a white page and black script?

    Try opening it with Adobe Acrobat Reader. 
    Note: Appleworks is the Apple office like application that stopped being able to run with Mac OS X 10.6.8.  If you have a question particular to 10.9, I would ask in the 10.9 (OS X Mavericks) forum.

Maybe you are looking for

  • Bug in photo library : all in low res (res of the viewer)

    I have a strange bug, after having installed an app (Iris photo suite). All my pics are now viewed in low res in the iphone (the res of the thumbnail !!). and impossible to delete the pics of the photo library. I tried to shut of and restart the ipho

  • Is it possible to save the content of a form before click on the submit?

    Hi, I'd like to know if it's possible to save the content of a text field in a form in a String variable run-time before click on the submit botton? If this is not clear what i want to say,please tell me, and i'll try to say it better. Thanks a lot.

  • No Thumbnails  & unsupported setup...

    I know the white boxes have been covered a lot but I looked through the posts and didn't see this exact issue supported. If it is listed and I missed it please forgive me. Here is what's happening. First off, note that I am using a technically "unsup

  • How to open emlx files

    I recovered some lost emails from from on of those Data Recovery software. Now I can not open these emails. How can I open them and move them in to my apple mail?

  • Couldn't open attachment of a work item in the business  work plance

    Dear Friend, Any body so kind to help me resolve the following issue. One of our user not open the attachment(Puchase order rejection reason) of a perticular work item in his business workplace(swap). However another user can able to open the attachm