CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_varchar2_tbl FORCE IS TABLE OF (varchar2(32767)) NOT PERSISTABLE;
DBMS_CLOUD_OCI_MARKETPLACE_ACCEPTED_AGREEMENT_T Type 🔗
The model for an accepted terms of use agreement.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_accepted_agreement_t FORCE AUTHID CURRENT_USER IS OBJECT (
id varchar2(32767),
display_name varchar2(32767),
compartment_id varchar2(32767),
listing_id varchar2(32767),
package_version varchar2(32767),
agreement_id varchar2(32767),
time_accepted timestamp with time zone,
defined_tags json_element_t,
freeform_tags json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_accepted_agreement_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_accepted_agreement_t (
id varchar2,
display_name varchar2,
compartment_id varchar2,
listing_id varchar2,
package_version varchar2,
agreement_id varchar2,
time_accepted timestamp with time zone,
defined_tags json_element_t,
freeform_tags json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
id
(optional) The unique identifier for the acceptance of the agreement within a specific compartment.
display_name
(optional) A display name for the accepted agreement.
compartment_id
(optional) The unique identifier for the compartment where the agreement was accepted.
listing_id
(optional) The unique identifier for the listing associated with the agreement.
package_version
(optional) The package version associated with the agreement.
agreement_id
(optional) The unique identifier for the terms of use agreement itself.
time_accepted
(optional) The time the agreement was accepted.
defined_tags
(optional) The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
freeform_tags
(optional) The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: `{\"Department\": \"Finance\"}`
DBMS_CLOUD_OCI_MARKETPLACE_ACCEPTED_AGREEMENT_SUMMARY_T Type 🔗
The model for a summary of an accepted agreement.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_accepted_agreement_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
id varchar2(32767),
display_name varchar2(32767),
compartment_id varchar2(32767),
listing_id varchar2(32767),
package_version varchar2(32767),
agreement_id varchar2(32767),
time_accepted timestamp with time zone,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_accepted_agreement_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_accepted_agreement_summary_t (
id varchar2,
display_name varchar2,
compartment_id varchar2,
listing_id varchar2,
package_version varchar2,
agreement_id varchar2,
time_accepted timestamp with time zone
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
id
(optional) The unique identifier for the acceptance of the agreement within a specific compartment.
display_name
(optional) A display name for the accepted agreement.
compartment_id
(optional) The unique identifier for the compartment where the agreement was accepted.
listing_id
(optional) The unique identifier for the listing associated with the agreement.
package_version
(optional) The package version associated with the agreement.
agreement_id
(optional) The unique identifier for the terms of use agreement itself.
time_accepted
(optional) The time the agreement was accepted.
DBMS_CLOUD_OCI_MARKETPLACE_AGREEMENT_T Type 🔗
The model for an end user license agreement.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_agreement_t FORCE AUTHID CURRENT_USER IS OBJECT (
id varchar2(32767),
content_url varchar2(32767),
signature varchar2(32767),
compartment_id varchar2(32767),
author varchar2(32767),
prompt varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_agreement_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_agreement_t (
id varchar2,
content_url varchar2,
signature varchar2,
compartment_id varchar2,
author varchar2,
prompt varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
id
(required) The unique identifier for the agreement.
content_url
(required) The content URL of the agreement.
signature
(required) A time-based signature that can be used to accept an agreement or remove a previously accepted agreement from the list that Marketplace checks before a deployment.
compartment_id
(optional) The unique identifier for the compartment.
author
(optional) Who authored the agreement.
Allowed values are: 'ORACLE', 'PARTNER'
prompt
(optional) Textual prompt to read and accept the agreement.
DBMS_CLOUD_OCI_MARKETPLACE_AGREEMENT_SUMMARY_T Type 🔗
The model for a summary of an end user license agreement.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_agreement_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
id varchar2(32767),
content_url varchar2(32767),
author varchar2(32767),
prompt varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_agreement_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_agreement_summary_t (
id varchar2,
content_url varchar2,
author varchar2,
prompt varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
id
(optional) The unique identifier for the agreement.
content_url
(optional) The content URL of the agreement.
author
(optional) Who authored the agreement.
Allowed values are: 'ORACLE', 'PARTNER', 'PII'
prompt
(optional) Textual prompt to read and accept the agreement.
DBMS_CLOUD_OCI_MARKETPLACE_CATEGORY_SUMMARY_T Type 🔗
The model for a summary of product categories for listings.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_category_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
name varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_category_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_category_summary_t (
name varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
name
(optional) Name of the product category.
DBMS_CLOUD_OCI_MARKETPLACE_CHANGE_PUBLICATION_COMPARTMENT_DETAILS_T Type 🔗
The model for the parameters needed move a publication from one compartment to another.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_change_publication_compartment_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
compartment_id varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_change_publication_compartment_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_change_publication_compartment_details_t (
compartment_id varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
compartment_id
(optional) The OCID of the compartment where you want to move the publication.
DBMS_CLOUD_OCI_MARKETPLACE_INTERNATIONAL_MARKET_PRICE_T Type 🔗
The model for international market pricing.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_international_market_price_t FORCE AUTHID CURRENT_USER IS OBJECT (
currency_code varchar2(32767),
currency_symbol varchar2(32767),
rate number,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_international_market_price_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_international_market_price_t (
currency_code varchar2,
currency_symbol varchar2,
rate number
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
DBMS_CLOUD_OCI_MARKETPLACE_OPERATING_SYSTEM_T Type 🔗
The operating system used by the listing.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_operating_system_t FORCE AUTHID CURRENT_USER IS OBJECT (
name varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_operating_system_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_operating_system_t (
name varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
name
(optional) The name of the operating system.
DBMS_CLOUD_OCI_MARKETPLACE_ITEM_T Type 🔗
The model for an item within an array of filter values.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_item_t FORCE AUTHID CURRENT_USER IS OBJECT (
name varchar2(32767),
code varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_item_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_item_t (
name varchar2,
code varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
name
(optional) The name of the item.
code
(optional) A code assigned to the item.
DBMS_CLOUD_OCI_MARKETPLACE_ITEM_TBL Type 🔗
Nested table type of dbms_cloud_oci_marketplace_item_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_item_tbl FORCE IS TABLE OF (dbms_cloud_oci_marketplace_item_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_MARKETPLACE_REGION_T Type 🔗
The model for regions supported by a listing and package.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_region_t FORCE AUTHID CURRENT_USER IS OBJECT (
name varchar2(32767),
code varchar2(32767),
countries dbms_cloud_oci_marketplace_item_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_region_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_region_t (
name varchar2,
code varchar2,
countries dbms_cloud_oci_marketplace_item_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
name
(optional) The name of the region.
code
(optional) The code of the region.
countries
(optional) Countries in the region.
DBMS_CLOUD_OCI_MARKETPLACE_REGION_TBL Type 🔗
Nested table type of dbms_cloud_oci_marketplace_region_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_region_tbl FORCE IS TABLE OF (dbms_cloud_oci_marketplace_region_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_MARKETPLACE_LISTING_PACKAGE_T Type 🔗
A base object for all types of listing packages.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_listing_package_t FORCE AUTHID CURRENT_USER IS OBJECT (
description varchar2(32767),
listing_id varchar2(32767),
version varchar2(32767),
package_type varchar2(32767),
pricing dbms_cloud_oci_marketplace_pricing_model_t,
resource_id varchar2(32767),
time_created timestamp with time zone,
operating_system dbms_cloud_oci_marketplace_operating_system_t,
regions dbms_cloud_oci_marketplace_region_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_listing_package_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_listing_package_t (
description varchar2,
listing_id varchar2,
version varchar2,
package_type varchar2,
pricing dbms_cloud_oci_marketplace_pricing_model_t,
resource_id varchar2,
time_created timestamp with time zone,
operating_system dbms_cloud_oci_marketplace_operating_system_t,
regions dbms_cloud_oci_marketplace_region_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE NOT FINAL;
Fields
Field
Description
description
(optional) Description of this package.
listing_id
(required) The ID of the listing this package belongs to.
(optional) The unique identifier for the package resource.
time_created
(optional) The date and time this listing package was created, expressed in RFC 3339 timestamp format. Example: `2016-08-25T21:10:29.600Z`
operating_system
(optional)
regions
(optional) The regions where you can deploy the listing package. (Some packages have restrictions that limit their deployment to United States regions only.)
DBMS_CLOUD_OCI_MARKETPLACE_CONTAINER_LISTING_PACKAGE_T Type 🔗
A listing package for container.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_container_listing_package_t FORCE AUTHID CURRENT_USER UNDER dbms_cloud_oci_marketplace_listing_package_t (
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_container_listing_package_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_container_listing_package_t (
description varchar2,
listing_id varchar2,
version varchar2,
package_type varchar2,
pricing dbms_cloud_oci_marketplace_pricing_model_t,
resource_id varchar2,
time_created timestamp with time zone,
operating_system dbms_cloud_oci_marketplace_operating_system_t,
regions dbms_cloud_oci_marketplace_region_tbl
) RETURN SELF AS RESULT
);
dbms_cloud_oci_marketplace_container_listing_package_t is a subtype of the dbms_cloud_oci_marketplace_listing_package_t type.
DBMS_CLOUD_OCI_MARKETPLACE_CREATE_ACCEPTED_AGREEMENT_DETAILS_T Type 🔗
The model for the parameters needed to accept a terms of use agreement.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_create_accepted_agreement_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
display_name varchar2(32767),
compartment_id varchar2(32767),
listing_id varchar2(32767),
package_version varchar2(32767),
agreement_id varchar2(32767),
signature varchar2(32767),
defined_tags json_element_t,
freeform_tags json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_create_accepted_agreement_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_create_accepted_agreement_details_t (
display_name varchar2,
compartment_id varchar2,
listing_id varchar2,
package_version varchar2,
agreement_id varchar2,
signature varchar2,
defined_tags json_element_t,
freeform_tags json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
display_name
(optional) A display name for the accepted agreement.
compartment_id
(required) The unique identifier for the compartment where the agreement will be accepted.
listing_id
(required) The unique identifier for the listing associated with the agreement.
package_version
(required) The package version associated with the agreement.
agreement_id
(required) The agreement to accept.
signature
(required) A signature generated for the listing package agreements that you can retrieve with GetAgreement.
defined_tags
(optional) The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
freeform_tags
(optional) The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: `{\"Department\": \"Finance\"}`
DBMS_CLOUD_OCI_MARKETPLACE_EULA_T Type 🔗
A base object for all types of end user license agreements.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_eula_t FORCE AUTHID CURRENT_USER IS OBJECT (
eula_type varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_eula_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_eula_t (
eula_type varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE NOT FINAL;
Fields
Field
Description
eula_type
(required) The end user license agreement's type.
Allowed values are: 'TEXT'
DBMS_CLOUD_OCI_MARKETPLACE_EULA_TBL Type 🔗
Nested table type of dbms_cloud_oci_marketplace_eula_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_eula_tbl FORCE IS TABLE OF (dbms_cloud_oci_marketplace_eula_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_MARKETPLACE_CREATE_PUBLICATION_PACKAGE_T Type 🔗
A base object for creating a publication package.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_create_publication_package_t FORCE AUTHID CURRENT_USER IS OBJECT (
package_version varchar2(32767),
package_type varchar2(32767),
operating_system dbms_cloud_oci_marketplace_operating_system_t,
eula dbms_cloud_oci_marketplace_eula_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_create_publication_package_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_create_publication_package_t (
package_version varchar2,
package_type varchar2,
operating_system dbms_cloud_oci_marketplace_operating_system_t,
eula dbms_cloud_oci_marketplace_eula_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE NOT FINAL;
(required) The end user license agreeement (EULA) that consumers of this listing must accept.
DBMS_CLOUD_OCI_MARKETPLACE_CREATE_IMAGE_PUBLICATION_PACKAGE_T Type 🔗
An object for creating an image publication package.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_create_image_publication_package_t FORCE AUTHID CURRENT_USER UNDER dbms_cloud_oci_marketplace_create_publication_package_t (
image_id varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_create_image_publication_package_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_create_image_publication_package_t (
package_version varchar2,
package_type varchar2,
operating_system dbms_cloud_oci_marketplace_operating_system_t,
eula dbms_cloud_oci_marketplace_eula_tbl,
image_id varchar2
) RETURN SELF AS RESULT
);
dbms_cloud_oci_marketplace_create_image_publication_package_t is a subtype of the dbms_cloud_oci_marketplace_create_publication_package_t type.
Fields
Field
Description
image_id
(optional) The unique identifier for the base image of the publication.
DBMS_CLOUD_OCI_MARKETPLACE_SUPPORT_CONTACT_T Type 🔗
Contact information to use to get support.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_support_contact_t FORCE AUTHID CURRENT_USER IS OBJECT (
name varchar2(32767),
phone varchar2(32767),
email varchar2(32767),
subject varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_support_contact_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_support_contact_t (
name varchar2,
phone varchar2,
email varchar2,
subject varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
name
(optional) The name of the contact.
phone
(optional) The phone number of the contact.
email
(optional) The email of the contact.
subject
(optional) The email subject line to use when contacting support.
DBMS_CLOUD_OCI_MARKETPLACE_SUPPORT_CONTACT_TBL Type 🔗
Nested table type of dbms_cloud_oci_marketplace_support_contact_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_support_contact_tbl FORCE IS TABLE OF (dbms_cloud_oci_marketplace_support_contact_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_MARKETPLACE_CREATE_PUBLICATION_DETAILS_T Type 🔗
The model for the parameters needed to create a publication.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_create_publication_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
listing_type varchar2(32767),
name varchar2(32767),
short_description varchar2(32767),
long_description varchar2(32767),
support_contacts dbms_cloud_oci_marketplace_support_contact_tbl,
compartment_id varchar2(32767),
package_details dbms_cloud_oci_marketplace_create_publication_package_t,
is_agreement_acknowledged number,
defined_tags json_element_t,
freeform_tags json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_create_publication_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_create_publication_details_t (
listing_type varchar2,
name varchar2,
short_description varchar2,
long_description varchar2,
support_contacts dbms_cloud_oci_marketplace_support_contact_tbl,
compartment_id varchar2,
package_details dbms_cloud_oci_marketplace_create_publication_package_t,
is_agreement_acknowledged number,
defined_tags json_element_t,
freeform_tags json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
listing_type
(required) The publisher category to which the publication belongs. The publisher category informs where the listing appears for use.
(required) The name of the publication, which is also used in the listing.
short_description
(required) A short description of the publication to use in the listing.
long_description
(optional) A long description of the publication to use in the listing.
support_contacts
(required) Contact information for getting support from the publisher for the listing.
compartment_id
(required) The OCID of the compartment where you want to create the publication.
package_details
(required)
is_agreement_acknowledged
(required) Whether the publisher acknowledged that they have the right and authority to share the contents of the publication and that they accepted the Oracle terms of use agreements required to create a publication.
defined_tags
(optional) The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
freeform_tags
(optional) The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: `{\"Department\": \"Finance\"}`
DBMS_CLOUD_OCI_MARKETPLACE_DOCUMENTATION_LINK_T Type 🔗
A link to a documentation resource on the internet.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_documentation_link_t FORCE AUTHID CURRENT_USER IS OBJECT (
name varchar2(32767),
url varchar2(32767),
document_category varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_documentation_link_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_documentation_link_t (
name varchar2,
url varchar2,
document_category varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
name
(optional) Text that describes the resource.
url
(optional) The URL of the resource.
document_category
(optional) The category that the document belongs to.
DBMS_CLOUD_OCI_MARKETPLACE_ERROR_ENTITY_T Type 🔗
The model for the error entity.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_error_entity_t FORCE AUTHID CURRENT_USER IS OBJECT (
code varchar2(32767),
message varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_error_entity_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_error_entity_t (
code varchar2,
message varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
code
(required) A short error code that defines the error.
message
(required) A human-readable error string.
DBMS_CLOUD_OCI_MARKETPLACE_EXPORT_PACKAGE_DETAILS_T Type 🔗
The model for the parameters needed to export a listing.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_export_package_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
compartment_id varchar2(32767),
container_repository_path varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_export_package_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_export_package_details_t (
compartment_id varchar2,
container_repository_path varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
compartment_id
(required) The OCID of the compartment where you want to export container image or helm chart.
container_repository_path
(required) The repository path (/Content/General/Concepts/identifiers.htm) of the container reposistory where the container image or helm chart should be exported.
DBMS_CLOUD_OCI_MARKETPLACE_SEARCH_LISTINGS_DETAILS_T Type 🔗
A base request type that contains common criteria for Marketplace Search Listings details.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_search_listings_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
l_type varchar2(32767),
matching_context_type varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_search_listings_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_search_listings_details_t (
l_type varchar2,
matching_context_type varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE NOT FINAL;
Fields
Field
Description
l_type
(required) The type of SearchDetails, whether FreeText or Structured.
Allowed values are: 'FreeText', 'Structured'
matching_context_type
(optional) The type of matching context returned in the response. If you specify HIGHLIGHTS, then the service will highlight fragments in its response. The default value is NONE.
Allowed values are: 'NONE', 'HIGHLIGHTS'
DBMS_CLOUD_OCI_MARKETPLACE_FREE_TEXT_SEARCH_DETAILS_T Type 🔗
A request containing arbitrary text that must be present in the Marketplace Applications.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_free_text_search_details_t FORCE AUTHID CURRENT_USER UNDER dbms_cloud_oci_marketplace_search_listings_details_t (
text varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_free_text_search_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_free_text_search_details_t (
l_type varchar2,
matching_context_type varchar2,
text varchar2
) RETURN SELF AS RESULT
);
dbms_cloud_oci_marketplace_free_text_search_details_t is a subtype of the dbms_cloud_oci_marketplace_search_listings_details_t type.
Fields
Field
Description
text
(required) The text to search for.
DBMS_CLOUD_OCI_MARKETPLACE_IMAGE_LISTING_PACKAGE_T Type 🔗
A package for image listings.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_image_listing_package_t FORCE AUTHID CURRENT_USER UNDER dbms_cloud_oci_marketplace_listing_package_t (
app_catalog_listing_id varchar2(32767),
app_catalog_listing_resource_version varchar2(32767),
image_id varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_image_listing_package_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_image_listing_package_t (
description varchar2,
listing_id varchar2,
version varchar2,
package_type varchar2,
pricing dbms_cloud_oci_marketplace_pricing_model_t,
resource_id varchar2,
time_created timestamp with time zone,
operating_system dbms_cloud_oci_marketplace_operating_system_t,
regions dbms_cloud_oci_marketplace_region_tbl,
app_catalog_listing_id varchar2,
app_catalog_listing_resource_version varchar2,
image_id varchar2
) RETURN SELF AS RESULT
);
dbms_cloud_oci_marketplace_image_listing_package_t is a subtype of the dbms_cloud_oci_marketplace_listing_package_t type.
Fields
Field
Description
app_catalog_listing_id
(optional) The ID of the listing resource associated with this listing package. For more information, see AppCatalogListing in the Core Services API.
app_catalog_listing_resource_version
(optional) The resource version of the listing resource associated with this listing package.
image_id
(optional) The ID of the image corresponding to the package.
DBMS_CLOUD_OCI_MARKETPLACE_PUBLICATION_PACKAGE_T Type 🔗
A base object for all types of publication packages.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_publication_package_t FORCE AUTHID CURRENT_USER IS OBJECT (
description varchar2(32767),
listing_id varchar2(32767),
version varchar2(32767),
package_type varchar2(32767),
resource_id varchar2(32767),
time_created timestamp with time zone,
operating_system dbms_cloud_oci_marketplace_operating_system_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_publication_package_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_publication_package_t (
description varchar2,
listing_id varchar2,
version varchar2,
package_type varchar2,
resource_id varchar2,
time_created timestamp with time zone,
operating_system dbms_cloud_oci_marketplace_operating_system_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE NOT FINAL;
Fields
Field
Description
description
(optional) A description of the package.
listing_id
(required) The ID of the listing that the specified package belongs to.
(optional) The unique identifier for the package resource.
time_created
(optional) The date and time the publication package was created, expressed in RFC 3339 timestamp format. Example: `2016-08-25T21:10:29.600Z`
operating_system
(optional)
DBMS_CLOUD_OCI_MARKETPLACE_IMAGE_PUBLICATION_PACKAGE_T Type 🔗
A publication package for image publications.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_image_publication_package_t FORCE AUTHID CURRENT_USER UNDER dbms_cloud_oci_marketplace_publication_package_t (
app_catalog_listing_id varchar2(32767),
app_catalog_listing_resource_version varchar2(32767),
image_id varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_image_publication_package_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_image_publication_package_t (
description varchar2,
listing_id varchar2,
version varchar2,
package_type varchar2,
resource_id varchar2,
time_created timestamp with time zone,
operating_system dbms_cloud_oci_marketplace_operating_system_t,
app_catalog_listing_id varchar2,
app_catalog_listing_resource_version varchar2,
image_id varchar2
) RETURN SELF AS RESULT
);
dbms_cloud_oci_marketplace_image_publication_package_t is a subtype of the dbms_cloud_oci_marketplace_publication_package_t type.
Fields
Field
Description
app_catalog_listing_id
(optional) The ID of the listing resource associated with this publication package. For more information, see AppCatalogListing in the Core Services API.
app_catalog_listing_resource_version
(optional) The resource version of the listing resource associated with this publication package.
image_id
(optional) The ID of the image that corresponds to the package.
DBMS_CLOUD_OCI_MARKETPLACE_KUBERNETES_LISTING_PACKAGE_T Type 🔗
A listing package for kubernetes.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_kubernetes_listing_package_t FORCE AUTHID CURRENT_USER UNDER dbms_cloud_oci_marketplace_listing_package_t (
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_kubernetes_listing_package_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_kubernetes_listing_package_t (
description varchar2,
listing_id varchar2,
version varchar2,
package_type varchar2,
pricing dbms_cloud_oci_marketplace_pricing_model_t,
resource_id varchar2,
time_created timestamp with time zone,
operating_system dbms_cloud_oci_marketplace_operating_system_t,
regions dbms_cloud_oci_marketplace_region_tbl
) RETURN SELF AS RESULT
);
dbms_cloud_oci_marketplace_kubernetes_listing_package_t is a subtype of the dbms_cloud_oci_marketplace_listing_package_t type.
DBMS_CLOUD_OCI_MARKETPLACE_LAUNCH_ELIGIBILITY_T Type 🔗
Tenant eligibility and other information for launching a PIC image
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_launch_eligibility_t FORCE AUTHID CURRENT_USER IS OBJECT (
image_id varchar2(32767),
is_launch_allowed number,
meters varchar2(32767),
ineligibility_reason varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_launch_eligibility_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_launch_eligibility_t (
image_id varchar2,
is_launch_allowed number,
meters varchar2,
ineligibility_reason varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
image_id
(required) PIC Image ID
is_launch_allowed
(required) Is the tenant permitted to launch the PIC image
meters
(optional) related meters for the PIC image
ineligibility_reason
(optional) Reason the account is ineligible to launch paid listings
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_link_t FORCE AUTHID CURRENT_USER IS OBJECT (
rel varchar2(32767),
href varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_link_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_link_t (
rel varchar2,
href varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
rel
(optional) Reference links to the previous page, next page, and other pages.
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_upload_data_t FORCE AUTHID CURRENT_USER IS OBJECT (
name varchar2(32767),
content_url varchar2(32767),
mime_type varchar2(32767),
file_extension varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_upload_data_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_upload_data_t (
name varchar2,
content_url varchar2,
mime_type varchar2,
file_extension varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
name
(optional) The name used to refer to the upload data.
content_url
(optional) The content URL of the upload data.
mime_type
(optional) The MIME type of the upload data.
file_extension
(optional) The file extension of the upload data.
DBMS_CLOUD_OCI_MARKETPLACE_LINK_TBL Type 🔗
Nested table type of dbms_cloud_oci_marketplace_link_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_link_tbl FORCE IS TABLE OF (dbms_cloud_oci_marketplace_link_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_MARKETPLACE_PUBLISHER_T Type 🔗
The model for a publisher.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_publisher_t FORCE AUTHID CURRENT_USER IS OBJECT (
id varchar2(32767),
name varchar2(32767),
description varchar2(32767),
year_founded number,
website_url varchar2(32767),
contact_email varchar2(32767),
contact_phone varchar2(32767),
hq_address varchar2(32767),
logo dbms_cloud_oci_marketplace_upload_data_t,
links dbms_cloud_oci_marketplace_link_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_publisher_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_publisher_t (
id varchar2,
name varchar2,
description varchar2,
year_founded number,
website_url varchar2,
contact_email varchar2,
contact_phone varchar2,
hq_address varchar2,
logo dbms_cloud_oci_marketplace_upload_data_t,
links dbms_cloud_oci_marketplace_link_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
id
(optional) Unique identifier for the publisher.
name
(optional) The name of the publisher.
description
(optional) A description of the publisher.
year_founded
(optional) The year the publisher's company or organization was founded.
website_url
(optional) The publisher's website.
contact_email
(optional) The email address of the publisher.
contact_phone
(optional) The phone number of the publisher.
hq_address
(optional) The address of the publisher's headquarters.
logo
(optional)
links
(optional) Reference links.
DBMS_CLOUD_OCI_MARKETPLACE_SCREENSHOT_T Type 🔗
The model for a listing's screenshot.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_screenshot_t FORCE AUTHID CURRENT_USER IS OBJECT (
name varchar2(32767),
description varchar2(32767),
content_url varchar2(32767),
mime_type varchar2(32767),
file_extension varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_screenshot_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_screenshot_t (
name varchar2,
description varchar2,
content_url varchar2,
mime_type varchar2,
file_extension varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
name
(optional) The name of the screenshot.
description
(optional) A description of the screenshot.
content_url
(optional) The content URL of the screenshot.
mime_type
(optional) The MIME type of the screenshot.
file_extension
(optional) The file extension of the screenshot.
DBMS_CLOUD_OCI_MARKETPLACE_NAMED_LINK_T Type 🔗
A link to a resource on the internet.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_named_link_t FORCE AUTHID CURRENT_USER IS OBJECT (
name varchar2(32767),
url varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_named_link_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_named_link_t (
name varchar2,
url varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
name
(optional) Text that describes the resource.
url
(optional) The URL of the resource.
DBMS_CLOUD_OCI_MARKETPLACE_SCREENSHOT_TBL Type 🔗
Nested table type of dbms_cloud_oci_marketplace_screenshot_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_screenshot_tbl FORCE IS TABLE OF (dbms_cloud_oci_marketplace_screenshot_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_MARKETPLACE_NAMED_LINK_TBL Type 🔗
Nested table type of dbms_cloud_oci_marketplace_named_link_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_named_link_tbl FORCE IS TABLE OF (dbms_cloud_oci_marketplace_named_link_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_MARKETPLACE_DOCUMENTATION_LINK_TBL Type 🔗
Nested table type of dbms_cloud_oci_marketplace_documentation_link_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_documentation_link_tbl FORCE IS TABLE OF (dbms_cloud_oci_marketplace_documentation_link_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_MARKETPLACE_OPERATING_SYSTEM_TBL Type 🔗
Nested table type of dbms_cloud_oci_marketplace_operating_system_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_operating_system_tbl FORCE IS TABLE OF (dbms_cloud_oci_marketplace_operating_system_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_MARKETPLACE_LISTING_T Type 🔗
The model for an Oracle Cloud Infrastructure Marketplace listing.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_listing_t FORCE AUTHID CURRENT_USER IS OBJECT (
id varchar2(32767),
name varchar2(32767),
version varchar2(32767),
tagline varchar2(32767),
keywords varchar2(32767),
short_description varchar2(32767),
usage_information varchar2(32767),
long_description varchar2(32767),
license_model_description varchar2(32767),
system_requirements varchar2(32767),
time_released timestamp with time zone,
release_notes varchar2(32767),
categories dbms_cloud_oci_marketplace_varchar2_tbl,
publisher dbms_cloud_oci_marketplace_publisher_t,
languages dbms_cloud_oci_marketplace_item_tbl,
screenshots dbms_cloud_oci_marketplace_screenshot_tbl,
videos dbms_cloud_oci_marketplace_named_link_tbl,
support_contacts dbms_cloud_oci_marketplace_support_contact_tbl,
support_links dbms_cloud_oci_marketplace_named_link_tbl,
documentation_links dbms_cloud_oci_marketplace_documentation_link_tbl,
icon dbms_cloud_oci_marketplace_upload_data_t,
banner dbms_cloud_oci_marketplace_upload_data_t,
compatible_architectures dbms_cloud_oci_marketplace_varchar2_tbl,
regions dbms_cloud_oci_marketplace_region_tbl,
package_type varchar2(32767),
default_package_version varchar2(32767),
links dbms_cloud_oci_marketplace_link_tbl,
is_featured number,
listing_type varchar2(32767),
supported_operating_systems dbms_cloud_oci_marketplace_operating_system_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_listing_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_listing_t (
id varchar2,
name varchar2,
version varchar2,
tagline varchar2,
keywords varchar2,
short_description varchar2,
usage_information varchar2,
long_description varchar2,
license_model_description varchar2,
system_requirements varchar2,
time_released timestamp with time zone,
release_notes varchar2,
categories dbms_cloud_oci_marketplace_varchar2_tbl,
publisher dbms_cloud_oci_marketplace_publisher_t,
languages dbms_cloud_oci_marketplace_item_tbl,
screenshots dbms_cloud_oci_marketplace_screenshot_tbl,
videos dbms_cloud_oci_marketplace_named_link_tbl,
support_contacts dbms_cloud_oci_marketplace_support_contact_tbl,
support_links dbms_cloud_oci_marketplace_named_link_tbl,
documentation_links dbms_cloud_oci_marketplace_documentation_link_tbl,
icon dbms_cloud_oci_marketplace_upload_data_t,
banner dbms_cloud_oci_marketplace_upload_data_t,
compatible_architectures dbms_cloud_oci_marketplace_varchar2_tbl,
regions dbms_cloud_oci_marketplace_region_tbl,
package_type varchar2,
default_package_version varchar2,
links dbms_cloud_oci_marketplace_link_tbl,
is_featured number,
listing_type varchar2,
supported_operating_systems dbms_cloud_oci_marketplace_operating_system_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
id
(optional) The unique identifier for the listing in Marketplace.
name
(optional) The name of the listing.
version
(optional) The version of the listing.
tagline
(optional) The tagline of the listing.
keywords
(optional) Keywords associated with the listing.
short_description
(optional) A short description of the listing.
usage_information
(optional) Usage information for the listing.
long_description
(optional) A long description of the listing.
license_model_description
(optional) A description of the publisher's licensing model for the listing.
system_requirements
(optional) System requirements for the listing.
time_released
(optional) The release date of the listing.
release_notes
(optional) Release notes for the listing.
categories
(optional) Categories that the listing belongs to.
publisher
(optional)
languages
(optional) Languages supported by the listing.
screenshots
(optional) Screenshots of the listing.
videos
(optional) Videos of the listing.
support_contacts
(optional) Contact information to use to get support from the publisher for the listing.
support_links
(optional) Links to support resources for the listing.
documentation_links
(optional) Links to additional documentation provided by the publisher specifically for the listing.
icon
(optional)
banner
(optional)
compatible_architectures
(optional) The list of compatible architectures supported by the listing
Allowed values are: 'X86', 'ARM'
regions
(optional) The regions where you can deploy the listing. (Some listings have restrictions that limit their deployment to United States regions only.)
(optional) List of operating systems supported by the listing.
DBMS_CLOUD_OCI_MARKETPLACE_LISTING_PACKAGE_SUMMARY_T Type 🔗
The model for a summary of a package.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_listing_package_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
listing_id varchar2(32767),
package_version varchar2(32767),
package_type varchar2(32767),
pricing dbms_cloud_oci_marketplace_pricing_model_t,
regions dbms_cloud_oci_marketplace_region_tbl,
resource_id varchar2(32767),
time_created timestamp with time zone,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_listing_package_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_listing_package_summary_t (
listing_id varchar2,
package_version varchar2,
package_type varchar2,
pricing dbms_cloud_oci_marketplace_pricing_model_t,
regions dbms_cloud_oci_marketplace_region_tbl,
resource_id varchar2,
time_created timestamp with time zone
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
listing_id
(optional) The ID of the listing that the specified package belongs to.
(optional) The regions where you can deploy the listing package. (Some packages have restrictions that limit their deployment to United States regions only.)
resource_id
(optional) The unique identifier for the package resource.
time_created
(optional) The date and time this listing package was created, expressed in RFC 3339 timestamp format. Example: `2016-08-25T21:10:29.600Z`
DBMS_CLOUD_OCI_MARKETPLACE_PUBLISHER_SUMMARY_T Type 🔗
Summary details about the publisher of the listing.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_publisher_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
id varchar2(32767),
name varchar2(32767),
description varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_publisher_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_publisher_summary_t (
id varchar2,
name varchar2,
description varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
id
(optional) The unique identifier for the publisher.
name
(optional) The name of the publisher.
description
(optional) A description of the publisher.
DBMS_CLOUD_OCI_MARKETPLACE_LISTING_SUMMARY_T Type 🔗
The model for a summary of an Oracle Cloud Infrastructure Marketplace listing.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_listing_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
id varchar2(32767),
name varchar2(32767),
short_description varchar2(32767),
is_rover_exportable number,
tagline varchar2(32767),
icon dbms_cloud_oci_marketplace_upload_data_t,
package_type varchar2(32767),
pricing_types dbms_cloud_oci_marketplace_varchar2_tbl,
compatible_architectures dbms_cloud_oci_marketplace_varchar2_tbl,
regions dbms_cloud_oci_marketplace_region_tbl,
is_featured number,
categories dbms_cloud_oci_marketplace_varchar2_tbl,
publisher dbms_cloud_oci_marketplace_publisher_summary_t,
supported_operating_systems dbms_cloud_oci_marketplace_operating_system_tbl,
listing_type varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_listing_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_listing_summary_t (
id varchar2,
name varchar2,
short_description varchar2,
is_rover_exportable number,
tagline varchar2,
icon dbms_cloud_oci_marketplace_upload_data_t,
package_type varchar2,
pricing_types dbms_cloud_oci_marketplace_varchar2_tbl,
compatible_architectures dbms_cloud_oci_marketplace_varchar2_tbl,
regions dbms_cloud_oci_marketplace_region_tbl,
is_featured number,
categories dbms_cloud_oci_marketplace_varchar2_tbl,
publisher dbms_cloud_oci_marketplace_publisher_summary_t,
supported_operating_systems dbms_cloud_oci_marketplace_operating_system_tbl,
listing_type varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
id
(optional) The unique identifier for the listing in Marketplace.
name
(optional) The name of the listing.
short_description
(optional) A short description of the listing.
is_rover_exportable
(optional) True if this application is Rover exportable
DBMS_CLOUD_OCI_MARKETPLACE_ORCHESTRATION_VARIABLE_T Type 🔗
The model of a variable for an orchestration resource.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_orchestration_variable_t FORCE AUTHID CURRENT_USER IS OBJECT (
name varchar2(32767),
default_value varchar2(32767),
description varchar2(32767),
data_type varchar2(32767),
is_mandatory number,
hint_message varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_orchestration_variable_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_orchestration_variable_t (
name varchar2,
default_value varchar2,
description varchar2,
data_type varchar2,
is_mandatory number,
hint_message varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
name
(optional) The name of the variable.
default_value
(optional) The variable's default value.
description
(optional) A description of the variable.
data_type
(optional) The data type of the variable.
Allowed values are: 'STRING', 'INTEGER'
is_mandatory
(optional) Whether the variable is mandatory.
hint_message
(optional) A brief textual description that helps to explain the variable.
DBMS_CLOUD_OCI_MARKETPLACE_ORCHESTRATION_VARIABLE_TBL Type 🔗
Nested table type of dbms_cloud_oci_marketplace_orchestration_variable_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_orchestration_variable_tbl FORCE IS TABLE OF (dbms_cloud_oci_marketplace_orchestration_variable_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_MARKETPLACE_ORCHESTRATION_LISTING_PACKAGE_T Type 🔗
A listing package for orchestration.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_orchestration_listing_package_t FORCE AUTHID CURRENT_USER UNDER dbms_cloud_oci_marketplace_listing_package_t (
resource_link varchar2(32767),
variables dbms_cloud_oci_marketplace_orchestration_variable_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_orchestration_listing_package_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_orchestration_listing_package_t (
description varchar2,
listing_id varchar2,
version varchar2,
package_type varchar2,
pricing dbms_cloud_oci_marketplace_pricing_model_t,
resource_id varchar2,
time_created timestamp with time zone,
operating_system dbms_cloud_oci_marketplace_operating_system_t,
regions dbms_cloud_oci_marketplace_region_tbl,
resource_link varchar2,
variables dbms_cloud_oci_marketplace_orchestration_variable_tbl
) RETURN SELF AS RESULT
);
dbms_cloud_oci_marketplace_orchestration_listing_package_t is a subtype of the dbms_cloud_oci_marketplace_listing_package_t type.
Fields
Field
Description
resource_link
(optional) Link to the orchestration resource.
variables
(optional) List of variables for the orchestration resource.
DBMS_CLOUD_OCI_MARKETPLACE_ORCHESTRATION_PUBLICATION_PACKAGE_T Type 🔗
A publication package for stack publications.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_orchestration_publication_package_t FORCE AUTHID CURRENT_USER UNDER dbms_cloud_oci_marketplace_publication_package_t (
resource_link varchar2(32767),
variables dbms_cloud_oci_marketplace_orchestration_variable_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_orchestration_publication_package_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_orchestration_publication_package_t (
description varchar2,
listing_id varchar2,
version varchar2,
package_type varchar2,
resource_id varchar2,
time_created timestamp with time zone,
operating_system dbms_cloud_oci_marketplace_operating_system_t,
resource_link varchar2,
variables dbms_cloud_oci_marketplace_orchestration_variable_tbl
) RETURN SELF AS RESULT
);
dbms_cloud_oci_marketplace_orchestration_publication_package_t is a subtype of the dbms_cloud_oci_marketplace_publication_package_t type.
Fields
Field
Description
resource_link
(optional) A link to the stack resource.
variables
(optional) A list of variables for the stack resource.
DBMS_CLOUD_OCI_MARKETPLACE_PUBLICATION_T Type 🔗
The model for an Oracle Cloud Infrastructure Marketplace publication.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_publication_t FORCE AUTHID CURRENT_USER IS OBJECT (
lifecycle_state varchar2(32767),
compartment_id varchar2(32767),
id varchar2(32767),
name varchar2(32767),
short_description varchar2(32767),
long_description varchar2(32767),
support_contacts dbms_cloud_oci_marketplace_support_contact_tbl,
icon dbms_cloud_oci_marketplace_upload_data_t,
package_type varchar2(32767),
listing_type varchar2(32767),
supported_operating_systems dbms_cloud_oci_marketplace_operating_system_tbl,
time_created timestamp with time zone,
defined_tags json_element_t,
freeform_tags json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_publication_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_publication_t (
lifecycle_state varchar2,
compartment_id varchar2,
id varchar2,
name varchar2,
short_description varchar2,
long_description varchar2,
support_contacts dbms_cloud_oci_marketplace_support_contact_tbl,
icon dbms_cloud_oci_marketplace_upload_data_t,
package_type varchar2,
listing_type varchar2,
supported_operating_systems dbms_cloud_oci_marketplace_operating_system_tbl,
time_created timestamp with time zone,
defined_tags json_element_t,
freeform_tags json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
lifecycle_state
(optional) The lifecycle state of the publication.
(optional) The list of operating systems supprted by the listing.
time_created
(optional) The date and time the publication was created, expressed in RFC 3339 timestamp format. Example: `2016-08-25T21:10:29.600Z`
defined_tags
(optional) The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
freeform_tags
(optional) The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: `{\"Department\": \"Finance\"}`
DBMS_CLOUD_OCI_MARKETPLACE_PUBLICATION_PACKAGE_SUMMARY_T Type 🔗
The model for a summary of a publication package.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_publication_package_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
listing_id varchar2(32767),
package_version varchar2(32767),
package_type varchar2(32767),
resource_id varchar2(32767),
time_created timestamp with time zone,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_publication_package_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_publication_package_summary_t (
listing_id varchar2,
package_version varchar2,
package_type varchar2,
resource_id varchar2,
time_created timestamp with time zone
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
listing_id
(required) The ID of the listing that the specified package belongs to.
(required) The unique identifier for the package resource.
time_created
(optional) The date and time the publication package was created, expressed in RFC 3339 timestamp format. Example: `2016-08-25T21:10:29.600Z`
DBMS_CLOUD_OCI_MARKETPLACE_PUBLICATION_SUMMARY_T Type 🔗
The model for a summary of an Oracle Cloud Infrastructure publication.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_publication_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
lifecycle_state varchar2(32767),
compartment_id varchar2(32767),
id varchar2(32767),
name varchar2(32767),
short_description varchar2(32767),
icon dbms_cloud_oci_marketplace_upload_data_t,
package_type varchar2(32767),
supported_operating_systems dbms_cloud_oci_marketplace_operating_system_tbl,
listing_type varchar2(32767),
time_created timestamp with time zone,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_publication_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_publication_summary_t (
lifecycle_state varchar2,
compartment_id varchar2,
id varchar2,
name varchar2,
short_description varchar2,
icon dbms_cloud_oci_marketplace_upload_data_t,
package_type varchar2,
supported_operating_systems dbms_cloud_oci_marketplace_operating_system_tbl,
listing_type varchar2,
time_created timestamp with time zone
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
lifecycle_state
(required) The lifecycle state of the publication.
compartment_id
(required) The OCID of the compartment where the publication exists.
id
(required) The unique identifier for the publication in Marketplace.
name
(required) The name of the publication, which is also used in the listing.
short_description
(optional) A short description of the publication to use in the listing.
(optional) The date and time the publication was created, expressed in RFC 3339 timestamp format. Example: `2016-08-25T21:10:29.600Z`
DBMS_CLOUD_OCI_MARKETPLACE_REPORT_SUMMARY_T Type 🔗
The model of a single report.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_report_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
report_type varchar2(32767),
l_date timestamp with time zone,
l_columns dbms_cloud_oci_marketplace_varchar2_tbl,
content varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_report_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_report_summary_t (
report_type varchar2,
l_date timestamp with time zone,
l_columns dbms_cloud_oci_marketplace_varchar2_tbl,
content varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
report_type
(required) The type of report.
l_date
(required) The date of the report.
l_columns
(required) The columns in the report.
content
(required) The contents of the report in comma-separated values (CSV) file format.
DBMS_CLOUD_OCI_MARKETPLACE_REPORT_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_marketplace_report_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_report_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_marketplace_report_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_MARKETPLACE_REPORT_COLLECTION_T Type 🔗
A collection of reports that match the parameters of the request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_report_collection_t FORCE AUTHID CURRENT_USER IS OBJECT (
items dbms_cloud_oci_marketplace_report_summary_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_report_collection_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_report_collection_t (
items dbms_cloud_oci_marketplace_report_summary_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
items
(required) An array of reports.
DBMS_CLOUD_OCI_MARKETPLACE_REPORT_TYPE_SUMMARY_T Type 🔗
The model of the description of a report.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_report_type_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
report_type varchar2(32767),
name varchar2(32767),
description varchar2(32767),
l_columns dbms_cloud_oci_marketplace_varchar2_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_report_type_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_report_type_summary_t (
report_type varchar2,
name varchar2,
description varchar2,
l_columns dbms_cloud_oci_marketplace_varchar2_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
report_type
(optional) The type of report.
name
(optional) The name of the report.
description
(optional) A description of the report.
l_columns
(optional) The columns in the report.
DBMS_CLOUD_OCI_MARKETPLACE_REPORT_TYPE_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_marketplace_report_type_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_report_type_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_marketplace_report_type_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_MARKETPLACE_REPORT_TYPE_COLLECTION_T Type 🔗
A collection of report types.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_report_type_collection_t FORCE AUTHID CURRENT_USER IS OBJECT (
items dbms_cloud_oci_marketplace_report_type_summary_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_report_type_collection_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_report_type_collection_t (
items dbms_cloud_oci_marketplace_report_type_summary_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
items
(required) An array of report types.
DBMS_CLOUD_OCI_MARKETPLACE_STRUCTURED_SEARCH_DETAILS_T Type 🔗
A request that uses Search's structured query language to specify filter conditions to apply to search listings. For more information about writing search queries, see Search Language Syntax.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_structured_search_details_t FORCE AUTHID CURRENT_USER UNDER dbms_cloud_oci_marketplace_search_listings_details_t (
query varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_structured_search_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_structured_search_details_t (
l_type varchar2,
matching_context_type varchar2,
query varchar2
) RETURN SELF AS RESULT
);
dbms_cloud_oci_marketplace_structured_search_details_t is a subtype of the dbms_cloud_oci_marketplace_search_listings_details_t type.
Fields
Field
Description
query
(required) The structured query describing which resources to search for.
DBMS_CLOUD_OCI_MARKETPLACE_TAX_SUMMARY_T Type 🔗
Tax implication that current tenant may be eligible while using specific listing
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_tax_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
code varchar2(32767),
name varchar2(32767),
country varchar2(32767),
url varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_tax_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_tax_summary_t (
code varchar2,
name varchar2,
country varchar2,
url varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
code
(required) Unique code for the tax.
name
(optional) Name of the tax code.
country
(optional) Country, which imposes the tax.
url
(optional) The URL with more details about this tax.
DBMS_CLOUD_OCI_MARKETPLACE_TEXT_BASED_EULA_T Type 🔗
An end user license agreement that is provided as text.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_text_based_eula_t FORCE AUTHID CURRENT_USER UNDER dbms_cloud_oci_marketplace_eula_t (
license_text varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_text_based_eula_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_text_based_eula_t (
eula_type varchar2,
license_text varchar2
) RETURN SELF AS RESULT
);
dbms_cloud_oci_marketplace_text_based_eula_t is a subtype of the dbms_cloud_oci_marketplace_eula_t type.
Fields
Field
Description
license_text
(optional) The text of the end user license agreement.
DBMS_CLOUD_OCI_MARKETPLACE_THIRD_PARTY_PAID_LISTING_ELIGIBILITY_T Type 🔗
Tenant eligibility for using third party paid listings
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_third_party_paid_listing_eligibility_t FORCE AUTHID CURRENT_USER IS OBJECT (
is_paid_listing_eligible number,
is_paid_listing_throttled number,
eligibility_reason varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_third_party_paid_listing_eligibility_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_third_party_paid_listing_eligibility_t (
is_paid_listing_eligible number,
is_paid_listing_throttled number,
eligibility_reason varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
is_paid_listing_eligible
(required) Whether the tenant is permitted to use paid listings
is_paid_listing_throttled
(required) Whether the tenant is currently prevented from using paid listings because of throttling
eligibility_reason
(required) Reason the account is ineligible to launch paid listings
DBMS_CLOUD_OCI_MARKETPLACE_UPDATE_ACCEPTED_AGREEMENT_DETAILS_T Type 🔗
The model for the parameters needed to update an accepted terms of use agreement.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_update_accepted_agreement_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
display_name varchar2(32767),
defined_tags json_element_t,
freeform_tags json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_update_accepted_agreement_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_update_accepted_agreement_details_t (
display_name varchar2,
defined_tags json_element_t,
freeform_tags json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
display_name
(optional) A display name for the accepted agreement.
defined_tags
(optional) The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
freeform_tags
(optional) The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: `{\"Department\": \"Finance\"}`
DBMS_CLOUD_OCI_MARKETPLACE_UPDATE_PUBLICATION_DETAILS_T Type 🔗
The model for the parameters needed to update a publication.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_update_publication_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
name varchar2(32767),
short_description varchar2(32767),
long_description varchar2(32767),
support_contacts dbms_cloud_oci_marketplace_support_contact_tbl,
defined_tags json_element_t,
freeform_tags json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_update_publication_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_update_publication_details_t (
name varchar2,
short_description varchar2,
long_description varchar2,
support_contacts dbms_cloud_oci_marketplace_support_contact_tbl,
defined_tags json_element_t,
freeform_tags json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
name
(optional) The name of the publication, which is also used in the listing.
short_description
(optional) A short description of the publication to use in the listing.
long_description
(optional) A long description of the publication to use in the listing.
support_contacts
(optional) Contact information for getting support from the publisher for the listing.
defined_tags
(optional) The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
freeform_tags
(optional) The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: `{\"Department\": \"Finance\"}`
DBMS_CLOUD_OCI_MARKETPLACE_WORK_REQUEST_RESOURCE_T Type 🔗
Details about the resource entity.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_work_request_resource_t FORCE AUTHID CURRENT_USER IS OBJECT (
entity_type varchar2(32767),
action_type varchar2(32767),
identifier varchar2(32767),
entity_uri varchar2(32767),
metadata json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_work_request_resource_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_work_request_resource_t (
entity_type varchar2,
action_type varchar2,
identifier varchar2,
entity_uri varchar2,
metadata json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
entity_type
(required) The resource type the work request affects.
action_type
(required) The way in which this resource was affected by the work tracked by the work request. A resource being created, updated, or deleted remains in the `IN_PROGRESS` state until work is complete for that resource. At that point, the resource transitions to the `CREATED`, `UPDATED`, or `DELETED` state.
(required) The resource identifier the work request affects.
entity_uri
(optional) The URI path that the user can do a GET on to access the resource metadata
metadata
(optional) Additional information about the resource.
DBMS_CLOUD_OCI_MARKETPLACE_WORK_REQUEST_RESOURCE_TBL Type 🔗
Nested table type of dbms_cloud_oci_marketplace_work_request_resource_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_work_request_resource_tbl FORCE IS TABLE OF (dbms_cloud_oci_marketplace_work_request_resource_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_MARKETPLACE_WORK_REQUEST_T Type 🔗
A description of workrequest
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_work_request_t FORCE AUTHID CURRENT_USER IS OBJECT (
operation_type varchar2(32767),
status varchar2(32767),
id varchar2(32767),
compartment_id varchar2(32767),
resources dbms_cloud_oci_marketplace_work_request_resource_tbl,
percent_complete number,
time_accepted timestamp with time zone,
time_started timestamp with time zone,
time_finished timestamp with time zone,
listing_id varchar2(32767),
package_version varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_work_request_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_work_request_t (
operation_type varchar2,
status varchar2,
id varchar2,
compartment_id varchar2,
resources dbms_cloud_oci_marketplace_work_request_resource_tbl,
percent_complete number,
time_accepted timestamp with time zone,
time_started timestamp with time zone,
time_finished timestamp with time zone,
listing_id varchar2,
package_version varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
operation_type
(required) Type of the work request
Allowed values are: 'EXPORT_LISTING'
status
(required) The current status of the work request.
(required) The OCID of the compartment that contains the work request.
resources
(optional) The resources affected by this work request.
percent_complete
(required) How much progress the operation has made.
time_accepted
(required) Date and time the work was accepted, in the format defined by RFC3339. Example: `2016-08-25T21:10:29.600Z`
time_started
(optional) Date and time the work started, in the format defined by RFC3339. Example: `2016-08-25T21:10:29.600Z`
time_finished
(optional) Date and time the work completed, in the format defined by RFC3339. Example: `2016-08-25T21:10:29.600Z`
listing_id
(optional) The listing id associated with the work request.
package_version
(optional) The package version associated with the work request.
DBMS_CLOUD_OCI_MARKETPLACE_WORK_REQUEST_SUMMARY_T Type 🔗
A summary of the status of a work request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_work_request_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
operation_type varchar2(32767),
status varchar2(32767),
id varchar2(32767),
compartment_id varchar2(32767),
resources dbms_cloud_oci_marketplace_work_request_resource_tbl,
percent_complete number,
time_accepted timestamp with time zone,
time_started timestamp with time zone,
time_finished timestamp with time zone,
listing_id varchar2(32767),
package_version varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_work_request_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_work_request_summary_t (
operation_type varchar2,
status varchar2,
id varchar2,
compartment_id varchar2,
resources dbms_cloud_oci_marketplace_work_request_resource_tbl,
percent_complete number,
time_accepted timestamp with time zone,
time_started timestamp with time zone,
time_finished timestamp with time zone,
listing_id varchar2,
package_version varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
(required) The ocid of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects.
resources
(optional) The resources affected by this work request.
percent_complete
(required) Percentage of the request completed.
time_accepted
(required) The date and time the request was created, as described in RFC 3339, section 14.29.
time_started
(optional) The date and time the request was started, as described in RFC 3339, section 14.29.
time_finished
(optional) The date and time the object was finished, as described in RFC 3339.
listing_id
(optional) The listing id associated with the work request.
package_version
(optional) The package version associated with the work request.
DBMS_CLOUD_OCI_MARKETPLACE_WORK_REQUEST_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_marketplace_work_request_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_work_request_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_marketplace_work_request_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_MARKETPLACE_WORK_REQUEST_COLLECTION_T Type 🔗
Results of a workRequest search. Contains both WorkRequest items and other information, such as metadata.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_work_request_collection_t FORCE AUTHID CURRENT_USER IS OBJECT (
items dbms_cloud_oci_marketplace_work_request_summary_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_work_request_collection_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_work_request_collection_t (
items dbms_cloud_oci_marketplace_work_request_summary_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
items
(required) List of workRequestSummary objects.
DBMS_CLOUD_OCI_MARKETPLACE_WORK_REQUEST_ERROR_T Type 🔗
Details about errors encountered while executing a work request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_work_request_error_t FORCE AUTHID CURRENT_USER IS OBJECT (
code varchar2(32767),
message varchar2(32767),
l_timestamp timestamp with time zone,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_work_request_error_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_work_request_error_t (
code varchar2,
message varchar2,
l_timestamp timestamp with time zone
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
code
(required) A machine-usable code for the error that occurred. Error codes are listed (https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
message
(required) A human-readable error string.
l_timestamp
(required) Date and time the error happened, in the format defined by RFC3339. Example: `2016-08-25T21:10:29.600Z`
DBMS_CLOUD_OCI_MARKETPLACE_WORK_REQUEST_ERROR_TBL Type 🔗
Nested table type of dbms_cloud_oci_marketplace_work_request_error_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_work_request_error_tbl FORCE IS TABLE OF (dbms_cloud_oci_marketplace_work_request_error_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_MARKETPLACE_WORK_REQUEST_ERROR_COLLECTION_T Type 🔗
A list of work request errors that match filter criteria, if any. Results contain `WorkRequestError` objects.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_work_request_error_collection_t FORCE AUTHID CURRENT_USER IS OBJECT (
items dbms_cloud_oci_marketplace_work_request_error_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_work_request_error_collection_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_work_request_error_collection_t (
items dbms_cloud_oci_marketplace_work_request_error_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
items
(required) A collection of work request errors.
DBMS_CLOUD_OCI_MARKETPLACE_WORK_REQUEST_LOG_ENTRY_T Type 🔗
Details about the log entity.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_work_request_log_entry_t FORCE AUTHID CURRENT_USER IS OBJECT (
message varchar2(32767),
l_timestamp timestamp with time zone,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_work_request_log_entry_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_work_request_log_entry_t (
message varchar2,
l_timestamp timestamp with time zone
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
message
(required) A human-readable string.
l_timestamp
(required) Date and time the log was written, in the format defined by RFC3339. Example: `2016-08-25T21:10:29.600Z`
DBMS_CLOUD_OCI_MARKETPLACE_WORK_REQUEST_LOG_ENTRY_TBL Type 🔗
Nested table type of dbms_cloud_oci_marketplace_work_request_log_entry_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_work_request_log_entry_tbl FORCE IS TABLE OF (dbms_cloud_oci_marketplace_work_request_log_entry_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_MARKETPLACE_WORK_REQUEST_LOG_ENTRY_COLLECTION_T Type 🔗
A list of work request logs that match filter criteria, if any. Results contain `WorkRequestLogEntry` objects.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_work_request_log_entry_collection_t FORCE AUTHID CURRENT_USER IS OBJECT (
items dbms_cloud_oci_marketplace_work_request_log_entry_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_work_request_log_entry_collection_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_marketplace_work_request_log_entry_collection_t (
items dbms_cloud_oci_marketplace_work_request_log_entry_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
items
(required) A collection of work request log entries.