How do I fetch ADW logs for the call DBMS_CLOUD.CREATE_EXTERNAL_TABLE
Hello,
I am doing a DBMS_CLOUD.CREATE_EXTERNAL_TABLE call using my sql developer to create an external table in ADW (that is deployed in cloud) in our tenancy. This call fails with the error,
'ORA-20401: Authorization failed for URI - <URI>
ORA-06512: at "C##CLOUD$SERVICE.DBMS_CLOUD", line 1007
ORA-06512: at "C##CLOUD$SERVICE.DBMS_CLOUD", line 2144
ORA-06512: at line 2'
Prior to this, I create the credential object for my OCI console user, using, DBMS_CLOUD.CREATE_CREDENTIAL call and is successful. Now, in order to debug on failure in creating external table, I want to look at the ADW logs.