11.5 About Compute Resource
The term Compute Resource refers to services such as a database, or any other backend service to which an interpreter connects.
Note:
You must have the Administrator role to access the Compute Resources page.The Compute Resources page displays the list of compute resources along with the name of each resource, its type, comments, and last updated details. To view details of each Compute Resource, click the Compute Resource name. The connection details are displayed on the Oracle Resources page.
- Oracle Resource
The Oracle Resource page displays the details of the selected compute resource on the Compute Resources page. You can configure the memory settings (in Gigabytes) for the Python interpreter for the selected compute resource.
Parent topic: Admin
11.5.1 Oracle Resource
The Oracle Resource page displays the details of the selected compute resource on the Compute Resources page. You can configure the memory settings (in Gigabytes) for the Python interpreter for the selected compute resource.
Note:
You must have Administrator privilege to configure the memory settings.- Resource Services and Notebooks
This topic lists the number of notebooks that you can run concurrently per Autonomous Database instance for each Resource service.
Parent topic: About Compute Resource
11.5.1.1 Resource Services and Notebooks
This topic lists the number of notebooks that you can run concurrently per Autonomous Database instance for each Resource service.
The Resource Services and Number of Notebooks table lists the Compute Resources assigned for running at different Resource Service levels - GPU, High, Medium and Low. The GPU compute capability applies only to the Python interpreter.
Table 11-2 Resource Services and Number of Notebooks
Resource Service | OCPUs (Oracle CPUs), ECPUs and GPUs | Memory | Number of Concurrent Notebooks, UDFs |
---|---|---|---|
GPU
Note: The GPU setting includes aHIGH
setting on the database server side.
|
1 NVIDIA A10 Tensor Core | 8 GB (DDR4), by default. Extensible up to 200 GB | The number of concurrent notebooks you can run
is determined by:
If GPU resources are not available when requested, you will receive an error message. You should try again later. Note: GPU resources are available only on paid Oracle Autonomous Database Serverless. GPU resources are not available if less than 16 ECPUs are allocated for OML. |
High | Up to 8 OCPUs | 8 GB (up to 16 GB) | Up to 3 |
Medium | Up to 4 (OCPUs) | 4 GB (up to 8 GB) | Up to max (1.25 × number of OCPUs)
Note: The number of current notebooks run is calculated by the formula1.25 x (number of OCPUs) provisioned
for the corresponding Autonomous Database instance. OCPU
stands for Oracle CPU.
For example, if a database is provisioned with 4 OCPUs, then the maximum number of notebooks run would be 5 (1.25 x 4) in Medium level. |
Low | 1 | 2 GB (up to 4 GB) | Up to 100 |
TP
This service is available for Oracle Autonomous Transaction Processing (ATP) database. |
User specified | 2 GB | Up to 60 |
TPURGENT
This service is available for Oracle Autonomous Transaction Processing (ATP) database. |
User specified | 2 GB. | Up to 60 |
ECPU setting. OML apps on ADB-Serverless have ECPU specifications separate from the database. | User specified |
This allocation is based on the assumption that one VM is allocated for the PDB. |
All processes share the CPU resources. Running of UDFs is
situation-specific.
|
For more information on Database service and concurrency, see Database Service Names for Autonomous Database
Parent topic: Oracle Resource