oracle documentation about exporting meta data
- In order to perform MDS opertations, log on to the OIM Server Host with the account used to install and run the WebLogic Server.
- Set you environment variables for the OIM domain by running the appropriate setDomainEnv script found in the <Middlewarhome>/user_projects/domains/<domain name>/bin folder.
- Create a temporary directory that will be used to store the resulting xml files from the database.
- Verify that the app server is up and running.
- Ensure that you know the weblogic admin username and the URL to the Admin Server.
Performing the Export
- In the command shell / console window, go to the OIM_ORACLE_HOME/common/bin directory.
- Execute the wlst.sh command and issue the connect() command.
- Provide the weblogic admin username and password and the URL to the Admin Server.
- Execute the exportMetadata command providing at least the following arguments:
application, server and toLocation
Be sure to pass the argument data in single quotes, like: server='oim_server1' - You should see a list of the files exported, at that point you can issue the disconnect() command followed by the exit() command.
No comments:
Post a Comment