#Default: false, Range: true or false, Specifies whether a database link is required to have the same name #as the database to which it connects. GLOBAL_NAMES must be set to true at each database that is participating in your #replication environment, including both master sites and materialized view sites. GLOBAL_NAMES=true #Default: 0, Range: 0 to 1000, #Specifies the number of Jn job queue processes for each instance (J000 ... J999). Job queue processes handle #requests created by DBMS_JOB. #This parameter should be set to at least 1, and should be set to the same value as the maximum number of #jobs that can run simultaneously plus one JOB_QUEUE_PROCESSES=10 #OPEN_LINKS Default: 4, Range: 0 to 255, Specifies the maximum number of concurrent open connections to #remote databases in one session. These connections include the schema objects called database links, as well #as external procedures and cartridges, each of which uses a separate process. If you are using synchronous #replication, OPEN_LINKS must be set to at least the number of master sites. For example, an environment with five #master sites requires that OPEN_LINKS be set to at least 5. OPEN_LINKS=10 #REPLICATION_DEPENDENCY_TRACKING Default: true, Range: true or false, Enables or disables dependency tracking for #read/write operations to the database. Dependency tracking is essential for propagating changes in a replication #environment in parallel. #true: enables dependency tracking. false: allows read/write operations to the database to run faster, but does not #produce dependency information for Oracle to perform parallel propagation. #Typically, specify true. Do not specify false unless you are sure that your application will perform no read/write #operations to the replicated tables. REPLICATION_DEPENDENCY_TRACKING=true #Range: Any valid directory path. #Specifies the default location for generated files. These files may be generated by the Replication Management tool #or by the replication management API. For example, an offline instantiation file for a deployment template #can be placed in the directory specified by this initialization parameter. Specify a valid directory. UTL_FILE_DIR=*