Is openquery still the way to query an Oracle linked server in SQL 2014? When researching how to setup an Oracle linked server I could have sworn I found an article saying openquery was deprecated, and instead we simple use "select * from linkedserver.owner.table". But openquery is the only way I can get a query to work with my Oracle linked server in SQL 2014.
Thanks in advance.
André