Questions tagged [oracle-cloud-infrastructure-classic]

35 questions
2
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…
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…
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
  • 213
  • 2
  • 3
  • 11
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…
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,732
  • 18
  • 36
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…
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…
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)
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
  • 147
  • 1
  • 2
  • 11
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
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…
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
  • 3,200
  • 5
  • 28
  • 56
1
vote
0 answers

How to connect mywebsite to Oracle cloud?

I am using this code for connect my website to oracle cloud database $db = '(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=HOSTNAME)(PORT=1521))(CONNECT_DATA=(SID=DBNAME)))'; $db_charset = 'AL32UTF8'; $c = oci_connect("USERNAME","PASSWORD",$db,…
0
votes
1 answer

Cannot find or login to Oracle Cloud DB

Setup: Oracle Cloud Infrastructure Oracle Cloud DB: Autonomous DB. DB#1( Data Warehouse), DB#2(Transaction Processing) Problem: I can access DBs from Oracle Cloud Infrastructure Website, and using SQL Developer from my local computer, but I am not…
0
votes
1 answer

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.
1
2 3