Oracle Concepts – Find indexes for a table
See the indexes for a table
It is not unusual to wonder what indexes a specific table might have, and what columns in the table are assigned Read More…
See the indexes for a table
It is not unusual to wonder what indexes a specific table might have, and what columns in the table are assigned Read More…
1. Set the following parameters
TIMED_STATISTICS = TRUE
MAX_DUMP_FILE_SIZE = unlimited (also see metalink article 108723.1)
USER_DUMP_DEST = /oracleRead More…
Lets first try to understand what is Oracle Server and what is Oracle Client: Oracle Database Server:
Oracle Database Server is usually a physical maRead More…
Before we begin installing Oracle Database XE in Linux, we need to prepare
the environment by installing the required packages, setting kernel parametRead More…
It’s common for people new to relational databases to approach the design of the tables like they would a flat, Excel-like spreadsheet: to design the Read More…
The first thing that you will need is to download MySql. I am working with MySql version 5.0. You can download it from their site. After setting it uRead More…
Introduction
This article describes all that you need to know to start working with MySQL database. Everything from the basic info on SQL, how to set Read More…
This tutorial will discuss the various ways using which you can effectively monitor your MySQL Database using Nagios.
Prerequisites: Nagios MonitorRead More…
In this tutorial, I’m going to show you simple steps using which you can setup your own LAMP (Linux-Apache-MySQL-PHP) on a CentOS 7 system.
PrerequisiRead More…
Quick Start:
LAMP on Ubuntu 14.04 Here’s a simple, easy to follow guide that will help you set up a fully functional “LAMP”: Linux (duuuuhhhRead More…