Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
-
Re: How to query fusion tables in SQL developer
It is possible to do this. There is a tool in the market, Fusion DB Connect that lets you use SQL*Developer and query the Fusion Cloud database. https://www.fusiondbconnect.com1 -
Re: Include Enterprise Scheduler Job Display Name in REQUEST_HISTORY table
The name of the submitted request can be pulled from the table fusion_ora_ess.request_history_view SELECT H.REQUESTID, H., V. FROM REQUEST_HISTORY H , FUSION_ORA_ESS.REQUEST_HISTORY_VIEW V WHERE H.RE…1