Total Pageviews

Tuesday, March 22, 2016

exporting and importing metadata from oim using exportMetadata command


this example i am exporting all whole metadata to a directory /tmp/shahbaz/reexpor

here is the commands

cd to $OIM_HOME/commom/bin

[oracle@orasystems bin]$ ./wlst.sh

connect()

 exportMetadata(application='OIMMetadata',server='oim_server2',toLocation='/tmp/shahbaz/reexpor')



below command i am only importing one file EventHandlers.xml

 importMetadata(application='OIMMetadata',server='oim_server2',fromLocation='/tmp/shahbaz/expor',docs="/db/EventHandlers.xml")


disconnect()

exit()

No comments:

Post a Comment