To list the tables managed by the staging server:
- For tables which contain site data, list the contents of the STGSITETAB table by issuing the following command at a database command prompt:
select tabname from STGSITETAB. - For tables which contain merchant data, list the contents of the STGMERTAB table by issuing the following command at a DB2 command prompt: select tabname from STGMERTAB.
- For tables which contain both site and merchant data, list the contents of the STGMRSTTAB table by issuing the following command at a DB2 command prompt: select tabname from STGMRSTTAB.