Database 18c Patch As of the Release date (16-Jan-2019), the only Oracle Database 18 software that is available is 18.1.0 for on-premise Exadata. Then afterwards, it was available for on-premise as well. More Info: Database 18 Proactive Patch Information (Doc ID 2369376.1) OPatch Utility Information You must use the OPatch utility version 12.2.0.1.14 or later to apply this patch. Oracle […]
Monthly Archives: February 2019
Manual upgrading Oracle database 11gR2 to 19c
Manual upgrading Oracle database 11gR2 to 19c If you want to know how we upgrade an 11.2.0.4 database to 19.0.0.0.0 using DBUA, click here. This article explains how to upgrade 11.2.0.3 and above, and 12.1.0.1, 12.2.0.1, 18c to 19.0.0.0.0 manually. Manually upgrading to 19c There are many DBAs who don’t want to follow the recommended […]
Oracle Autonomous Database CookBook
Written by Oracle Certified Master Skant Gupta and Oracle Certified Professional Mohit Sharma are diligently planned to direct the readers about the usage of Oracle Autonomous Database. The primary target audience is Oracle DBAs and Oracle Cloud DBA’s. This book has been diligently planned for all levels of DBA experts. Coming right from the real-world […]
Terminating an Autonomous Transaction Processing (ATP) Instance
In this post, we are going to terminate the ATPdatabase on OCI. We assume that you must have OCI account with valid credentials and compartments. Terminating your ATP instance Go to the Cloud Console you used during the provisioning exercise and open the Instances screen. Click the Instance Name (NEWATP) Click Actions and Select “Terminate”. […]
Import Data Dump File into Oracle Autonomous Data Warehouse Cloud (ADWC) Using Data Pump
In this post, you will learn how to import a dump file into the adwc_hr schema in the Oracle Autonomous Data Warehouse Cloud (ADWC) service instance using data pump (impdp). Login with ADWC instacne and invoke SQL*plus then create the user adwc_hr. C:\Users\skagupta>sqlplus admin@skantorcldb_high SQL*Plus: Release 18.0.0.0.0 Production on Thu Feb 21 18:14:16 2019 Version […]
Upload Data Dump File to Oracle Cloud Infrastructure (OCI) Object Storage
In this post, you will learn how to upload the export dump file to Oracle Cloud Infrastructure (OCI) Object Storage and generate a Pre-Authenticated URL for the export dump file. We assume that you must have OCI account with valid credentials and compartments. Launch the web browser and Log into your assigned OCI account. Expand […]
Migrating On-Prem Database Schema to Autonomous Data Warehouse Cloud (ADWC) Using Data Pump
In this post, you will learn how to export the HR Schema from On-Prem Oracle Database to ADWC instance using Data Pump Export (expdp). Log in to On-Prem Machine with oracle user and create a directory to place the dump files generated by using data pump. [oracle@oracle19c ~]$ mkdir -p /u01/app/oracle/admin/orcl19c/dpdump/for_adwc On the On-Prem Machine, […]
Creating Object Store Credentials in Autonomous Transaction Processing (ATP)
In this post, you use the ADMIN user schema. You store the Auth Token created in the previous post along with the username, as a credential under an ADMIN schema. Connect to ADMIN user using SQL Developer. Use the create_credential procedure of the DBMS_CLOUD package to store the object store credentials in your ADMIN schema. Set the […]
Stopping/Starting your Autonomous Data Warehouse Cloud (ADWC) instance
In this post, we are going to stop & start the ADWC database on OCI. We assume that you must have OCI account with valid credentials and compartments. Stopping your ADWC instance Go to the Cloud Console you used during the provisioning exercise and open the Instances screen. Click the Instance Name (SKANTADWC). Click Stop. […]
Monitoring your ADWC instance
In this post, you will use the service console to monitor your ADWC instance. As ADWC only accepts secure connections to the database, you need to download a wallet file containing your credentials first. The wallet is downloaded from the ADWCservice console. On the Instances page, find your database and click “Service Console” in the actions […]