718 questions
Advice
1
vote
0
replies
104
views
Developing a bash wrapper for OCI Bastion: How to resolve Instance OCID from a Hostname Label?
I am developing a bash wrapper for the OCI Bastion service to mimic standard SSH behavior (e.g., oci-ssh user@host).
My instances have hostname labels assigned within a private subnet. While I can ...
0
votes
0
answers
71
views
Unable to interact with OCI S3-compatible API
I am trying to use the .NET AWS SDK to interact with OCI's object storage API since they have an S3 compatibility layer. This is my setup:
BasicAWSCredentials creds = new(s3Credentials.AccessKey, ...
1
vote
2
answers
140
views
java.lang.UnsatisfiedLinkError: The specified procedure could not be found when trying to use thick (Oracle Instant Client) JDBC connection
Our DBAs want to enable Transparent Application Failover (TAF) in our Oracle databases and we were told to enable this we needed to change from 'thin' JDBC connections to OCI in our Java applications. ...
Tooling
0
votes
0
replies
85
views
OCI SNS and SQS equivalent
I would like to avoid the complexity of something like Kafka. My understanding is: if we adopt OCI streaming, we would need to develop with Kafka-like requirements (i.e partition management)
I'm most ...
2
votes
2
answers
192
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
168
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
79
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
240
views
OCI cli list custom image and usage [closed]
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
574
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
270
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
35
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
81
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
82
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
1k
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
76
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 ( ...