RDF System Management Manual

Table Of Contents
Preparing the RDF Environment
HP NonStop RDF System Management Manual524388-003
2-10
Designing Transactions for RDF Protection
Replicating Database Operations
Database administrators preparing to work with RDF should be aware of
considerations concerning:
NonStop SQL/MP and NonStop SQL/MX Data Definition Language (DDL)
operations
NonStop SQL/MP and NonStop SQL/MX DDL operations with Shared Access
Enscribe file-label modifications
Purge operations
Partitioned files
Temporary disk files
NonStop SQL/MP and NonStop SQL/MX DDL Operations
Although RDF replicates NonStop SQL/MP and NonStop SQL/MX Data Manipulation
Language (DML) operations, it does not replicate NonStop SQL/MP and NonStop
SQL/MX Data Definition Language (DDL) operations except for PURGEDATA.
Excluding PURGEDATA, the database administrator needs to perform all other DDL
operations (such as CREATE TABLE or CREATE INDEX) manually on the backup
system as well as on the primary system.
User programs cannot create audited NonStop SQL/MP and NonStop SQL/MX tables
and write to them without coordinating table creation on the primary system with table
creation on the backup system.
Recommended procedures for performing NonStop SQL DDL operations in an RDF
environment are described under NonStop SQL/MP or NonStop SQL/MX Databases in
Section 6.
Enscribe File-Label Modifications
In general, RDF does not replicate Enscribe file-label modifications.
File-label modifications in Enscribe are similar to DDL operations in NonStop SQL/MP
and NonStop SQL/MX in that the modifications do not manipulate the file itself. Instead,
file-label modifications alter attributes of the file, such as the file code, the security, the
extent size, and the audit setting.