Hi,
I have a nice SQL Connection wit ah Oracle DB.
With the Connection Wizzard I was able to declare an ODBC connection to the DB :
DRIVER={Oracle dans OraDb10g_home1};UID=SYS;PWD=******** as sysdba;DBQ=TELEG1P;DBA=R;
When I test the connection it is succesful.
But when I try to use this connection in a task, I get this error message :
"Exception in Task: The connection has been disabled."
The DB is MOUNTED, not OPEN. As sysdba one can connect to a DB even if it is not OPEN.
Thank you for your kind help.
Christian