Application Integration
- Application Integration
- All Products
DBMS_CLOUD.CREATE_CREDENTIAL ( credential_name IN VARCHAR2, user_ocid IN VARCHAR2, tenancy_ocid IN VARCHAR2, private_key IN VARCHAR2, fingerprint IN VARCHAR2);
Parameter | Description |
---|---|
credential_name | Specifies the name of the credential to be
stored. |
user_ocid | Specifies the user's Oracle client ID (OCID). |
tenancy_ocid | Specifies the tenancy's OCID. |
private_key | Specifies the generated private key. Private keys
generated with a passphrase are not supported. You need to
generate a private key without a passphrase. |
fingerprint | Specifies a fingerprint. After a generated public key is
uploaded to the user's account, the fingerprint is displayed
in the console. Use the displayed fingerprint for this
parameter. |
DBMS_CLOUD_AI.CREATE_PROFILE profile_name IN VARCHAR2, attributes IN CLOB DEFAULT NULL, status IN VARCHAR2 DEFAULT NULL, description IN CLOB DEFAULT NULL );
Parameter | Description |
---|---|
profile_name | Name of the AI profile. The profile name must follow the
naming rules of the Oracle SQL identifier. The profile name
can't exceed 125 characters. This is a required
parameter. |
attributes | Profile attributes in the JSON format. The default
value is NULL . |
status | Status of the profile. The default value is
enable . |
description | Description for the AI profile. The default value is
NULL . |