oracle-cloud-infrastructure

Oracle Cloud Instance connectivity issue

喜欢而已 提交于 2021-01-28 05:22:43
问题 I am inexperienced in cloud. I have created a compute instance in Oracle Cloud. But when I try to ssh to it using the public i/p, it says 'cannot connect to host port 22: operation timed out'. I have created a public i/p for the instance and provided the public key. All the other options are set to default. Can anyone please help? 回答1: You need to check if you have an Internet Gateway and Route Table with the right rule deployed within your VCN and also check if you have opened the TCP 22

Opening port 19132 on an Oracle compute instance (ubuntu-20.04)

风格不统一 提交于 2021-01-07 04:12:36
问题 I've created an Oracle Cloud infrastructure compute instance running Ubuntu 20.04. I am trying to open port 19132. As per another question I found Opening port 80 on Oracle Cloud Infrastructure Compute node I've created a public subnet which has an internet gateway and added ingress rules for port 19132 (in the security lists) netstat looks good netstat -tulpn Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name udp 0 0 0.0.0.0:19132 0.0.0.0:* 1007/./bedrock_serv I

Opening port 19132 on an Oracle compute instance (ubuntu-20.04)

删除回忆录丶 提交于 2021-01-07 04:09:58
问题 I've created an Oracle Cloud infrastructure compute instance running Ubuntu 20.04. I am trying to open port 19132. As per another question I found Opening port 80 on Oracle Cloud Infrastructure Compute node I've created a public subnet which has an internet gateway and added ingress rules for port 19132 (in the security lists) netstat looks good netstat -tulpn Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name udp 0 0 0.0.0.0:19132 0.0.0.0:* 1007/./bedrock_serv I

Difference between IAM , IDCS and OCI in Oracle cloud

烈酒焚心 提交于 2020-07-09 14:51:26
问题 I am getting confused on these 3 terms. What I know OCI is infrastructure provided by Oracle, IAM is user and IDCS is Identity cloud service. But I dont understand differences and terms. Is IAM user and normal user are same? is OCI and IDCS are same? What exactly IDCS is? 回答1: First of all OCI refer to Oracle Cloud infrastructure and it's cloud computing solutions same as MS azure or amazon AWS, but offered by Oracle and it's providing various services such as servers, storage, network,

Error while connecting DBaaS from SQl developer. Able to connect from putty

半世苍凉 提交于 2020-03-04 20:04:59
问题 Hi I created one database in Oracle cloud . I am able to connect on the same via putty . But I am not able to connect from sqldeveloper . Below error is coming when I am trying the same. Can you please help me on the same 来源: https://stackoverflow.com/questions/60341154/error-while-connecting-dbaas-from-sql-developer-able-to-connect-from-putty

Error while connecting DBaaS from SQl developer. Able to connect from putty

跟風遠走 提交于 2020-03-04 20:02:22
问题 Hi I created one database in Oracle cloud . I am able to connect on the same via putty . But I am not able to connect from sqldeveloper . Below error is coming when I am trying the same. Can you please help me on the same 来源: https://stackoverflow.com/questions/60341154/error-while-connecting-dbaas-from-sql-developer-able-to-connect-from-putty

DB link not working in DBaaS but working in On premise Database

百般思念 提交于 2020-03-04 19:34:12
问题 I am using below command to create DB link CREATE DATABASE LINK Dblink_test2 CONNECT TO apps IDENTIFIED BY xyzabc USING '(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=awss007.us.dell.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=xxxmm122de)))'; The DB link got created successfully and it is returning data when I am creating it in on premise database. But when I am doing same in my Dbaas , DB link is getting created but when I am running query I am getting below error. select * from emp@Dblink_test2

Opening port 80 on Oracle Cloud Infrastructure Compute node

♀尐吖头ヾ 提交于 2020-02-01 03:07:08
问题 This is an elementary question however one I cannot seem to resolve by perusing the Oracle documentation. I've created an Ubuntu-based compute node, and it's attached to a subnet. In that subnet I've created a stateful rule with source 0.0.0.0/0, IP protocol: TCP, Source Port Range: All, Destination Port Range: 80. There is no firewall configured on the server. Despite this configuration I can't access the compute node's public IP. Any ideas? 回答1: When deploying compute instances at Oracle

CLI always returns NotAuthorizedOrNotFound

。_饼干妹妹 提交于 2020-01-06 06:01:51
问题 I am trying to get the CLI working on Ubuntu 16.04.1, but I always keep running into (cli_env) rnayak@ubuntuvm:~$ bmcs network vcn list -c c21 ServiceError: { "code": "NotAuthorizedOrNotFound", "message": "Authorization failed or requested resource not found.", "opc-request-id": "9F219FA4DBAB4E95B3A6F1025DF17507/14CE5DEB567A43B68CC8694D24023497/DD9D0EB116C04F76ACDF93DCFEA06A08", "status": 404 } Here is what I have done: Ran bmcs setup config Entered the user OCID, tenancy OCID and region.

Io exception: Oracle Error ORA-12650 in Oracle Cloud

送分小仙女□ 提交于 2019-12-02 06:54:04
问题 I have been using Oracle cloud PAAS linux server for my DB machine (Oracle 11g) and having linux application server where i can run all my Java applications. Assume i have spring based web application which can connect cloud DB machine. I have tried to access the schema in Toad for oracle, it is working as expected but when i try to hit the DB for retrieving the data from application it gives below error. java.sql.SQLException: Io exception: Oracle Error ORA-12650 at oracle.jdbc.driver