|
To Yilong Liu
# Note on Metadata Refresh
# ------------------------
# Some of the problems related to metadata have been the result
# of metadata changes not being refreshed from the OLAP metadata
# catalogs. To avoid this problem, it is necessary to perform
# a manual refresh after any changes to your metadata (such as
# adding dimensions or cubes). After any such changes, refresh
# your metadata by connecting to your database using SQL*Plus as
# OLAPSYS and execute the following script:
#
# execute cwm2_olap_metadata_refresh.mr_refresh; |
|