oracle.oci.oci_database_management_tablespace – Manage a Tablespace resource in Oracle Cloud Infrastructure

Note

This plugin is part of the oracle.oci collection (version 4.14.0).

You might already have this collection installed if you are using the ansible package. It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it, use: ansible-galaxy collection install oracle.oci.

To use it in a playbook, specify: oracle.oci.oci_database_management_tablespace.

New in version 2.9.0: of oracle.oci

Synopsis

  • This module allows the user to create and update a Tablespace resource in Oracle Cloud Infrastructure

  • For state=present, creates a tablespace within the Managed Database specified by managedDatabaseId.

  • This resource has the following action operations in the oracle.oci.oci_database_management_tablespace_actions module: add_data_files, drop, remove_data_file, resize_data_file.

Requirements

The below requirements are needed on the host that executes this module.

Parameters

Parameter Choices/Defaults Comments
api_user
string
The OCID of the user, on whose behalf, OCI APIs are invoked. If not set, then the value of the OCI_USER_ID environment variable, if any, is used. This option is required if the user is not specified through a configuration file (See config_file_location). To get the user's OCID, please refer https://docs.us-phoenix-1.oraclecloud.com/Content/API/Concepts/apisigningkey.htm.
api_user_fingerprint
string
Fingerprint for the key pair being used. If not set, then the value of the OCI_USER_FINGERPRINT environment variable, if any, is used. This option is required if the key fingerprint is not specified through a configuration file (See config_file_location). To get the key pair's fingerprint value please refer https://docs.us-phoenix-1.oraclecloud.com/Content/API/Concepts/apisigningkey.htm.
api_user_key_file
string
Full path and filename of the private key (in PEM format). If not set, then the value of the OCI_USER_KEY_FILE variable, if any, is used. This option is required if the private key is not specified through a configuration file (See config_file_location). If the key is encrypted with a pass-phrase, the api_user_key_pass_phrase option must also be provided.
api_user_key_pass_phrase
string
Passphrase used by the key referenced in api_user_key_file, if it is encrypted. If not set, then the value of the OCI_USER_KEY_PASS_PHRASE variable, if any, is used. This option is required if the key passphrase is not specified through a configuration file (See config_file_location).
auth_purpose
string
    Choices:
  • service_principal
The auth purpose which can be used in conjunction with 'auth_type=instance_principal'. The default auth_purpose for instance_principal is None.
auth_type
string
    Choices:
  • api_key ←
  • instance_principal
  • instance_obo_user
  • resource_principal
The type of authentication to use for making API requests. By default auth_type="api_key" based authentication is performed and the API key (see api_user_key_file) in your config file will be used. If this 'auth_type' module option is not specified, the value of the OCI_ANSIBLE_AUTH_TYPE, if any, is used. Use auth_type="instance_principal" to use instance principal based authentication when running ansible playbooks within an OCI compute instance.
auto_extend_max_size
dictionary
The maximum disk space allowed for automatic extension of the data files or temp files.
This parameter is updatable.
size
float / required
Storage size number in bytes, kilobytes, megabytes, gigabytes, or terabytes.
unit
string
    Choices:
  • BYTES
  • KILOBYTES
  • MEGABYTES
  • GIGABYTES
  • TERABYTES
Storage size unit: bytes, kilobytes, megabytes, gigabytes, or terabytes.
auto_extend_next_size
dictionary
The size of the next increment of disk space to be allocated automatically when more extents are required.
This parameter is updatable.
size
float / required
Storage size number in bytes, kilobytes, megabytes, gigabytes, or terabytes.
unit
string
    Choices:
  • BYTES
  • KILOBYTES
  • MEGABYTES
  • GIGABYTES
  • TERABYTES
