Questions tagged [oracle-cloud-infrastructure]

Oracle Cloud Infrastructure is Oracle's Cloud IaaS and PaaS solution.

Oracle Cloud Infrastructure (OCI) is Oracle's Cloud IaaS and PaaS solution. OCI is comprised of Compute, Storage, Database, Identity Management, Networking, DNS and Cloud and Container Native solutions.

References

Related Tags

336 questions
29
votes
7 answers

Opening port 80 on Oracle Cloud Infrastructure Compute node

This is an elementary question however one I cannot seem to resolve by perusing the Oracle Cloud Infrastructure documentation. I've created an Ubuntu-based compute node, and it's attached to a subnet. In that subnet I've created a stateful rule with…
Jason
  • 2,190
  • 2
  • 19
  • 28
7
votes
4 answers

Can't access Oracle Cloud Always Free Compute http port

Yesterday, I was set up my first always free compute VM. I installed ubuntu 18.04 minimal on my VM. For my web service need, I installed Nginx. I'm confused because when I tried to access my public IP via a web browser, the Nginx welcome page didn't…
7
votes
2 answers

How can one claim a subdomain of oracle.com?

I've seen organisation unrelated to Oracle that point (via a CNAME record) one of their hostnames to a subdomain of oracle.com, which presumably resolves to a server on Oracle Cloud Infrastructure. For…
jub0bs
  • 46,795
  • 22
  • 148
  • 157
6
votes
1 answer

How to see the tables created on oracle cloud

I am new to DBaaS, I created a new oracle cloud account and instantiated a DB. I am connecting to the DB using SQL developer and created a new table by logging in as sys user. How do I see the newly created table on oracle cloud using web console? I…
NJMR
  • 1,710
  • 1
  • 21
  • 38
5
votes
1 answer

What is the difference between Boot volume and Block volume?

Do Boot volume refers to disk volume that contains the operating system files? What are the definitions for boot volume and block volume?
karthik_varma_k
  • 223
  • 1
  • 19
3
votes
0 answers

Getting network related error while doing any action on Oracle cloud console

While doing any action like trying to click on VNC menu or create instance menu from navigation I get the following error. Something went wrong with the last request, but you might be able to fix the problem.Ask your network administrator to…
3
votes
2 answers

What is similar to Azure "Resource Group" in Oracle Cloud infrastructure?

I'm fairly new to OCI. What is a similar or close concept in Oracle Cloud Infrastructure similar to Microsoft Azure "Resource Groups"? In Azure when a resource group is deleted all resources in that group will also be deleted along with it. But…
Shehan Weerasooriya
  • 456
  • 2
  • 4
  • 17
3
votes
0 answers

IPSEC tunnel from Libreswan routed mode to DRG

I have a scenario in which i want to connect to the DRG from a Libreswan. I followed the official documentation: https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/libreswan.htm Tunnel is up, but no traffic is flowing. My config is: …
catalinA
  • 51
  • 3
3
votes
3 answers

VerneMQ on Kubernetes cluster

I'm trying to install VerneMQ on a Kubernetes cluster over Oracle OCI usign Helm chart. The Kubernetes infrastructure seems to be up and running, I can deploy my custom microservices without a problem. I'm following the instructions from…
3
votes
2 answers

OCI (Oracle Cloud) Child Compartment

Question : Here is python code for oci (oracle cloud) . It is able to create Bucket or download and upload fine in bucket in root compartment . But i am not able to do the same on sub compartment. Sub compartment is " My_Sub_Compartment" Please…
user8588795
  • 184
  • 10
2
votes
1 answer

Cannot SSH to Oracle Cloud Instance

Goal: Trying to access Oracle Cloud Instance from Mac terminal. SSH Command I am using: ssh –i username @ public ip address of instance And it gives: Error: ssh: Could not resolve hostname ?\200\223i: nodename nor…
aim
  • 33
  • 6
2
votes
2 answers

Need help on Terraform OCI

I am trying to learn terraform on OCI, I have written a small code to in my terraform-code.tf file to create a block instance, however when I run the terraform plan I get the following error. data "oci_identity_availability_domain" "ad" { …
Aniket
  • 31
  • 4
2
votes
1 answer

Getting the URL for a bucket or an object using oci-java-sdk

I have already a code to retrieve the objects in the bucket using oci-java-sdk and this is working as expected. I would like to retrieve the URL of the file which was uploaded to the bucket in object storage and when I use this URL, this should…
2
votes
1 answer
2
votes
2 answers

Not able to configure Elasticsearch snapshot repository using OCI Amazon S3 Compatibility API

My Elasticsearch7.8.0 is running in OCI OKE (Kubernetes running in Oracle Cloud). I want to setup Elasticsearch backup snapshot with OCI Object store using OCI Amazon S3 Compatibility API. Added repository-s3 plugin and configured ACCESS_KEY and…
1
2 3
22 23