OCI Crate Kubernetes network
Setup VCN /16 Setup public network /24 Setup private network /24 Create custom Cluster Kubernetes Service CIDR and Pods CIDR is not part of your initial VCN Summary
Build High Availability Network
Setup VCN /16 Setup public network /24 Setup private network /24 Create custom Cluster Kubernetes Service CIDR and Pods CIDR is not part of your initial VCN Summary
Hi in this tutorial I shows how to create and connect to Oracle Autonomous Database. Create DB user script CREATE USER user01 IDENTIFIED BY PASSword12Chracter; GRANT CREATE SESSION TO user01; GRANT DWROLE TO user01; GRANT UNLIMITED TABLESPACE TO user01;
Log Group Add Custom Log Click on Logs, and then Create Custom Log Click Create Configuration Now you have option to configure or Add Configuration later – i will use Later.
Dynamic Group can be created as a: Compartment – all componetns servers, vnc, load balancer, etc which are part of that compartment Specific Instances Selection you manage base on Matching Rules which you define To build Rule use Rule BuilderDefine Read More
OCI Logging What is OCI Logging? The Oracle Cloud Infrastructure Logging service is a highly scalable and fully managed single pane of glass for all the logs in your tenancy. Logging provides access to logs from Oracle Cloud Infrastructure resources. These logs include critical Read More
What is Oracle Autonomous Database Self-driving: Automate database provisioning, tuning, and scaling Self-securing: Automate data protection and security Self-repairing: Automate failure detection, failover, and repair Simple just connect, create table and use. With Autonomous DB all DBa tasks will be Read More
When I setup a Load Balancer oracle associated a default set of ciphers. When device with Windows CE connected to LB I receved error Not supported RSA Key size 4096 When troubleshoot problem we identified that issue is with selected Read More
How to monitor java process using console https://docs.oracle.com/javase/9/tools/monitoring-tools-and-commands.htm#JSWOR732 jps jstat Options: [root@mplmas2 cron]$ jstat -options -class -compiler -gc -gccapacity -gccause -gcmetacapacity -gcnew -gcnewcapacity -gcold -gcoldcapacity -gcutil -printcompilation jstat -class [PID] ps -ef -u USER|grep tomcat|grep user|tr -s ” “|cut -d” Read More
Display events – select database show events Dispaly events from information schema select * from information_schema.events Disable/Enable event ALTER EVENT myevent DISABLE; ALTER EVENT myevent ENABLE; https://dev.mysql.com/doc/refman/5.7/en/show-events.htmlhttps://dev.mysql.com/doc/refman/8.0/en/alter-event.html