lkpmex.blogg.se

Oracle database xe
Oracle database xe





oracle database xe

To create an SSH session with the VM, use the following command. If needed, obtain the public IP address of your VM again with az network public-ip show as follows: az network public-ip show ^ To open the endpoint that you use to access Oracle EM Express remotely, create a Network Security Group rule with az network nsg rule create as follows: az network nsg rule create ^ To open the endpoint that you use to access the Oracle database remotely, create a Network Security Group rule as follows: az network nsg rule create ^ In this task you must configure some external endpoints for the database listener and EM Express to use by setting up the Azure Network Security Group that protects the VM. resourceGroups/rg-oracle/providers/Microsoft.Compute/virtualMachines/vmoracle19c",Ĭreate and attach a new disk for Oracle datafiles and FRA az vm disk attach -name oradata01 -new -resource-group rg-oracle -size-gb 64 -sku StandardSSD_LRS -vm-name vmoracle19c image Oracle:oracle-database-19-3:oracle-database-19-0904:latest ^Īfter you create the VM, Azure CLI displays information similar to the following example. To use a specific set of keys, use the -ssh-key-value option. It also creates SSH keys, if they do not already exist in a default key location. The following example creates a VM named vmoracle19c.

oracle database xe

To create a virtual machine (VM), use the az vm create command. az group create -name rg-oracle -location eastus

oracle database xe

The following example creates a resource group named rg-oracle in the eastus location. An Azure resource group is a logical container into which Azure resources are deployed and managed. Create a resource groupĬreate a resource group with the az group create command. If you need to install or upgrade, see Install Azure CLI. If you choose to install and use the CLI locally, this quickstart requires that you are running the Azure CLI version 2.0.4 or later. If you don't have an Azure subscription, create a free account before you begin. Once the server is deployed, you will connect via SSH in order to configure the Oracle database. This guide details using the Azure CLI to deploy an Azure virtual machine from the Oracle marketplace gallery image in order to create an Oracle 19c database.







Oracle database xe