In the LDAP Connection field, select Keep Alive if you want the replication server

Setting Up Replication 38-23 When the replication server is started, it starts to bootstrap the data from the supplier to the consumer. After the bootstrap has completed successfully, the replication server automatically change to ONLINE mode orclreplicastate=1 to process changes from the supplier to the consumer. You can monitor the value of orclreplicastate by using the following command line: ldapsearch -p port-h host -D cn=orcladmin -q \ -b orclreplicaid=unique_replicaID_of_consumer, cn=replication configuration \ -s base objectclass= orclreplicastate Task 8: If Oracle Delegated Administration Services or Oracle Single Sign-On Are Installed on the New Node, Restore Their Entries in the New Nodes Directory The entries for Oracle Delegated Administration Services and Oracle Single Sign-On must refer to the local instances of these services. However, the initial replication download from the supplier to the consumer creates these entries with values replicated from the supplier. If these services are in fact configured on the consumer node, then these values need to be replaced by the correct information appropriate to the consumer node. ■ If the Delegated Administration Service DAS is configured on the consumer node, it must be restored using the following steps: 1. In the ocbkup.new_replicaid.TO.master_ replicaid .timestamp.ldif file created by Task 3, locate and copy the DAS URL. The DN of the DAS URL container entry is cn=OperationURLs, cn=DAS, cn=Products, cn=OracleContext. It is usually the next-to-last entry in the file. 2. Create an LDIF file called change_das_url.ldif with the following contents: dn: cn=OperationURLs,cn=DAS,cn=Products,cn=OracleContext changetype: modify replace: orcldasurlbase orcldasurlbase: copy_paste_the_URL_from_backup_file 3. Execute the following command to change the DAS URL: ldapmodify –p consumer_port -h consumer_host -D super_user_DN \ -q -f change_das_URL.ldif ■ Similarly, if Single Sign-on SSO is configured on the consumer node, it must be restored using the following steps: 1. In the ocbkup.timestamp.dat file created by Task 3, locate and copy the SSO container entry. Copy only the attributes shown in step 2. The DN of the SSO container entry is orclApplicationCommonName=ORASSO_ SSOSERVER, cn=SSO, cn=Products, cn=OracleContext. It is usually the last entry in the file. 2. Create an LDIF file add_SSO_container.ldif with the following contents: dn: orclApplicationCommonName=ORASSO_SSOSERVER, cn=SSO,cn=Products,cn=OracleContext See Also: Oracle Identity Management Guide to Delegated Administration and Oracle Application Server Single Sign-On Administrators Guide in the 10g 10.1.4.0.1 library. See Also: Oracle Application Server Single Sign-On Administrators Guide in the 10g 10.1.4.0.1 library.