Storage size unit: bytes, kilobytes, megabytes, gigabytes, or terabytes.
block_size_in_kilobytes
integer
Block size for the tablespace.
cert_bundle
string
The full path to a CA certificate bundle to be used for SSL verification. This will override the default CA certificate bundle. If not set, then the value of the OCI_ANSIBLE_CERT_BUNDLE variable, if any, is used.
config_file_location
string
Path to configuration file. If not set then the value of the OCI_CONFIG_FILE environment variable, if any, is used. Otherwise, defaults to ~/.oci/config.
config_profile_name
string
The profile to load from the config file referenced by config_file_location. If not set, then the value of the OCI_CONFIG_PROFILE environment variable, if any, is used. Otherwise, defaults to the "DEFAULT" profile in config_file_location.
credential_details
dictionary / required
password
string
The database user's password encoded using BASE64 scheme.
Required when tablespace_admin_credential_type is 'PASSWORD'
password_secret_id
string
The OCID of the Secret where the database password is stored.
Required when tablespace_admin_credential_type is 'SECRET'
role
string / required
    Choices:
  • NORMAL
  • SYSDBA
The role of the database user.
tablespace_admin_credential_type
string / required
    Choices:
  • PASSWORD
  • SECRET
The type of the credential for tablespace administration tasks.
username
string / required
The user to connect to the database.
data_files
list / elements=string
The list of data files or temp files created for the tablespace.
default_compress
string
    Choices:
  • NO_COMPRESS
  • BASIC_COMPRESS
The default compression of data for all tables created in the tablespace.
encryption_algorithm
string
The name of the encryption algorithm to be used for tablespace encryption.
extent_management
string
    Choices:
  • AUTOALLOCATE
  • UNIFORM
Specifies how the extents of the tablespace should be managed.
extent_uniform_size
dictionary
The size of the extent when the tablespace is managed with uniform extents of a specific size.
size
float / required
Storage size number in bytes, kilobytes, megabytes, gigabytes, or terabytes.
unit
string
    Choices:
  • BYTES
  • KILOBYTES
  • MEGABYTES
  • GIGABYTES
  • TERABYTES
Storage size unit: bytes, kilobytes, megabytes, gigabytes, or terabytes.
file_count
integer
The number of data files or temp files created for the tablespace. This is for Oracle Managed Files only.
file_size
dictionary
The size of each data file or temp file.
This parameter is updatable.
size
float / required
Storage size number in bytes, kilobytes, megabytes, gigabytes, or terabytes.
unit
string
    Choices:
  • BYTES
  • KILOBYTES
  • MEGABYTES
  • GIGABYTES
  • TERABYTES
Storage size unit: bytes, kilobytes, megabytes, gigabytes, or terabytes.
force_create
boolean
    Choices:
  • no ←
  • yes
Whether to attempt non-idempotent creation of a resource. By default, create resource is an idempotent operation, and doesn't create the resource if it already exists. Setting this option to true, forcefully creates a copy of the resource, even if it already exists.This option is mutually exclusive with key_by.
is_auto_extensible
boolean
    Choices:
  • no
  • yes
Specifies whether the data file or temp file can be extended automatically.
This parameter is updatable.
is_bigfile
boolean
    Choices:
  • no
  • yes
Specifies whether the tablespace is a bigfile or smallfile tablespace. A bigfile tablespace contains only one data file or temp file, which can contain up to approximately 4 billion (232) blocks. A smallfile tablespace is a traditional Oracle tablespace, which can contain 1022 data files or temp files, each of which can contain up to approximately 4 million (222) blocks.
is_default
boolean
    Choices:
  • no
  • yes
Specifies whether the tablespace is the default tablespace.
This parameter is updatable.
is_encrypted
boolean
    Choices:
  • no
  • yes
Indicates whether the tablespace is encrypted.
is_max_size_unlimited
boolean
    Choices:
  • no
  • yes
Specifies whether the disk space of the data file or temp file can be limited.
This parameter is updatable.
is_reusable
boolean
    Choices:
  • no
  • yes
Specifies whether Oracle can reuse the data file or temp file. Reuse is only allowed when the file name is provided.
key_by
list / elements=string
The list of attributes of this resource which should be used to uniquely identify an instance of the resource. By default, all the attributes of a resource are used to uniquely identify a resource.
managed_database_id
string / required
The OCID of the Managed Database.
name
string / required
The name of the tablespace. It must be unique within a database.
region
string
The Oracle Cloud Infrastructure region to use for all OCI API requests. If not set, then the value of the OCI_REGION variable, if any, is used. This option is required if the region is not specified through a configuration file (See config_file_location). Please refer to https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/regions.htm for more information on OCI regions.
segment_management
string
    Choices:
  • AUTO
  • MANUAL
