I am working on JDBCRowLoader.. I followed all the instructions, running below attach_loader.
call sys.attach_loader('app', 'cust', 'com.mohan.coe.JDBCRowLoader', '|url=jdbc:oracle:thin:@pivhdsne:1521/xe|query-string=select * from system.cust where id=111|user=SYSTEM|password=abcdef|min-connections=5|max-connections=100');
It is printing oracle connection details in the gemfire xd server log and connection is not being established to oracle. The above statement is executing successfully.
By the way, I am using sqlf interface. Only issue is connection is not being established to oracle. JDBCRowLoader initialization is finished successfully.