I am trying to connect to an 11g oracle database in UI Path through ODBC.
I've setup the drivers, the database source and when I test the connection it succeedes. But when I try to run it in UI Path it throws an error. Here is a screenshot of my connection settings.
My connection string -
"Dsn=BJ_ODBC;uid=user;pwd=pwd;dbq=test;dba=W;apa=T;exc=F;fen=T;qto=T;frc=10;fdl=10;lob=T;rst=T;btd=F;bnf=F;bam=IfAllSuccessful;num=NLS;dpm=F;mts=T;mdi=F;csr=F;fwc=F;fbs=64000;tlo=O;mld=0;oda=F"
Is there anything to be done here?