Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Nov 7, 2024Resolving ORA-12506: TNS:listener rejected connection based on service ACL filteringI encountered this error when I moved the ADB to a Private End Point and tried to connect to it on a Compute Instance which was on a VCN that had access to the ADB. Weird huh? If its contactable and on a Private End Point then why is it being blocked...Discuss·31 readsorclapex
Joe Ngodevkata.joergeous.one·Sep 8, 2024Oracle Data Pump and OCIOracle Data Pump is a powerful utility for moving data and metadata between Oracle databases. When combined with Oracle Cloud Infrastructure (OCI), it becomes an even more versatile tool for database administrators and developers. This guide will wal...Discuss·1 likeOracle Autonomous Database
Baskarbaskarblogspot.hashnode.dev·Jul 7, 2024How to download multiple files together from OCI Object Storage to Oracle Autonomous Database Directory such as DATA_PUMP_DIRThis article guides you with the commands for downloading multiple files together from OCI Object Storage to Oracle Autonomous Database Directory Object such as DATA_PUMP_DIR. Remember that we don't have OS access for our Autonomous Serverless Databa...DiscussGET_OBJECT
Baskarbaskarblogspot.hashnode.dev·Jul 7, 2024How to delete multiple files together from Oracle Autonomous Database Directory Object such as DATA_PUMP_DIRThis article guides you with the commands for deleting multiple files together from your Oracle Autonomous Database Directory Object such as DATA_PUMP_DIR. Remember that we don't have OS access for our Autonomous Serverless Database. So, to access or...DiscussDATA_PUMP_DIR
Baskarbaskarblogspot.hashnode.dev·Jul 7, 2024How to create a Credential in Oracle Autonomous DatabaseThis article quickly guides you on how to create and drop the credential in Oracle Autonomous Database. To create a Credential, you can use the following command: BEGIN DBMS_CLOUD.CREATE_CREDENTIAL( credential_name => 'MY_CLOUD_CREDENTIAL', ...DiscussOCI Credential
Baskarbaskarblogspot.hashnode.dev·Jun 27, 2024How to list all the Objects from OCI Bucket Storage via SQL Query in Autonomous DatabaseThe following queries can be used to list all the objects from your OCI Bucket Storage. -- First Create a Credential using the following code. -- In the below code, the 'username' parameter expects your "Tenancy" Username which you can find in your O...DiscussOCI Bucket
Merlin Sahamerlin.microworka.com·May 18, 2024Building a Secure CI/CD Pipeline on Oracle Cloud with DevSecOps ToolsAutomated Secure CI/CD Pipeline for Oracle Cloud Infrastructure with DevSecOps Practices (Jenkins, OWASP Dependency Check, Trivy, SonarQube, VCN, Compartment, Security Group, Maven, GitHub, Docker, Docker Hub, ArgoCD, Kubernetes) Using Terraform, Ans...Discuss·1 like·47 readsSecure CI/CD Pipeline