Set Up the TIBCO BusinessEvents TRA File

Procedure

  1. Open the BE_HOME/bin/be-migration.tra file and specify appropriate values for the properties shown below, with example values.
  2. For notes on the properties see Backing Store Data Migration Property Reference.
    # Oracle/JDBC Migration Properties
    be.migration.batchsize 1000
    be.migration.workersize 16
    be.migration.objecttable true
    be.migration.target.type jdbc
    # Database URLs
    # Source database:
    be.oracle.dburi.count 1
    be.oracle.dburi.0 /Resources/myORCL.sharedjdbc
    be.oracle.dburi.pool.initial.0 5
    be.oracle.dburi.pool.min.0 5
    be.oracle.dburi.pool.max.0 10
    # Target database:
    be.jdbc.dburi.count 1
    be.jdbc.dburi.0 /Resources/myJDBC.sharedjdbc
    be.jdbc.dburi.pool.initial.0 5
    be.jdbc.dburi.pool.min.0 5
    be.jdbc.dburi.pool.max.0 10