Categories

Web DevelopmentProgrammingDatabaseWindowsLinuxNetworkingMobile DevicesRaspberry PiPythonCJavaOtherSponsored

DATABASE Articles

How to create a sequence column in MySQL

This article explains how to create a sequence column, also known as a auto-increment column in a MySQL database table.

How to select random records from a database

Learn how to select random rows from a database table in MySQL, Oracle and MS SQL Server. Also learn how to retrieve random documents from a MongoDB collection.

Oracle DBA Cheat Sheet

This Oracle DBA cheat sheet is an essential guide for Oracle Database Administrators to perform day-to-day administration tasks

Creating Oracle databases using DBCA

This article explains how to create, configure and delete Oracle databases using the graphical tool Database configuration Assistant (DBCA)

MongoDB Cheat Sheet - Essential MongoDB Shell Commands

MongoDB Cheat Sheat - A quick reference of Mongo shell commands and usage example needed to perform most of the common tasks in MongoDB.

Relocating and Renaming Datafiles in a Oracle Tablespace

This article explains how to relocate or rename the datafiles of a Oracle tablespace in a few easy steps

Gracefully terminating sessions in Oracle

How to terminate user sessions in Oracle without losing data.

How to change the name of a Oracle Database

How to easily change the name(DBNAME) and unique id(DBID) of an Oracle database using DBNEWID utility.

Disable remote access to MySQL database.

This article illustrates how to disable remote access for etiher root users or for all users.

Recover MySQL root password in five simple steps

How to recover a lost MySQL root password in five easy steps on Windows and Linux platforms.