Alfredo Krieg's DBA blog - Oracle ACE: March 2019

Monday, March 18, 2019

Collaborate 2019 Presentations


Collaborate 2019 will take place April 7-11 in San Antonio this year.
This time I have 3 presentations accepted and ready to roll starting April 7th.

Simplifying EBS 12.2 ADOP




In this session I’ll talk about basic ADOP concepts, how to us them and real-life problems and best practice recommendations.


Listen to your Database. How to Understand an Oracle AWR Report.



This session is one of my favorites. In this quick tip I’ll show you the method I use to quickly identify a bottleneck in the DB system using an AWR report.


SMART Performance Monitoring. Exadata and OEM 13c.



I’ll talk about a product that has been set aside by Oracle for a while. Yes, that is OEM 13c.
This session will cover how to monitor Exadata systems using OEM 13c, how to use the plug-in features to find the system’s performance and to alert in case of issues.

Don’t forget to also visit us at our Viscosity booth. I’ll see you there in case you have questions.

Click on the Viscosity logo for all the company events.

 Viscosity Events

Thanks,
Alfredo

Labels:

Configure Oracle Cloud Infrastructure's VCN Network


Oracle Cloud Infrastructure requires a VCN (Virtual Cloud Network) to be created in order to connect to DB Systems (Bare Metal and VM). There are basically tow options to configure this VCN.

·       Public Subnet with Internet Gateway
·       Private Subnet


The Public Subnet with Internet Gateway will expose the network to the Internet. The Internet Gateway is a virtual router that provides a path for traffic between he VCN and the Internet. This option is mainly recommended for non-production workloads.




The Private Subnet cannot be reached from the Internet. You will need to configure a Dynamic routing Gateway (DRG) with either FastConnect or IPSec VPN on your on-premises site.





Once the VCN is created, you can associate the Bare Metal or the VM system to it. The navigation menu to create the VCN is Menu -> Networking -> Virtual Cloud Networks




Then click on Create Virtual Cloud Network and follow the wizard.



Once you create your VCN it will show as a (green) available icon.



More configuration information below:


Thanks,
Alfredo

Labels: , ,