Specifies whether tablespace segment management should be automatic or manual.
state
string
    Choices:
  • present ←
The state of the Tablespace.
Use state=present to create or update a Tablespace.
status
string
    Choices:
  • READ_ONLY
  • READ_WRITE
The status of the tablespace.
This parameter is updatable.
tenancy
string
OCID of your tenancy. If not set, then the value of the OCI_TENANCY variable, if any, is used. This option is required if the tenancy OCID is not specified through a configuration file (See config_file_location). To get the tenancy OCID, please refer https://docs.us-phoenix-1.oraclecloud.com/Content/API/Concepts/apisigningkey.htm
type
string
    Choices:
  • PERMANENT
  • TEMPORARY
The type of tablespace.
This parameter is updatable.

Examples

- name: Create tablespace
  oci_database_management_tablespace:
    # required
    managed_database_id: "ocid1.manageddatabase.oc1..xxxxxxEXAMPLExxxxxx"
    credential_details:
      # required
      password: example-password
      tablespace_admin_credential_type: PASSWORD
      username: username_example
      role: NORMAL
    name: name_example

    # optional
    is_bigfile: true
    data_files: [ "data_files_example" ]
    file_count: 56
    is_reusable: true
    block_size_in_kilobytes: 56
    is_encrypted: true
    encryption_algorithm: encryption_algorithm_example
    default_compress: NO_COMPRESS
    extent_management: AUTOALLOCATE
    extent_uniform_size:
      # required
      size: 3.4

      # optional
      unit: BYTES
    segment_management: AUTO
    type: PERMANENT
    file_size:
      # required
      size: 3.4

      # optional
      unit: BYTES
    status: READ_ONLY
    is_auto_extensible: true
    auto_extend_next_size:
      # required
      size: 3.4

      # optional
      unit: BYTES
    auto_extend_max_size:
      # required
      size: 3.4

      # optional
      unit: BYTES
    is_max_size_unlimited: true
    is_default: true

- name: Update tablespace
  oci_database_management_tablespace:
    # required
    managed_database_id: "ocid1.manageddatabase.oc1..xxxxxxEXAMPLExxxxxx"
    credential_details:
      # required
      password: example-password
      tablespace_admin_credential_type: PASSWORD
      username: username_example
      role: NORMAL
    name: name_example

    # optional
    type: PERMANENT
    file_size:
      # required
      size: 3.4

      # optional
      unit: BYTES
    status: READ_ONLY
    is_auto_extensible: true
    auto_extend_next_size:
      # required
      size: 3.4

      # optional
      unit: BYTES
    auto_extend_max_size:
      # required
      size: 3.4

      # optional
      unit: BYTES
    is_max_size_unlimited: true
    is_default: true

Return Values

Common return values are documented here, the following are the fields unique to this module:

Key Returned Description
tablespace
complex
on success
Details of the Tablespace resource acted upon by the current operation

