Questions tagged [oracle-cloud-infrastructure-classic]
40 questions
3
votes
1 answer
Getting the URL for a bucket or an object using oci-java-sdk
I have already a code to retrieve the objects in the bucket using oci-java-sdk and this is working as expected. I would like to retrieve the URL of the file which was uploaded to the bucket in object storage and when I use this URL, this should…

JSAT
- 33
- 1
- 3
2
votes
0 answers
Oracle chatbot integration with WhatsApp
I am trying to integrate an oracle chat bot with WhatsApp.
From what i understand
direct integration is not feasible in Oracle and we have to use webhooks.
WhatsApp does not expose its API directly. We have to go through a WhatsApp client…

Norwen
- 63
- 6
1
vote
1 answer
in Oracle Autonomous database try to create an workspace in the plsql program by using the apex_util.create_user. but failed
APEX_UTIL.SET_SECURITY_GROUP_ID( APEX_UTIL.FIND_SECURITY_GROUP_ID( p_workspace => 'teacher' ));
apex_util.create_user(
p_user_name => 'teacher',
p_web_password => 'ChangeMe@1234',
p_developer_privs =>…

Jian
- 21
- 3
1
vote
2 answers
How to add cloud flare's ips to Oracle cloud infrastructure whitelist
I purchased a domain from namecheap, and I'm gonna to use cloudflare to DNS my domain, but it says Error 521.
I created an free instance on Oracle.
Cloudflare suggest me to add their ips to oracle, but I have no idea where to add these ips.

Elliot
- 11
- 2
1
vote
2 answers
Oracle DB Instance on oracle cloud free tier disappeared
I have created an oracle free tier account a few months back and tried to log in one day and my db instance along with apex and all my work disappeared. I don't know how this happened and why my instance disappeared on the oracle cloud.

Basudev Singh
- 79
- 2
- 13
1
vote
0 answers
ERR-7620 Could not determine workspace for application ()
I tried to upload file using the oracle apex brower file item and got the below error:
ERR-7620 Could not determine workspace for application ().
Environment :
Oracle cloud
Database : ATP Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 -…

Phanny
- 211
- 2
- 3
- 13
1
vote
1 answer
What is the Difference between Oracle Cloud Infrastructure and Oracle Database Classic?
Background:
In my Oracle cloud dashboard, I see Database and Database Classic tiles.
Database service has plan of Oracle Cloud Infrastructure Database.
Database Classic service has plan of Database Classic.
Oracle documentation points to same…

Karthick.R
- 33
- 2
- 8
1
vote
1 answer
Oracle Financial Cloud Rest API End Points
I have configured Oracle Financials Cloud.
Now I want to communicate with an Oracle Financials Cloud REST API.
How can we get that in Oracle cloud?
I checked all the settings, but I could not found the rest API endpoint.
Reference :…

Parth Trivedi
- 3,802
- 1
- 20
- 40
1
vote
0 answers
How to access Oracle Cloud Storage from Java
I have been accessing Oracle Cloud Storage from Java.
I encountered this error:
log4j:WARN No appenders could be found for logger (oracle.cloudstorage.ftm.AbstractFileTransferManager).
log4j:WARN Please initialize the log4j system…

Maxim
- 137
- 1
- 14
1
vote
0 answers
ICS Integration on supplier Creation Business Object from EBS to ORACLE CLOUD facing the issue mention below
I have made an integration in ICS on "supplier" creation and in the end point service on cloud side i have chosen
Business Object: "supplier service" and operation :"creation" so when i am going to activate the integration it showing this…

sunny gadae
- 11
- 1
1
vote
1 answer
How to send iot data to Oracle Iot cloud service?
I have to send My iot data to Oracle IoT cloud service. As i Found there client Library here
But wanted to know that if they have some sdk to do so? And also how to start with this client library,(Javascript)

Imran Ahmad Ghazali
- 605
- 1
- 10
- 16
1
vote
1 answer
Why Am I Getting a Validation Failed Error When Setting Up a Cloud Storage Container Oracle Database Cloud Service?
I just signed up for a trial of Oracle Cloud, and am going through the tutorial for the Java Service, but to do that I have to set up the DB Cloud service. However, when I set up the Cloud Service Container I get the following error.
Error: Creation…

JackParker2
- 157
- 1
- 2
- 13
1
vote
1 answer
Error: Validation Failed Oracle Storage Cloud Service container name must be in the format
I am getting the following error when creating a oracle database backup service.
Oracle Storage Cloud Service container name must be in the format https|http:///{version}// or

Raghav E
- 11
- 3
1
vote
0 answers
Expose a local interface of an ejb on WebLogic server
I'm trying to deploy an application on Oracle Java Cloud Service.
I created a stateless ejb (3.0):
@Stateless(name = "PTOnlineSessionEJB", mappedName = "ejb/PtOnlineBean")
@Local(PTOnlineSessionEJBLocal.class)
public class PTOnlineSessionEJBBean…

notting65
- 143
- 2
- 9
1
vote
3 answers
Java Connection String to Oracle Cloud Database
I had problem when connecting to Oracle Cloud Database from java code.
I have no problem connecting other non-cloud oracle databases.
I can connect to the Oracle Cloud Database with sql tools, except from the java codes.
The hostname, username…

hades
- 4,294
- 9
- 46
- 71