Database Error Messages

ORA-17363

Custom URI authorization scheme failing to access URI with error code error_code.
  • URI: The Uniform Resource Identifier (URI) identifying the object on the object store.
  • error_code: The error code. If performing the suggestions in the Action portion of this error message fail to solve the problem, contact Oracle Support and provide this error code.

Cause

An attempt to access the specified file on the object store is failing with the specified error code. The access method is explicitly specified in place of the "https://" protocol identifier. This access scheme may be incorrect or invalid for the object store that is being accessed.


Action

Check that the access scheme provided is both valid and correct for access to the associated object store URI. Retry the operation using the standard "https://" protocol identifier instead of the explicit authorization scheme to allow automated protocol and authorization management to occur. Check that the credentials used for the operation are valid and work properly with some other database operations or an external tool like curl or an Oracle OCI SDK that can be used to access the object store.