• Font Size
  • S
  • M
  • L

Search via FAQ No.


  • No : 24364
  • Open Date : 2016/06/13 14:16
  • Print

[DataSpider Servista] Is it possible to establish connection in Oracle RAC environment?

[DataSpider Servista] Is it possible to establish connection in Oracle RAC environment?
 
Category : 

Answer

It is possible to specify with Global Resource settings with Oracle adapter.

 
Procedure
  1. Create Global Resource of the Oracle adapter.
  2. Insert check in [Input URL directly].
  3. Since connection settings from URL are possible, specify the URL similar to the below.
Example:
  jdbc:oracle:thin:@(description=(address_list=(address=(host=192.168.X.X)
  (protocol=tcp)(port=1521))(address=(host=192.168.X.X)(protocol=tcp)
  (port=1521))(load_balance=no)(failover=yes))
  (connect_data=(service_name=XXX)))