Wednesday, January 5, 2022

ODI - Steps to increase overall ADW database storage size

Step1: Log in to OCI instance and hamburger -- select Oracle Database and Autonomous Database


Step2: select the required compartment and click on database.


Step3: Navigate to More actions and then Manage Scaling.


Step4: Provide new required storage size and then click update.


In few minutes ADW database size will be increased.

No comments:

Post a Comment

Featured Post

OIC - OCI Java function code for RSA Encryption and Decryption

Function Java code: package com.test.fn; import java.security.*; import java.security.spec.*; import java.util.Base64; import javax.crypto.C...