Somberi Techblog
 
Read this Disclaimer first
Techblog Home
All Entries
About Techblog
This weblog is licensed under
a Creative Commons License
Hosted by Somberi.com
Powered by Movable Type
Tech Blog

Teradata Announcement

I am pleased to announce that Mr.Claybourne Barrineau who is my friend and colleague at Coca-Cola Enterprises Inc. has kindly agreed to share his Teradata knowledge in this forum.

Claybourne Barrineau (or Clay as he is known to his friends), has been working with Teradata technologies since 1998. Clay is very well known in Teradata circles. He is a member of the Teradata Product Advisory Council (PAC) which  is an advisory group that provides input to the Teradata corporation regarding the product direction for Teradata RDBMS along with related products and platforms. Look out for his contributions in the coming days.

Claybourne Barrineau works as a Senior Application DBA with Coca-Cola Enterprises, Inc., where he is responsible for architecting and maintaining a world class Teradata information warehouse.

- Ramakrishna Nemani

Teradata Dignostics commands

Diagnostic commands are undocumented features of Teradata. These commands come in handy to DBAs when dignosing performance problems. I use a couple of the Diagnostic commands regularly in troubleshooting  performance issues.

 

Continue reading Teradata Dignostics commands »

An Introduction to Teradata components

Teradata is a relational database management system. A Teradata system has many components (hardware and software). A Teradata system contains one or more nodes. A node is a term for a general-purpose processing unit under the control of a single operating system. The basic building block for a Teradata system, the node is where the processing occurs for the database.

A node contains a large number of hardware and software components as explained below…

Continue reading An Introduction to Teradata components »

RMAN Disaster Recovery script (rman_dr.ksh)

This script is intended to provide a mechanism for disaster recovery. Output log of this script is given as another entry  which you can check

Continue reading RMAN Disaster Recovery script (rman_dr.ksh) »

RMAN tape backup script

This script  does a backup of backupset to tape.

Continue reading RMAN tape backup script »

RMAN configuration script

This script configures persistent rman settings

Continue reading RMAN configuration script »

RMAN archive logs backup script

This script does  archive logs backup using rman.

Continue reading RMAN archive logs backup script »

RMAN complete database backup script

This script does a full database backup including the archive logs.

Continue reading RMAN complete database backup script »

SQL Tutorial for the beginners

This tutorial is aimed at giving a beginner a brief introduction to the Structured Query Language or SQL and get you started with using sqlplus to log on to Oracle and access and manipulate data.

Continue reading SQL Tutorial for the beginners »