Questions tagged [oracle-cloud-shell]
9 questions
1
vote
1 answer
Getting the error in terraform code while trying to connect to linux server in OCI cloud shell . ------Failed to read ssh private key: no key found
Getting the error in terraform code while trying to connect to linux server in OCI cloud shell . ------Failed to read ssh private key: no key found
Below is my code : -
resource "null_resource" "remote-exec" {
provisioner…

Deepak
- 13
- 4
0
votes
1 answer
How to programmatically delete objects stored in Oracle Object Storage?
How to programmatically delete objects stored in Oracle Object Storage?
DELETE /filename returns with 404-Notfound.
I could create files using pre authenticated URL (to a folder) in Oracle Object Storage . These files are created using PUT /filename…

Datha
- 655
- 1
- 5
- 12
0
votes
0 answers
Oracle Cloud Ubuntu GUI bandwidth 10x slower than shell
I have an Ubuntu instance running on Oracle Cloud.
Download speed via shell is around 2500 Mbps.
But via Firefox in GUI over RDP is only 200 Mbps.
Any reason for this? Is there some kind of throttling?

Dan
- 1,257
- 2
- 15
- 31
0
votes
1 answer
Cross Tenancy access via CLI and SDK in Oracle Cloud
I two tenancies in Oracle Cloud Infrastructure where Tenancy1 is login tenancy containing IAM configurations and Tenancy2 is my target tenancy. I configured cross tenancy auth (Endorse and Admit IAM policies) where I login to the login tenancy…

Somesh Garje
- 105
- 11
0
votes
1 answer
Oracle cloud api health check
I have below command for creating api health check in oracle cloud.
oci health-checks http-monitor create --compartment-id ocid1.compartment.oc1..aaaaaaaabbb5aavs3npxp6ttq525qoollwxtrjmp1vh6skthcsitfzpw4sq2rfa --display-name "keepalive-check"…

Jasar M
- 3
- 2
0
votes
1 answer
Getting connection time out while doing ssh on linux server from oracle cloud shell . It shows FIPS mode initialized and then it gets timed out again
Getting connection time out while doing ssh on linux server from oracle cloud shell . It shows FIPS mode initialized and then it gets timed out again.
kk@cloudshell:~$ ssh -i sshkey.pem opc@xx.x.x.x
FIPS mode initialized
ssh: connect to host…

Deepak
- 13
- 4
0
votes
1 answer
Data Pump export using cloud shell
I am trying to export schema using data pump on Oracle Cloud Autonomous database.
I am using cloud shell to export schema.
When I tried to do the final step:
expdp admin/password@DB_HIGH schemas=SCHEMA_NAME directory=data_pump_dir dumpfile=exp%U.dmp…

Goku
- 441
- 5
- 20
0
votes
1 answer
Can not deploy Go in Oracle Cloud Function using Cloud Shell
I tried to Creating and Deploying Oracle Cloud Functions by following the official documentation instructions. I can create and deploy using java runtime but when I deploy go runtime always return error.
I tried to init Go function using this…

Muhammad Dyas Yaskur
- 6,914
- 10
- 48
- 73
0
votes
1 answer
What is the Oracle Cloud shell password for default user
sometime we need to play in role of superuser like su or sudo, what is the Oracle Cloud Shell password for default account?

刘宇翔
- 527
- 8
- 17