How to create a Credential in Oracle Autonomous Database
This article quickly guides you on how to create and drop the credential in Oracle Autonomous Database.
To create a Credential, you can use the following command:
BEGIN
DBMS_CLOUD.CREATE_CREDENTIAL(
credential_name => 'MY_CLOUD_CREDENTIAL', ...
baskarblogspot.hashnode.dev2 min read