oracle apex
Understanding Oracle APEX: Oracle APEX is a low-code development platform that empowers users to build data-centric web applications swiftly. Leveraging SQL and PL/SQL, developers can create responsive and feature-rich applications without extensive programming knowledge. APEX offers a plethora of pre-built components and templates, facilitating rapid prototyping and deployment. Key Features of Oracle APEX: Drag-and-Drop Interface:

Read More

Oracle Advanced Support Gateway
Oracle Advanced Support Gateway is a crucial component for managing and maintaining Oracle Engineered Systems effectively. It provides advanced support capabilities, allowing businesses to optimize performance, enhance security, and streamline operations. The installation process involves several steps, including preparation, software download, configuration, testing, and documentation. Each step must be executed carefully to ensure a successful

Read More

Oracle Cloud Control 13C Release 5 Update 17
Sub Title: Step-by-Step Guide: Applying Update 17 Patch on Oracle Enterprise Manager Cloud Control 13.5 Software Reference: Cloud Control Advanced Installation and Configuration Guide We previously had an infrastructure running Oracle Enterprise Manager Cloud Control 13.2 version on Solaris OS. Upon upgrading our database version from 12 to 19c, we encountered numerous errors due to

Read More

BigDBA is on the Top 100 Oracle Blogs list.
Today I received an email from Anuj Agarwal, founder of Feedspot .Thank you for your attention. I will try to be worthy. BigDBA is on the Top 100 list. For detailed list: https://blog.feedspot.com/oracle_blogs

Read More

Oracle RAC provides clustering by allowing multiple computers to run Oracle RDBMS software simultaneously while accessing a single database. In a non-RAC Oracle database, a single instance accesses a single database. The database consists of a collection of data files , control files and redo logs located on disk . Example contains a collection of

Read More

It is a low level cache mechanism used by Zend to reduce CPU usage on each request through the intermediate code generated by the standard Zend runtime compiler in the Zend Optimizer. A product that improves for faster operation. If you are using php 5.5 on your server and you have not turned it off,

Read More

Cassandra Installation on CentOS 7.x Before Installing Cassandra, we need to Install Java 8; yum update -y wget –no-cookies –no-check-certificate –header “Cookie:oraclelicense=accept-securebackup-cookie” “http://download.oracle.com/otn-pub/java/jdk/8u131-b11/d54c1d3a095b4ff2b6607d096fa80163/jdk-8u131-linux-x64.rpm” yum -y localinstall jdk-8u131-linux-x64.rpm We can check java version as down below; To install Cassandra, we need to add following parameters into /etc/yum.repos.d/cassandra.repo name=Apache Cassandra baseurl=https://www.apache.org/dist/cassandra/redhat/311x/ gpgcheck=1 repo_gpgcheck=1 gpgkey=https://www.apache.org/dist/cassandra/KEYS You can

Read More