I can't even get the HelloWorld app to work...
I keep getting a connection refused error...
Can someone give me the syntax for a connect string to an oracle DB.
I am using this as my HellowWorld text:
!path lib/*.jar
!|dbfit.OracleTest|
!|Connect|(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=red-
devl.test.test.com)(PORT=1522))
(CONNECT_DATA=(SERVICE_NAME=test.world)))| testun | testpw |
!|Query| select 'test' as x from dual|
|x|
|test|