Data source creation: non XA
- Navigate to FCUBSDomain Services Data Sources select New Generic data source.
- Enter the Name and JNDI Name and Click on Next.
- Select the Driver as “Oracle’s Driver (thin) for Instance connection: Versions: Any” and Click on Next.
- Uncheck the “Supports Global Transactions” and click on Next.
- Enter the Database Name, Host Name, Port, User Name, Password, Confirm Password and Click on Next.
- Replace the JDBC URL in the below format and click on
NextDefault URL: jdbc:oracle:thin:@<IP_Adress>:<Port>:<INSTANCE_NAME>. Change the default URL to:
jdbc:oracle:oci:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOS
T=xxxxxx.com)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=fcubs)))Where,
Scan IP = xxxxxx.com Service Name = fcubs Port = 1521
Make sure that in URL, we make the changes to reflect oci.
Then Click on Test Configuration. The connection test should be successful.
- Select Target as FCUBSCluster and click on Finish.
Parent topic: Data Source creation and JDBC Configuration