Good morning colleagues.
I am presenting the following situation:
For performance and policy reasons we need to change the Mondash schema database engine, by default it is PostgreSQL and we must change it to ORACLE.
The first thing we must adapt is the connection from the client and for that we make the following modifications:
Inside the mondash.cfg file we update the connection string
Using the DataFlux 32-bit Oracle Wire Protocol driver as follows:
MONDASH/DSN=Driver=DataFlux 32-bit Oracle Wire Protocol;DFXDOMAIN=xxxxx_ _Auth;DB=oracle;Host=xxxxxxx.com;Port=1521;DFXTYPE=ODBC
Result: [DataFlux][ODBC Oracle Wire Protocol driver]Insufficient information to connect to the data source.
Using an Oracle driver installed on the client machine:
MONDASH/DSN=Driver={Oracle in instantclient_12_2};DFXDOMAIN=xxxxx_ _Auth;DB=oracle;Host=xxxxxxx.com;Port=1521;DFXTYPE=ODBC
Result: [Oracle][ODBC][Ora]ORA-12560: TNS:protocol adapter error
Does anyone have experience with these types of errors?
Thanks.