Home » Oracle » Oracle cloud

Oracle cloud

How To Backup Database To Cloud Object Storage Using DBCLI

Introduction High-Level steps Steps to Backup Database To Cloud Object Storage Using DBCLI Create the object store on the DB system We need the information below before we create an object store Login to the server as OPC and sudo to root dbcli create-objectstoreswift -n <object_store_name> -t <object_storage_namespace> -u <user_name> -e https://swiftobjectstorage.<region_name>.oraclecloud.com/v1 -p [-h] [-j] This will prompt for the auth …

How To Backup Database To Cloud Object Storage Using DBCLI Read More »

How To Retrieve Instance Metadata from Server

We can retrieve Instance Metadata like OCID, Display Name, Region, Availability Domain, Fault domain, Compartment OCID, Instance shape, Subnet CIDR, etc in three ways. Using oci-metadata #oci-metadata Instance details: Display Name: tech Region: uk-london-1 Canonical Region Name: us-ashburn-1 Availability Domain: DSdu:US-ASHBURN-1-AD-3 Fault domain: FAULT-DOMAIN-1 OCID: ocid1.instance.oc1.us-ashburn-1.abwgiljrfu6w22gihsxj4h6m6ybabv3mb23edmqhj4kamvv2sdodk7voplfq Compartment OCID: ocid1.compartment.oc1..aaaaaaaamlbsubwajqyvzyrqas6e6sbl3iqp55u6yloyxmg4muaks5xvxbuq Instance shape: VM.Standard2.1 Image ID: ocid1.image.oc1.uk-london-1.aaaaaaaavrftjg3fa2uw5ndqin3tjme3jc4vpxnsysoxetlswsr6aqlfwurq …

How To Retrieve Instance Metadata from Server Read More »

What is Oracle Autonomous Database

Oracle Autonomous Database An autonomous database is a cloud database that uses ML to automate database optimization, security, backup, updates, and other routine administrative tasks traditionally performed by database administrators. Unlike traditional databases, autonomous databases perform all of these tasks but do not require human intervention. user can define backup buckets and staging buckets (storage), …

What is Oracle Autonomous Database Read More »

Enabling Virtualization in BIOS in Laptop or Desktop for Oracle Virtualbox VM

Oracle Virtual box VM will not be started if Virtualization Technology (VT-x) is not enabled in BIOS. It will throw the below error while starting the VM Reason for the Error The host system must support hardware virtualization. Your host system must have 64-bit CPUs that support Intel™ Virtualization Technology (Intel VT, first released in …

Enabling Virtualization in BIOS in Laptop or Desktop for Oracle Virtualbox VM Read More »

Scroll to Top