Check Create a New Prefix and enter a prefix to be prepended to the schema

Deploying WebCenter Applications 7-11 ■ User Name - enter a username for the database which is assigned the SYSDBA role for example, SYS. ■ Password - enter the password for the user. ■ Role - select a database role for example, SYSDBA.

7. Click Query.

A table is displayed that lists the schemas and their metadata repositories that are available in the database. 8. Select a repository, then enter the following information: ■ Repository Name - enter a name for the MDS schema. ■ Schema Password - enter the schema password you specified when you created the schema.

9. Click OK.

The repository is registered with the Oracle WebLogic Server domain.

7.1.5.3 Registering an MDS Schema Using WLST

You can also use WLST to register a database-based MDS repository from the command line using the registerMetadataDBRepository command. To register an MDS schema using WLST:

1. Start WLST as described in

Section 1.13.3.1, Running Oracle WebLogic Scripting Tool WLST Commands.

2. Register the MDS schema using the following command:

registerMetadataDBRepositoryname=mds_name, dbVendor=db_vendor, host=host_ name , port=port_number, dbName=db_name, user=username, password=password, targetServers=target_ server Where: ■ mds_name is the name of the MDS schema to register. ■ db_vendor is the vendor of the database being used. ■ host_name is the fully qualified server name of the database server of the Database Server. ■ port_number is the port number of the Database Server. ■ db_name is the name of the database being used to store the MDS. ■ username is the database schema user name. ■ password is the database schema password. ■ target_server is the name of the target server. For multiple targets, separate the target server names with a comma. Be sure to include the WLS administration server in the list of targets so that the MDS database repository name appears in the Deployment Plan dialog when you deploy your application to it. For example, to register the MDS schema mds1 on the Oracle database orcl on the target server server1 with the host ID of example.com, you would use the following command: registerMetadataDBRepositoryname=mds1, dbVendor=ORACLE,