Maintenance User Security

To increase security, prevent unauthorized access to the database, and restrict maintenance user access to Replication Server, secure the maintenance user with password encryption, and set an expiration interval for the password.

Replication Server defines the maintenance user ID and password with the Replication Server create connection command or system management tools such as rs_init that you use for creating a connection to the replicate database.

Replication Server logs in to the replicate data server as the maintenance user for replication. The maintenance user must have the permissions to execute replicated stored procedures, and to execute DML operations such as insert, delete, and update on replicate tables.To enable replication of DDL operations such as create table using the maintenance user, the maintenance user must have set session authorization permission to perform DDL operation as the original user.

Set hide_maintuser_pwd on to: Use maintuser_pwd_expiration to set the password expiration interval for the maintenance user.