Consoles Configuration Authentication Configuration

• Cluster Approval processes, Replications, and Cluster functionality connect via SOAP endpoints. Deployment in these scenarios does not usually require SSL protection because all registries are located in a dedicated internal network, but Oracle Service Registry can be configured to use client SSL certificates in these scenarios. When the registry on the other side is protected with Client SSL Authentication and plain HTTP connection is not allowed, your registry must connect with an SSL Certificate. This can be achieved by configuring destinationConfig inside security.xml. See the documentation for sslTool in the Administration Guide, which describes the tool for SSL related tasks and destinationConfig . Destination config allows you to specify different certificates for different endpoints by either specifying the SOAP stub or the URL prefix. • HTTPS protected resources • WSDL • XML • XSD • XSLT Resources which are downloaded for processing by Oracle Service Registry can be behind HTTPS protected by Client SSL Authentication. Oracle Service Registry can be set up so that these connections use a specified certificate. The certificate must be present as a key entry inside pstore.xml. This key entry is identified by its alias. The alias and password has to be specified in REGISTRY_HOMEappuddiconfsecurity.xml inside security which is contained in config as shown in example: sslConnectionAliasmyAliasNamesslConnectionAlias sslConnectionPassword_coded9vTJ9GKyjIURFY0qrWvADA==sslConnectionPassword_coded To get encoded password from clear-text password, use REGISTRY_HOMEbinsslTool.bat or .sh with encrypt option.

9. Migration

Migration is used to migrate data from one database to another. You can migrate data during installation or during setup.

9.1. Migration using Setup Tool

To migrate data after installation, use the Setup tool described in Section 2.7, Reconfiguring After Installation . Briefly: 1. Launch the Setup tool by issuing the following command from the bin subdirectory of your installation: setup.bat Windows: .setup.sh UNIX: See command-line parameters in Section 2.6.1, Setup . 2. Select the Migration tool on the first panel: Page 141

9.1. Migration using Setup Tool