Oracle8i Replication Management API Reference
Release 2 (8.1.6)

Part Number A76958-01

Library

Product

Contents

Index

Go to previous page Go to beginning of chapter Go to next page

Replication Management API Reference, 170 of 179


END_TABLE_REORGANIZATION procedure

This procedure must be called after a master table is reorganized. It ensures that the snapshot data for the master table is valid and that the master table is in the proper state.

See Also:

"Reorganizing Master Tables that Have Snapshot Logs" for more information. 

Syntax

DBMS_SNAPSHOT.END_TABLE_REORGANIZATION (
   tabowner    IN   VARCHAR2,
   tabname     IN   VARCHAR2);

Parameters

Table 8-307 END_TABLE_REORGANIZATION Procedure Parameters
Parameter  Description 
tabowner
 

Owner of the table being reorganized. 

tabname
 

Name of the table being reorganized. 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index