Forum Discussion
Oracle 2.0 property authenticationType is not specified
- May 28, 2025
Now the issue is resolved by Microsoft. They released a fix for this on may 27 and I just tested it and it works for us. We are in West Europe and all Europe regions has gotten the fix according to the MS technician I talked to.
In our ADF prod instance I can see the above json code for the Oracle linked service when in "GIT mode" but when I switch to live mode the line with
"authenticationType": "Basic"
is gone.
Now the issue is resolved by Microsoft. They released a fix for this on may 27 and I just tested it and it works for us. We are in West Europe and all Europe regions has gotten the fix according to the MS technician I talked to.
- S_SprecherJun 24, 2025Copper Contributor
the oracle connector version 2.0 ONLY offers "authenticationType": "Basic"
the old connector 1.0 offered "SID" too and the DB i am extracting Data from requires it for authentication. why is that option gone? can it be added somehow?