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
1
vote
1 answer

Enabling IPv6 subnet on oracle

I have successfully assigned an IPv6 block to my VCN. When I try to assign a block to my subnet within the same VCN, it asks me to choose an IPV6 CIDR block. The IPv6 assigned to my VCN: 2603:c020:4002:6c00::/56 I am trying to assign the following…
Saikat Roy
  • 23
  • 2
1
vote
1 answer

Oracle cloud REST API WaasPolicy and auditEvents pagination

I am trying to figure out the exact query string to successfully get the next page of results for both the waasPolicy logs and auditEvents logs. I have successfully made a query to both endpoints and returned data but the documentation does not…
Anon
  • 47
  • 1
  • 8
1
vote
2 answers

Installing utPLSQL in Oracle Cloud

I am developing an APEX application on Oracle Cloud. Since I'm creating some functions and procedures I want to use utPLSQL to test these functions or procedures. If I follow the instructions of the installation for utPLSQL it says u need to…
Indy Maat
  • 11
  • 3
1
vote
2 answers

Why getting error config file not found in python for Oracle Cloud Infrastructure?

I am trying to connect OCI with Python API. I created start script to start the Oracle Cloud instance. But getting error "Could not find config file at {},". Can someone help on this error, please? I am running python script in visual studio…
Sanky Ach
  • 159
  • 1
  • 20
1
vote
1 answer

"Error 'ResourceSummaryCollection' object is not subscriptable" OCI PythonSDK

I have python script that queries OCI Compute Instances with a defined tag and value of test and will take the results and stop any instance with those tags. I am expecting the query to return the result as a json object of according to…
1
vote
1 answer

Oracle Cloud MultiPartUpload using PreAuthenticated Request

I've been searching for hours and I could not find an answer to this: Can you upload files to Oracle Cloud's ObjectStorage using MultiPartUpload via a PreAutheticated Request? I know it's possible in just in one go. I basically need to allow users…
Comforse
  • 1,947
  • 3
  • 21
  • 38
1
vote
1 answer

How to pass role information while creating an user in Oracle cloud app using Create User API

I am using below endpoint to send JSON request body to create an user in oracle cloud application https://servername.fa.us2.oraclecloud.com/hcmRestApi/scim/Users I am able to create an user, If I don't pass option "roles" json array element in…
1
vote
2 answers

How to connect to Oracle 21c in Oracle Cloud from DataGrip

I have created an Autonomous Transaction Processing database in Oracle Cloud. There are no ready-for-use JDBC links around, but there are "wallets". There is an instance wallet and regional wallet. Oracle says one of them, preferably instance…
madhead
  • 25,830
  • 14
  • 131
  • 174
1
vote
1 answer

OCI CLI delete oldest file from object storage

We are uploading our SQL Server backups to the OCI object storage because of DR reasons. Whenever a new backup is uploaded the oldest one is supposed to be deleted. Is it possilbe to somehow just delete the oldest backup using CLI? Using life cycle…
1
vote
1 answer

Look for best approach replicating oracle table in S3 bucket

My problem: I need a data pipeline created from my organization’s Oracle DB (Oracle Cloud Infrastructure) to an AWS S3 bucket. Ideally, I would love for there to be some mechanism for oracle to push new data that has entered the database to be…
1
vote
1 answer

Opening port 3000 on Oracle cloud compute instance

I am trying to open port 3000 on Oracle cloud compute instance. I followed Nodejs tutorial step by step but still the port is not opened. I created another instance and add a new security rule to allow all traffic on all port as below snapshot I am…
Abhinav
  • 825
  • 2
  • 12
  • 29
1
vote
1 answer

Upload object to Oracle Storage using put_object in Python

I'm trying to upload an object to Oracle Storage with oci-cli library in Pyhton. When I try using command-line: oci os object put -ns grddddaaaZZ -bn dev.bucket --name processed/2020-11 --file /path/to/my/file/image.tif I actually get a response…
lotte
  • 61
  • 1
  • 10
1
vote
1 answer

How to autoscale node pools in Oracle's Container Engine for Kubernetes?

I'm struggling to find a way how to automatically scale the number of nodes in a Kubernetes node pool in Oracle's offering. This is something I've successfully used on GKE or AKS to only have GPU-enabled nodes running when needed, which is a massive…
LubosD
  • 710
  • 5
  • 16
1
vote
1 answer

Upload files to oracle cloud storage using PHP

I am looking in docs and Oracle sdk to see if there's anything we can upload to oracle storage. But i didn't found any php sdk from Oracle or am i missing something? I have researched a lot, please help me. I want to use php sdk to upload the files…
Akhilesh
  • 542
  • 3
  • 15
1 2
3
22 23