723 questions
2
votes
2
answers
151
views
How to identify via SQL if the database is running on OCI?
I have a system where the database can be installed in different locations: on AWS (RDS), on OCI (Autonomous Database), or even on a client's own server.
I need to identify where the database is ...
0
votes
1
answer
116
views
Failed to connect Oracle Autonomous Database Without a Wallet (TLS) using Java code
connection to Oracle Autonomous database without wallet (TLS) is failing with the below exception:
java.sql.SQLException: Listener refused the connection with the following error:
ORA-12529, TNS:...
0
votes
1
answer
46
views
How to run a local server with podman?
I'm using fn for deploying serverless functions in Oracle Cloud in a Mac Intel.
I use podman as a docker container.
This is my .fn/config.yaml
cli-version: 0.6.42
container-enginetype: podman
current-...
-3
votes
1
answer
136
views
OCI cli list custom image and usage
I am looking what OCI cli show only custom image? I HAVE TRIED
oci compute image list --compartment --all
However that not listed all my custom image, shows only handfull but for sure I have in ...
0
votes
1
answer
394
views
OCI Generative AI Agent API returns "Unknown resource" 404 error when invoked from Oracle Function
I'm working with Oracle Cloud Infrastructure and trying to invoke a Generative AI Agent from an Oracle Function using the Python SDK. Everything seems correctly set up, but I'm getting a 404 Unknown ...
0
votes
1
answer
183
views
How to override the health check port and endpoint for Kubernetes Service using OCI cloud controller manager
I have a self-managed cluster consisting of a control plane node, and two worker nodes, all of which are hosted as VMs on OCI. Additionally, I also have configured the OCI Cloud Controller Manager ...
0
votes
0
answers
30
views
Why are there so many extra cwallet and ewallet files in our OCI DB server TDE folder?
We are trying to turn on data guard cross-region replication on our test OCI database instance. This database is installed on a Linux server. When we try to turn on data guard, we get an error that ...
0
votes
1
answer
55
views
Unable to connect DB on OCI from Frontend developed on Powerbuilder
Trying to connect a DB hosted on OCI from FE developed on PowerBuilder. But as FE is a thick client and client ips are dynamic we are not able to open firewall connection to OCI DB due to security ...
0
votes
1
answer
76
views
OCI NoSQL query: PREPARE: Illegal Argument: The driver or SDK being used does not support complex query in python
I try to write a query to nosql Oracle Cloud with statement have count like below
nosql_client = oci.nosql.NosqlClient(config)
query = """
declare
$orgKey string;
SELECT count(*) FROM ...
-1
votes
1
answer
678
views
Oracle Cloud - Database Connection Error HTTP Status Code: 571 [closed]
I have an Always Free Autonomous Database on Oracle Cloud Infrastructure. I want to access Oracle APEX, but I get the following error:
Database Connection Error
HTTP Status Code: 571
Request ID: XXX
...
0
votes
1
answer
59
views
OCI Golang Function 404 on a GetSecretBundle call Using ResourcePrincipalConfigurationProvider
I have a Golang OCI function that is trying to pull a secret but it is returning a 404 not authorized.
I am looking to isolate either:
I am not using the OCI SDK Authentication Method ( ...
0
votes
0
answers
103
views
How to authenticate with OCI using OIDC in serverless environments (AWS Lambda/Azure Functions) with Python SDK
How to authenticate with OCI using OIDC in serverless environments (AWS Lambda/Azure Functions) with Python SDK?
Background
I'm trying to implement a solution where code running in serverless ...
0
votes
0
answers
51
views
Is it possible to create an OCI alarm definition where two metrics are added together?
I'm trying to set up an Oracle Cloud Infrastructure alarm definition to alert when Fast Connect Virtual Circuit bandwidth is nearing it's limit. In my head that would mean adding the BitRateReceived ...
0
votes
0
answers
28
views
How to get KafkaDelegation token from oozie creds passed to a java action
I have a kafka set up via kerbos authentication.
I have the principle and keytab which has access to the cluster.
I added this to the workflow:
<workflow-app name="HelloWorldWorkflow" ...
0
votes
1
answer
72
views
Apache Spark - Extracting Source File Creation/Modification Timestamp
I have a Spark Streaming job which reads data from file sources like Amazon S3 or OCI Object Storage and writes data into delta table.
I have a requirement where I need to compute the time difference ...