We have an offsite server A hosting an Oracle database, and an on-site SQL Server B.
We have a linked server set up on B pointing at A.
If I connect from my laptop to SQL Server B and run a query against the linked server, the query will succeed.
If I remote desktop onto SQL Server B and run the same query I get the following error:
RA-12638: Credential retrieval failed
The query works from every machine I have tried it on apart from Server B where the SQL Server is hosted, what might be causing this issue?