Sample:
{'allocated_size_kb': 10, 'allocation_type': 'SYSTEM', 'block_size_bytes': 10, 'compress_for': 'BASIC', 'datafiles': [{'allocated_size_kb': 10, 'free_space_kb': 10, 'increment_by': 10, 'instance_id': 10, 'is_auto_extensible': True, 'lost_write_protect': 'ENABLED', 'max_size_kb': 10, 'name': 'name_example', 'online_status': 'SYSOFF', 'shared': 'SHARED', 'status': 'AVAILABLE', 'used_percent_allocated': 1.2, 'used_percent_available': 1.2, 'used_space_kb': 10, 'user_size_kb': 10}], 'default_cell_memory': 'default_cell_memory_example', 'default_in_memory': 'ENABLED', 'default_in_memory_compression': 'NO_MEMCOMPRESS', 'default_in_memory_distribute': 'AUTO', 'default_in_memory_duplicate': 'NO_DUPLICATE', 'default_in_memory_priority': 'LOW', 'default_in_memory_service': 'DEFAULT', 'default_in_memory_service_name': 'default_in_memory_service_name_example', 'default_index_compression': 'ENABLED', 'default_table_compression': 'ENABLED', 'extent_management': 'LOCAL', 'free_space_kb': 10, 'index_compress_for': 'ADVANCED_LOW', 'is_bigfile': True, 'is_chunk_tablespace': True, 'is_default': True, 'is_encrypted': True, 'is_force_logging': True, 'is_plugged_in': True, 'logging': 'LOGGING', 'lost_write_protect': 'ENABLED', 'max_size_kb': 10, 'name': 'name_example', 'predicate_evaluation': 'HOST', 'retention': 'GUARANTEE', 'segment_space_management': 'MANUAL', 'shared': 'SHARED', 'status': 'ONLINE', 'temp_group': 'temp_group_example', 'type': 'UNDO', 'used_percent_allocated': 1.2, 'used_percent_available': 1.2, 'used_space_kb': 10, 'user_size_kb': 10}
 
allocated_size_kb
float
on success
The allocated tablespace size in KB.

Sample:
10
 
allocation_type
string
on success
The type of extent allocation in effect for the tablespace.

Sample:
SYSTEM
 
block_size_bytes
float
on success
The tablespace block size.

Sample:
10
 
compress_for
string
on success
The operation type for which default compression is enabled.

Sample:
BASIC
 
datafiles
complex
on success
A list of the data files associated with the tablespace.

   
allocated_size_kb
float
on success
The allocated file size in KB.

Sample:
10
   
free_space_kb
float
on success
The free space available in the data file in KB.

Sample:
10
   
increment_by
float
on success
The number of blocks used as auto-extension increment.

Sample:
10
   
instance_id
float
on success
Instance ID of the instance to which the temp file belongs. This column has a NULL value for temp files that belong to shared tablespaces.

Sample:
10
   
is_auto_extensible
boolean
on success
Indicates whether the data file is auto-extensible.

Sample:
True
   
lost_write_protect
string
on success
The lost write protection status of the file.

Sample:
ENABLED
   
max_size_kb
float
on success
The maximum file size in KB.

Sample:
10
   
name
string
on success
The filename (including the path) of the data file or temp file.

Sample:
name_example
   
online_status
string
on success
The online status of the file.

Sample:
SYSOFF
   
shared
string
on success
Type of tablespace this file belongs to. If it's for a shared tablespace, for a local temporary tablespace for RIM (read-only) instances, or for local temporary tablespace for all instance types.

Sample:
SHARED
   
status
string
on success
The status of the file. INVALID status is used when the file number is not in use, for example, a file in a tablespace that was removed.

Sample:
AVAILABLE
   
used_percent_allocated
float
on success
The percentage of used space out of the total allocated space in the file.

Sample:
1.2
   
used_percent_available
float
on success
The percentage of used space out of the maximum available space in the file.

Sample:
1.2
   
used_space_kb
float
on success
The total space used in the data file in KB.

Sample:
10
   
user_size_kb
float
on success
The size of the file available for user data in KB. The actual size of the file minus the USER_BYTES value is used to store file- related metadata.

Sample:
10
 
default_cell_memory
string
on success
This specifies the default value for the CELLMEMORY attribute that tables created in the tablespace will inherit unless the behavior is overridden explicitly. This column is intended for use with Oracle Exadata.

Sample:
default_cell_memory_example
 
default_in_memory
string
on success
Indicates whether the In-Memory Column Store (IM column store) is by default enabled or disabled for tables in the tablespace.

Sample:
ENABLED
 
default_in_memory_compression
string
on success
Indicates the default compression level for the IM column store for the tablespace.

Sample:
NO_MEMCOMPRESS
 
default_in_memory_distribute
string
on success
Indicates how the IM column store is distributed by default for the tablespace in an Oracle Real Application Clusters (Oracle RAC) environment.

Sample:
AUTO
 
default_in_memory_duplicate
string
on success
Indicates the duplicate setting for the IM column store in an Oracle RAC environment.

