Monday 8 January 2018

Exporting MDS metadata using WLST

Here we will see , how to export MDS metadata using wlst commands.
login to your unix box  and launch wlst.
[testuser@soaserver]$ cd /u01/oracle/SOAInstall/soa/common/bin
[testuser@soaserver]$ ./wlst.sh
wls:/fmw_domain/serverConfig>connect(‘username,’pwd’, ‘hostname:7001’)
wls:/fmw_domain/serverConfig>listApplications()
wls:/fmw_domain/serverConfig>exportMetadata(application=’soa-infra’, server=’soa_server1′, toLocation=’/u01/oracle/MyMetadata’)

No comments:

Post a Comment