Questions tagged [oracle-cloud-functions]

17 questions
2
votes
0 answers

Dissable autocommit in sql developer web. Autonomous Database - Oracle cloud

I am doing some tests in Oracle Cloud using SQL Developer web. I want to use the rollback command, but it does not work. My table "t_test" is empty: I add a row: I can select that row: I want to rollback: It seems to work, but the record does…
Lev
  • 693
  • 1
  • 8
  • 24
1
vote
0 answers

How to automatically shut down ARM server on Oracle Cloud's free tier when reaching 10TB limit?

I currently have a small problem that I would like to solve. My small mail server is on the free tier of Oracle Cloud. I would like to set a PTR, but need access to support for it... so Pay as you Go. Now I would like to avoid additional costs…
1
vote
0 answers

Oracle Cloud Performance (HCM) )module, it does have the standard process for Ratings against Goals.Can we capture Promotion recommendations too?

We need to capture the Promotion recommendation also as part of the performance appraisal so accordingly the C&B & Role change can also be captured. Need a way to capture the Promotion recommendation also at this stage.
Sarva
  • 9
  • 2
1
vote
1 answer

How do I set custom boot_volume_size_in_gbs value in my Python Script while using the Oracle Cloud Core Services API

I decided to create a Python script for automating the creation process. The script basically tries to create an instance every minute. Everything is working fine except I cant find a way assign custom boot_volume_size_in_gbs. I went through the…
1
vote
1 answer

Appending tags in OCI using SDK

I have namespace already created and defined tags to resources. When I try adding new tags to the resources, the old tags are getting deleted. As I would like to use the old data and return the value along with the new tags. Please help me with how…
1
vote
1 answer

how to load csv data from object store(which can be accessed only using url) into kafka topic and also is there any time interval to load each row?

I have to load csv data from object store(which can be accessed only using url) into kafka topic. how can i load this csv data to topic in kafka ?please explain the steps. and also is there any time interval to load?.I tried spooldir connector via…
0
votes
1 answer

Cross Tenancy access via CLI and SDK in Oracle Cloud

I two tenancies in Oracle Cloud Infrastructure where Tenancy1 is login tenancy containing IAM configurations and Tenancy2 is my target tenancy. I configured cross tenancy auth (Endorse and Admit IAM policies) where I login to the login tenancy…
0
votes
0 answers

Python Async Function not working with fn In Oracle Functions

I am currently trying to use oracle API-Gateway & Oracle function to create an API . It works fine , i got everything working , but the script i am hosting in oracle functions requires asyncio to run , Initially i tried running it…
0
votes
1 answer

TypeError: Descriptor for property round is non-configurable and non-writable - smart contracts

I have multiple cloud functions for my contracts and I am trying to create some unit tests using sinon. However, I have issues when trying to simulate some of the cloud of the functions. I want just to stub them and inside the methods I have called…
Vitomir
  • 335
  • 2
  • 15
0
votes
1 answer

Oracle cloud api health check

I have below command for creating api health check in oracle cloud. oci health-checks http-monitor create --compartment-id ocid1.compartment.oc1..aaaaaaaabbb5aavs3npxp6ttq525qoollwxtrjmp1vh6skthcsitfzpw4sq2rfa --display-name "keepalive-check"…
0
votes
1 answer

Any method for collect instance state changes in OCI with GO SDK

I want to aware if any instances changes state for example "up"->"down" How to get this information with sdk ? Any method for collecting that ?
0
votes
1 answer

functions and events in OCI

I have a scenario in where I want to run commands in instance using functions based on events in OCI(oracle cloud infrastructure). flow : object storage: object update/modification -> trigger event -> execute function : to run commands in specific…
0
votes
0 answers

How to implement retry strategy in Oracle Cloud Infrastructure (OCI) using CLI tool?

I am interacting with Oracle Cloud (OCI) using OCI CLI (Command Line Interface), but I dont know how to implement a retry strategy for making api calls. I know how to build a custom retry strategy using oci sdk for python. I am attaching the command…
ashishpm
  • 408
  • 1
  • 6
  • 19
0
votes
0 answers

How to generate JWT Token and use into Oracle SCM Cloud

I need to use JWT Authorization in Oracle SCM Cloud . For that I have generated Private Key and Public certificate. Using Following Command openssl genrsa -out scmnowtest.key 1024 openssl req -new -x509 -key scmnowtest.key -out scmnowtest.cer -days…
0
votes
3 answers

Unable to process JSON input when ingesting logs to Oracle

Error: send: b'{"specversion": "1.0", "logEntryBatches": [{"entries": [{"data": "{\\"hello\\": \\"oracle\\", \\"as\\": \\"aaa\\"}", "id": "ocid1.test.oc1..jkhjkhh23423fd", "time": "2021-04-01T12:19:28.416000Z"}], "source":…
1
2