OD Version 6.1.0
I'm trying to connect to a oracle 10g DB to deploy some info and i'm using this string in DD:
database name="oracle10g" "s0141241.xxxxx.com:1521

YSTA" user="xxxxx" password="xxxxxx" vendor="oracle" delete-tracker = "yes"
and i'm getting this error:
DBD: Connecting to the database...
DBD: Try connecting using jdbc

racle:thin:
@s0141241.****.gov:1521

YSTA...
DBD: SQL failure
DBD: ERROR:ERROR: Could not connect to [jdbc

racle:thin:
@s0141241.xxxx.gov:com

YSTA]
DBD:
DBD: *******************************************************
DBD: SQLException occured in JdbcCheckup:MakeConnection()
DBD: Exception Message: Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=169869568)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4))))
DBD: Vendor Error Code: 17002
DBD: SQL state: null
DBD: *******************************************************
any ideas? I've never used a Oracle connection before, it's always been SQL server in the past.