repositorySchema property

Specifies the schema for a repository created in a database.

This property applies to only Java applications that use the pureQuery API or that have pureQuery client optimization enabled.

Use this property to specify the repository schema name if you specified a schema name with the ManageRepository -repositorySchema option when you created the repository.

For example, you create a repository and specify the schema name PDQTEST. When using the pureQuery Runtime property finalRepositoryProperties or outputXmlRepository to specify the repository, you must also specify the schema PDQTEST with the pureQuery Runtime property repositorySchema.

If you did not specify a schema name when creating the repository, this property is not required. The repository is created with the default schema name IBMPDQ.


Feedback