Show TOC

New command: ra_mat_statusLocate this document in the navigation structure

Gets the materialization status for the specified model and shows the materialization status for each table in the model.

Syntax
ra_mat_status <modelName>
Parameters
modelName
Specifies the name of the replication model.
Examples
Example 1

Run the ra_mat_status command on the "jmt" model and the "ALL_DATATYPES" table when the table is being materialized:

ra_mat_status jmt
go
The returned result is:
 TABLE NAME     TABLE STATUS
 -------------- -------------
 ALL_DATATYPES  Materializing
Example 2
Run the ra_mat_status command on the "jmt" model and the "ALL_DATATYPES" table after the table is materialized:
ra_mat_status jmt
go
The returned result is:
 TABLE NAME     TABLE STATUS
 -------------- ------------------------
 ALL_DATATYPES  Materialization complete