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
2
votes
1 answer

GET method not allowed to fn applications

I'm new to the Fn project, have created the first app in java using fn init --runtime java HelloWorld-func and tried few other scenarios, but faced an issue with GET call. Not able to make GET call, but POST call works fine. I didn't make any…
Ashok
  • 431
  • 1
  • 4
  • 18
2
votes
0 answers

How to save oracle apex applications files to Object Storage through ATP?

I need to save my oracle applications files to object storage in oracle cloud infrastructure through ATP. I am able to do the reverse, but not getting a solution for my problem. I tried this: BEGIN DBMS_CLOUD.CREATE_CREDENTIAL( …
2
votes
1 answer

How long will it take for the terminated instance to get removed from the console?

Documentation says (Terminating an Instance), Terminated instances temporarily remain in the list of instances with the status Terminated. Is there any particular time limit for the terminated instance to be removed from the console?
karthik_varma_k
  • 223
  • 1
  • 19
2
votes
1 answer

Can't create instance from java sdk

I am trying to create an OCI instance with the Java SDK. I am getting an error in routeRules. When I commented the following line, I was able to create an instance. But in that machines route is not enabled. addInternetGatewayToRouteTable(vcnClient,…
Shivin
  • 33
  • 3
2
votes
1 answer

How to size connection pool against Oracle Autonomous Database (ATP)?

If I have an Oracle Autonomous Database in an exadata vm with 1 OCPU, how should I configure my jdbc connection pool? How many connections should I specify? What is the maximum amount?
2
votes
3 answers

Cannot connect to Oracle Cloud Compute VM instance with PUTTY

I launched an instance and trying to connect using Putty. But I am getting the error "Network error: Connection timeout". I did the following steps. Open putty.exe. In the Category pane, select Session and enter the following: Host Name (or IP…
karthik_varma_k
  • 223
  • 1
  • 19
2
votes
1 answer

Exception in thread "main" java.lang.IllegalArgumentException: java.io.IOException Invalid DER: length field too big (186)

I am using REST API's for monitoring Oracle Cloud Compute VM. String privateKeyFilename = "/.oci/oci_api_key.pem"; PrivateKey privateKey = loadPrivateKey(privateKeyFilename); RequestSigner signer = new RequestSigner(apiKey,…
2
votes
1 answer

How to install iproute2 on OEL6 OCI image

I need to use ip l2tp in OEL6 image from OCI. I am not able to get a newer version of iproute2 since the one i have doesn't have ip l2tp: Usage: ip [ OPTIONS ] OBJECT { COMMAND | help } ip [ -force ] -batch filename where OBJECT := { link |…
catalinA
  • 51
  • 3
2
votes
0 answers

How to check HTTP Basic user authentication in java after IDCS login in oracle maf?

I am trying to show username and images on Springboard after login. Currently, I can retrieve username from web server without checking user authentication once service started. I am new to MAF. After login into IDCS with Web service, How to check…
2
votes
1 answer

Can we derive service limits for Oracle OCI using CLI or API

My requirement is to derive service limits like network limits, storage limits for a tenancy on Oracle cloud infrastructure(OCI). Is it possible to fetch the same using OCI CLI or API
chayanika
  • 23
  • 4
2
votes
1 answer

How to configure custom port in Security List for an instance?

I am setting up a new Ubuntu instance in Oracle cloud. I can ssh that instance using public IP and public key after configuring security list for 22 port. I try to do the same for 80 port but it is not working. I can't access that port using public…
Alex
  • 21
  • 2
2
votes
1 answer

Taking backup of the built from OCI

I have used Terraform to built the instance and the resources in the OCI. Some I have done using the OCI console. I would like to export all the built in some format to maintain that as a backup. In future if my instance or the resources gets…
2
votes
2 answers

Kubernetes + Calico on Oracle Cloud VMs

[ Disclaimer: this question was originally posted on ServerFault. However, since the official K8s documentation states "ask your questions on StackOverflow", I am also adding it here ] I am trying to deploy a test Kubernetes cluster on Oracle Cloud,…
Bogd
  • 555
  • 5
  • 13
2
votes
1 answer

How to rename any component in a flow developed using Oracle Integration Cloud Service (ICS)?

I've developed a simple flow in Oracle Integration Cloud Service (ICS) release 13. But there is no option to rename or delete any components that are being added to the flow.below is the screenshot In the above flow trying to rename the…
ssdg
  • 57
  • 3
  • 9
2
votes
3 answers

Differences between OCI-C and OCI?

Oracle has the same services on their new platform Oracle Cloud Infrastructure (OCI) and Oracle Cloud Infrastructure - Classic (OCI-C). What are the differences between these two platforms? Do the hypervisors differ?
Steven Black
  • 1,544
  • 1
  • 11
  • 25
1
2
3
22 23