Tuesday, August 28, 2012

Oracle File/FTP adapter High Availability

Configure HA File/FTP adapter
http://docs.oracle.com/cd/E23943_01/integration.1111/e10231/adptr_file.htm#BABCBIAH



  • Same physical Dir for cluster
  • Same shared control Dir
  • JCA settings:   MaxRaiseSize,  xa-set-transaction-timeout
  • Database table (SOAINFRA created)
  • eis/HAFileAdapter  for outbound connections pools
  • in/outBoundDataSource  jdbc/SOADataSource

  • Outbound Mutex:  outboundLockTypeForWrite 
    • memory  - in memory to synchronize the write
    • oracle - use DB sequence
    • db - non-Oracle Database schema, uses table (FILEADAPTER_MUTEX)_
    • user-defined: set new binding-properties to " "oracle.tip.adapter.file.mutex""
  • BPEL or mediator .jca file to use the eis/HAFileAdapter

No comments: