
316 IBM WebSphere Portal for Multiplatforms V5 Handbook
su - db2inst1
db2
3. Enter the SQL statement below, the result will bring the information of the
page you have created before. See Example 6-6.
select * from <schema>.PAGE_INST_LOD where TITLE=’<page_name>’
Example 6-6 Validating the DB2 configuration
select * from db2inst1.PAGE_INST_LOD where TITLE=’NewPage’
The validation is successful if you get at least one entry into the
PAGE_INST_LOD table.
6.7.2 Validate LDAP configuration
This section will help you through the steps to validate the LDAP configuration
you have completed in “Install and configure LDAP” on page 290.
The following steps will ...