I'm testing some reporting tools, such as Report Manager.
This program, RM, uses dbExpress in order to connect a remote Oracle database.
When I choose to connect, it shows a window where I have to fill some fields:
Code: Select all
[Oracle]
BlobSize=1
DataBase=DUNE
DriverName=Oracle
ErrorResourceFile=t:\a.txt
LocaleCode=0000
Password=myOwnPass
Oracle TransIsolation=ReadCommited
User_Name=myOwnUser
Could someone tell me if I am wrongly filling the DataBase field? Or maybe the problem is with this remote Oracle database?
I've connect to it thru' JDBC and I didn't get this error.
Regards.