Moving users to other server

I have 3 different users databases of Oracle XE on one dedicated server. Now we bought 3 dedicated servers and installed Oracle XE separately. The OS is CentOS Enterprise Linux 5
I want to move these user1 database on server-1, user2 database on server-2 and user3 database on server-3 respectively. I am thinking about the exp utility but want to get your opinion that this will be better in my case or I have to do something else?
Thanks & best regards

Raakh,
Sorry the syntax for export was incorrect, here is right syntax of exporting the entire user using conventional export/import. If you are using 10g, then you can make use of datapump
You can export multiple scheam seperated by comma and later you can import one by by to target machiens.
  exp system/password owner=userA file=myexportuserA.dmp log=myexportuserA.log
  imp system/password fromuser=userA touser=userA file=myexportuserA.dmp log=myimporuserA.logFor datapump, see following link for detailed exmaples
http://www.oracle-base.com/articles/10g/OracleDataPump10g.php
Regards

Similar Messages

  • Moving user profiles from Server 2012 with RDS services to User profile disks Server 2012R2

    Hello i have a question about moving my C:\users profiles.
    My current settings on the servers are:
    AD-Server 2012
    SQL-Server 2012
    TS- server with RDS roles (RDwebacces, RDs broker, RD session host) 2012
    everything about user profiles is now in C:\Users
    My new settings for the server will be:
    AD-ActiveDirectory - server
    SQL-Server
    TS1- RDS (RDwebacces, broker, RDS server group management) 2012R2 (I have enabeld userProfileDisks to Filesistem server)
    TS2- RDS(Session host) load balance 2012R2
    TS3- RDS (Session host) load balance 2012
    FileSistem - server ( here i will have on E: partition the new functionality UserProfileDisks) 2012R2
    So is there a way to move profiles from TS - C:\Users to FileSistem - E:\UserProfileDisks
    I am new to this so any idea wil be helpful.

    Hi,
    If the UPD is configured on the server which holds existing user profiles, just select the option:
    store all user settings and data inside the profile disk.
    Since you are moving user profiles between different servers, then user profile contents need to be migrated manually.
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Moving Users from one server to another

    Is it possible to move my network users from one Xserve to another? I know this used to be possible to do with NetInfo, but I haven't heard of anything like this using Ldap.

    I used Open Directory Archive/Restore in Server Admin to carry over my ldap users through a reinstall. Their UIDs, groups, passwords, etc. all came across. The home directories were on a different volume and everything basically worked after the reinstall.

  • Moving users from one server to another using Shared Services

    How do you migrate users and groups from one server to another from Hyperion Shared Services in version 9.3.1?
    When users were provisioned from EAS on version 7.x we could use Migration Utility but now since users are provisioned using Shared Services, what is the approach to be followed?

    Someone will probably give you a real-world example of how to do it, but to get you started you may want to review the Hyperion Security Administration guide, section "Migrating Native Directory" which discusses that you need to first install the Import/Export Utility on your Shared Services server, then create an export file, then go to your target Shared Services Server and long story short, import it.
    -Karen

  • Moved database to new server, not sure about NT AUTHORITY\* users

    I just moved database to new instance of SQL Server (SQL Server 2012 Web from Amazon EC2) and am now cleaning up database users.
    I am not sure if/why these 2 users are needed (they exist in original database that someone else created and managed before me):
    NT AUTHORITY\IUSR
    NT AUTHORITY\NETWORK SERVICE
    Note that there are also 2 database schemas with exactly the same names. These schemas do not contain any objects.
    I am more clear on NT AUTHORITY\IUSR - this seems to be a user for IIS and IIS is not even installed on new instance (IIS will not be used). So this one probably can be deleted (together with matching schema?).
    I am not sure about NT AUTHORITY\NETWORK SERVICE (or how it got created to begin with - new databases created on new server don't have it. Newly created databases don't have NT AUTHORITY\IUSR either).
    Neither of these 2 users exist at server level on a new instance or on an old instance.

    BOL says
    Local System account. The name of this account is NT AUTHORITY\System. It is a powerful account that has unrestricted access to all local system resources. It is a member of the Windows Administrators group on the local computer, and is therefore a member of
    the SQL Server sysadmin fixed server role
    Network Service account. The name of this account is NT AUTHORITY\NetworkService. It is available in Microsoft Windows XP and Microsoft Windows Server 2003. All services that run under the Network Service account are authenticated to network resources as the
    local computer.
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Mail server automatically cc all email for user to other acct but group...

    Back on April 2007, David_X answered this question:
    How to have the mail server automatically cc all e-mail for user to other accounts, (gmail, hotmail, etc). Here is the old post that explains that:
    http://discussions.apple.com/thread.jspa?messageID=4357149&#4357149
    What I did not catch at the time was if you setup a Group, one of three ways, the cc step no longer works. There is a fourth way but it is not practical. Creating local groups on individual Macs.
    *Group method 1 per David_X:*
    Use edited group files on the server.
    The following sends to members of groups but does not show all recipients in the received message...
    In /etc/postfix/aliases, add...
    groupname: :include:/path/to/groupname.txt
    In a file called groupname.txt (using plaintext editor)...
    [email protected]
    [email protected]
    Reload aliases...
    sudo newaliases
    sudo postalias aliases
    sudo postfix reload
    Mail sent to [email protected] gets passed to amavisd once, before then being relayed out for each individual recipient.
    *Group method 2 per David_X:*
    Make a user, e.g., "accounts"
    In mail settings, select 'Forward' option and enter the group members' email addresses, comma separated e.g.,
    [email protected],[email protected]
    This gets a bit 'long' for lots of members.
    The email then gets sent to each of the people in this list.
    *Group method 3 that I just discovered:*
    Create a group in Workgroup Manager.
    Drag the users you want in it.
    Save.
    Test sending to that group.
    Best part, the group name shows up in Address Book if you have LDAP setup.
    So I have setup all three. If I send an email to any type of group, they work.
    The problem:
    If one of those members in the group also has a BCC setup to Gmail or any other outside email, they never get the e-mail copied out to the external account.
    Example:
    I send an email to [email protected]. He gets the email there and also a copy at his Gmail account.
    If I send an email to the Sales group that jsmith belongs to, he gets the email there but nothing at the Gmail account.
    It looks like the mail server processes the "aliases" file and skips the "Recipient_bcc" file that handles the forwards.
    Is there a way to have my cake and eat it too? David_X your thoughts also?
    Thanks everyone!

    Bump.
    Short version. Sales guy has a Gmail account he wants his e-mail copied to also.
    Send e-mail directly to his Xserve account, he gets it there and it gets sent on to his Gmail account.
    Send an e-mail to the sales Group that he is a member of, he gets it there but it never gets sent out to the Gmail account.
    Ideas?

  • How can local user send message to other user via OSX server in mac maverick

    I just install OS X server in mac mavericks and enable services such as message, DNS, VPN, etc. I also create local users and local network users. I add some local users from OSX server to Message app in order to message to server, but I cannot send any message to those user, even Bonjour is available but I cannot use it to send message in local network.
    I already followed all Server Help in Messages like in this image:
    I try to access to my local OS X server via IP address by using other PC, Mac and iPhone and I can get this interface:
    I already try in iPhone to send message to local user in OS X server after accessing to OS X server via IP Address, but I don't know how local user can get that message and I see nothing in message_archives of message data of server. Therefore, how each user in OSX server can message to each other across OSX server ? Does Admin have to write some codes or make configuration for providing message services to those users ?
    Message was edited by: chhanmalin

    Client users need to use XMPP client app to log in to server with account name like in server , then user can send message to other users in server. Client users can use iphone, pc, or mac.

  • All the SSIS Packages are not editable to the all users after deploying to the other server

    Hi All,
    I am using sqlserver2012.
    How to make all the SSIS Packages are not editable to all users after deploying to the other server. is there any way to achieve this,
    if yes, could share the information how to do....
    Thanks in advance....
    RamarajuC

    Typically, you change the protection level as listed in the following steps:
    During development, leave the protection level of packages set to the default value,
    EncryptSensitiveWithUserKey. This setting helps ensure that only the developer sees sensitive values in the package. Or, you can consider using
    EncryptAllWithUserKey, or DontSaveSensitive.
    When it is time to deploy the packages, you have to change the protection level to one that does not depend on the developer's user key. Therefore you typically have to select
    EncryptSensitiveWithPassword, or EncryptAllWithPassword. Encrypt the packages by assigning a temporary strong password that is also known to the operations team in the production environment.
    After the packages have been deployed to the production environment, the operations team can re-encrypt the deployed packages by assigning a strong password that is known only to them. Or, they can encrypt the deployed packages by selecting
    EncryptSensitiveWithUserKey or EncryptAllWithUserKey, and using the local credentials of the account that will run the packages.
    Please Mark This As Answer or vote for Helpful Post if this helps you to solve your question/problem. http://techequation.com

  • Site files moved to new (identical) server; now iWeb gives "Publish Error"

    Our school district just replaced the web server where our teachers publish iWeb sites. All user accounts, passwords, IP addresses, and content moved over just fine, but now when teachers try to publish updates to their existing sites on the new server, iWeb throws a "Publish Error: Unable to communicate with FTP server..." error. Test Connection in the publishing settings works fine, as does logging in to the server using an FTP application, so we know the user accounts are okay.
    An interesting twist: I published my existing site (that was experiencing this issue) to a local folder on my desktop, and used a standalone FTP application to upload and replace my iWeb site files manually; when I went in and set the iWeb publishing settings back to FTP server, it was again able to publish updates to the site without issue.
    We're looking into a permissions problem on the files that were moved from the old server but so far have not been able to find any differences.
    Does anyone have any ideas what may be going on? We have a couple hundred people this is affecting and if it's something we can fix on the back-end instead of having to manually replace all of those site files, that would be a great thing!

    The only time that I had to move a bunch of sites to a new server I was instructed by tech support to download all the sites/files and upload them to the new location.
    I would assume that, if you don't do this, the permissions could get messed up.
    My hosting service uses Webshell4 to manage files on the server. To change permissions you need to select the site folder in Webshell4 and click the "CHMOD" button to get a window that allows you to do this.
    Read permissions should be checked for User, Group and Other.
    Write permissions would normally be set for User only.
    You could try this with one site to see if this is what's required but your hosting service tech support should really help you with this. That's what they are there for.

  • Moving User's Home Directory from one Xserve to another

    Does anyone know the procedure for moving users (Home Directory) from one server to another?
    Is there an application that can do this?
    Xserve G5   Mac OS X (10.4.4)  

    I see your problem and I think I will soon have the same one.
    I suppose one option would be to delete out the .plist. Then when the user logs in the server should recreate it. If the user had customized it they would of course lose any information.
    You could also setup a loginhook that would just run the needed defaults write... and update them as needed. Actually I think that would be the easiest option. The only down side would be making sure every use logs in once before you remove the script.
    Hmm I guess another option would be a script that loops through all the users accounts and runs the command as the user. sudo -u usershortname defaults... But I am not sure if this would have to be done on the server it self or if it could be done through a client.
    Sorry for the rambling but I am trying to come up with an answer..

  • Userdata restore after moving users to new pool

    Hi
    I recently moved users from one Lync standard pool to another but users have lost all there contacts.
    I never realised you needed to back them first before the moved users, is this now lost or can i get it back somehow?

    Hi tonysolinas,
    If you select Force, the user account is moved, but any associated user data is deleted (for example, conferences that the user has scheduled). If you do not select it, both the account and
    the associated data are moved.
    For more details,
    Move users to another pool in Lync Server 2013
    http://technet.microsoft.com/en-us/library/gg182600.aspx
    Best regards,
    Eric

  • Moving Exchange from old server to completely new server

    Hello All,
    I hope to get some good pointers here.  I currently have Exchange server 2007 SP1 running today.  The server is old and the warranty just expired.  I have been given permission to buy a new server and migrate to it.  I have the new server
    up and running with Exchange 07 SP1 installed.  I am looking for the best way to migrate and move users from one server, to the new one and decommission the old one.  The storage is    Are there any special steps I need to take?  Do
    I need to do any ADPrep to tell AD to use the new server?   I've tried looking for a guide or a how-to but all I have found are vague and brief ways to install Exchange server, but not to migrate from one server to a new one. These are two separate
    physical servers btw.
    edit -  I forgot to mention that the exchange store is on a SAN via iSCSI
    Thank you,
    David

    David,
    Moving exchange in ten easy steps:
    1.Bring up a new server as a new server in the same site. Use a different name for the new server. If you need to move Exchange to another server with the same name, follow the instructions in the Microsoft article “XADM: How to Move Exchange Server to a
    New Computer with the Same Name” (http://support.microsoft.com/support/kb/articles/q155/2/16.asp).
    2.To move user mailboxes to the new server, start Microsoft Exchange Administrator, click Tools, and select Move Mailbox. You can move all the mailboxes at once, one at a time, or several at a time. In many cases, you can move mailboxes during working hours
    because each user is locked out of his or her mailbox only while that mailbox is being moved.
    3.Create replicas of the public folders on the new server. When the contents of the folders have been replicated (do wait a little while!), remove the folders from the old server.
    4.Create new connectors on the new servers. Change the costs of the old connectors you're replacing to be higher than the new ones, then recalculate routing.
    5.Create mail exchanger (MX) records pointing to the new Internet Mail Service (IMS) as appropriate, and change the cost on the old MX record so that it’s higher than the costs on the new records. When you’ve verified that messages are flowing across the
    new connectors, remove the old ones, then recalculate routing again.
    6.Follow the steps in the Microsoft article “XADM: How to Remove the First Exchange Server in a Site” (http://support.microsoft.com/support/kb/articles/q152/9/59.asp) if the server
    you're replacing is the first one in the site.
    7.Leave the old server up for a while to give Messaging API (MAPI) clients time to connect to the new server automatically ( the old server provides referrals to the new one). It's true—you don't have to reconfigure MAPI clients!
    8.Tell POP3 and IMAP4 users how to reconfigure their clients to point to the new server.
    9.If you have a WINS or DNS alias for the old server, point it to the new server.
    10.Stop the Exchange services on the old server, then use Exchange Administrator to delete the old server's server object, thus removing it from the site.
    I hope that helps you out.
    Cheers,
    Curt Winter
    Certified Microsoft Professional
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied. If you found my post helpful, please mark it as the answer.

  • Modifying TS CALS from 20 TS CALS transferring 10 to other server

    Modifying TS CALS from 20 TS CALS  transferring 10 to other server. 
    Please help can we transfer half of 20 TS CALS to other server? 
    Kindly advise :)

    Hi,
    Thank you for posting in Windows Server Forum.
    What’s your TS server OS version? Which CAL you have (Is it Per User or Per Device CAL)?
    For moving CALs from one server to other. You must see that License server is installed on other server. Also the License server must be activated before you move the CALs. You need to specify the target server and might need to call MS Clearing house and explain
    them the whole scenario and they will help you in your case. 
    Move Remote Desktop Licensing to a New Server
    http://technet.microsoft.com/en-us/library/cc730776.aspx
    Migrate client access licenses
    http://technet.microsoft.com/en-us/library/hh553155(v=ws.10).aspx
    You must see that both the server (source and Destination) have same version OS. Because if you want to move your CAL from server 2008 to server 2012\R2 then it can’t be possible because lower version of CAL is not supported on higher version. But reverse can
    be possible.
    RDS and TS CAL Interoperability Matrix
    http://social.technet.microsoft.com/wiki/contents/articles/14988.rds-and-ts-cal-interoperability-matrix.aspx
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • "Your mailbox has been temporarily moved on Microsoft Exchange Server"

    Exchange 2003, Outlook 2007
    In Outlook, the Inbox folder does not show up under Mailbox - User Name. Starting with "Outlook Today" and clicking on the "inbox" like he can get to his messages.
    In OWA the envelope icon shows up but instead of saying "Inbox" it had a URL like "http://video.google.com&search="...
    I used exmerge to extract the data for the user, deleted the mailbox, then used exmerge to import it back.
    "Inbox" now shows up in OWA but when Outlook is launched it gives this message:
    "Your mailbox has been temporarily moved on Microsoft Exchange Server. A temporary mailbox exists, but might not have all of your data. You can connect to the temporary mailbox or work offline with all of your old data. If you choose to work with your old data, you cannot send or receive e-mail messages."
    Did I miss a step somewhere?

    I just encountered the same problem, and was able to get all of my old data back to my new profile (contacts, saved e-mails, inbox folders, etc.).  Before creating a new profile, when the error message appears,
    choose the option to use old data.  When outlook loads (using Outlook 2010), go to File -> Options and click on 'Advanced'.  You should see an 'Export' section, click on the 'Export' button.  An 'Import and Export Wizard'
    window will appear, click on 'Export to a File' and click next, then choose 'Outlook data file (.pst)'.  The next screen will ask you a folder to export, in which you can choose from all your outlook folders...for a complete backup, I suggest choosing
    the root folder.  It should be the name of your profile, for example: "username @hotmail.com".  Make sure 'Include subfolders' is checked.  The final screen will ask what location to store the .pst file in, and if you want to add a password
    to it.  Now you've backed up all your Outlook data :)
    To import the .PST to your new profile, make sure to change Outlooks default profile to the new one you've created (as Deli suggested).  When outlook loads up, click on File -> Open, and then click on 'Import'.  Choose 'Import from another program
    or file' and click next, then choose 'Outlook data file (.pst)' and click next.  Now you just point it to the .pst file you exported earlier, and all of your information will be imported into Outlook in its own folder.  From there you can drag everything
    (emails, contacts, etc.) into the folders that you want.  And that's it, hope this helps someone else.

  • Mail folders after moving user to LDAP from Local

    I originally setup our server with Local users, rather than LDAP.  Now, we need to move everyone over (for a variety of reasons).  I'm basically doing the following for each user:
    Export individual Mail/Contacts/Calendars
    Turn off Mail/Calendars/Contacts in Server app
    Delete Local User
    Create LDAP user with the same UserID in Workgroup Manager
    Check all services for the user under User Access in Server app
    Turn on Mail/Calendars/Contacts
    Import individual Mail/Contacts/Calendars back into the apps on the client machine
    This works up until I try to reimport emails.  I get the error that the "mailbox already exists".  This makes me think it's associating the userID with the old email folder on the Server.  The problem is I don't know how to either reassociate the user with their old emails, or to remove them.  Any help is appreciated, thanks!

    Here is what happened:
    Original User's Document files were NOT stored under the User Name as they should have been. The User Name doc file was almost empty. (Nov 2007 thru Aug 1 2008). The main Documents folder was located in the Macintosh HD folder (not in User folder).
    User Name Account got corrupt and new User Name had to be created. The Documents Folder was moved to this Account. (Aug 1, 2008)
    Time Machine was not backing up the iMac because the New User had to set up TM. On Aug 4, 2008, TM was turned on and began backing up the computer AGAIN (thus process took several hours).
    My solution is:
    Delete the old back-up file (+600GB) and re-back-up iMac. Keychain from the old user will remain intact and there would only be ONE copy of Documents folder in the backup (along with the incremental backups).
    Would this work? Is there a way to remove back-ups prior to Aug4? How can I control TM so it doesn't consume my HD? I use this drive to store iTunes and iPhoto/Aperture libraries.
    Thanks

Maybe you are looking for