Sample:
NO_DUPLICATE
 
default_in_memory_priority
string
on success
Indicates the default priority for In-Memory Column Store (IM column store) population for the tablespace.

Sample:
LOW
 
default_in_memory_service
string
on success
Indicates how the IM column store is populated on various instances by default for the tablespace.

Sample:
DEFAULT
 
default_in_memory_service_name
string
on success
Indicates the service name for the service on which the IM column store should be populated by default for the tablespace. This column has a value only when the corresponding DEF_INMEMORY_SERVICE is USER_DEFINED. In all other cases, this column is null.

Sample:
default_in_memory_service_name_example
 
default_index_compression
string
on success
Indicates whether default index compression is enabled or disabled.

Sample:
ENABLED
 
default_table_compression
string
on success
Indicates whether default table compression is enabled or disabled.

Sample:
ENABLED
 
extent_management
string
on success
Indicates whether the extents in the tablespace are Locally managed or Dictionary managed.

Sample:
LOCAL
 
free_space_kb
float
on success
The free space available in the tablespace in KB.

Sample:
10
 
index_compress_for
string
on success
The operation type for which default index compression is enabled.

Sample:
ADVANCED_LOW
 
is_bigfile
boolean
on success
Indicates whether the tablespace is a Bigfile tablespace or a Smallfile tablespace.

Sample:
True
 
is_chunk_tablespace
boolean
on success
Indicates whether this is a chunk tablespace.

Sample:
True
 
is_default
boolean
on success
Indicates whether this is the default tablespace.

Sample:
True
 
is_encrypted
boolean
on success
Indicates whether the tablespace is encrypted.

Sample:
True
 
is_force_logging
boolean
on success
Indicates whether the tablespace is under Force Logging mode.

Sample:
True
 
is_plugged_in
boolean
on success
Indicates whether the tablespace is plugged in.

Sample:
True
 
logging
string
on success
The default logging attribute.

Sample:
LOGGING
 
lost_write_protect
string
on success
The lost write protection setting for the tablespace.

Sample:
ENABLED
 
max_size_kb
float
on success
The maximum tablespace size in KB. If the tablespace contains any data files with Autoextend enabled, then this column displays the amount of underlying free storage space for the tablespace. For example, if the current tablespace size is 1 GB, the combined maximum size of all its data files is 32 GB, and its underlying storage (for example, ASM or file system storage) has 20 GB of free space, then this column will have a value of approximately 20 GB. If the tablespace contains only data files with autoextend disabled, then this column displays the allocated space for the entire tablespace, that is, the combined size of all data files in the tablespace.

Sample:
10
 
name
string
on success
The name of the tablespace.

Sample:
name_example
 
predicate_evaluation
string
on success
Indicates whether predicates are evaluated by Host or by Storage.

Sample:
HOST
 
retention
string
on success
Indicates whether undo retention guarantee is enabled for the tablespace.

Sample:
GUARANTEE
 
segment_space_management
string
on success
Indicates whether the free and used segment space in the tablespace is managed using free lists (MANUAL) or bitmaps (AUTO).

Sample:
MANUAL
 
shared
string
on success
Indicates whether the tablespace is for shared tablespace, or for local temporary tablespace for leaf (read-only) instances, or for local temporary tablespace for all instance types.

Sample:
SHARED
 
status
string
on success
The status of the tablespace.

Sample:
ONLINE
 
temp_group
string
on success
The temporary tablespace group.

Sample:
temp_group_example
 
type
string
on success
The type of tablespace.

Sample:
UNDO
 
used_percent_allocated
float
on success
The percentage of used space out of the total allocated space in the tablespace.

Sample:
1.2
 
used_percent_available
float
on success
The percentage of used space out of the maximum available space in the tablespace.

Sample:
1.2
 
used_space_kb
float
on success
The total space used by the tablespace in KB.

Sample:
10
 
user_size_kb
float
on success
The size of the tablespace available for user data in KB. The difference between tablespace size and user data size is used for storing metadata.

Sample:
10


Authors

  • Oracle (@oracle)