Free Newsletters:
DatabaseDaily  
Database Journal
Search Database Journal:
 
MS SQL Oracle DB2 Access MySQL PostgreSQL Sybase PHP SQL Etc SQL Scripts & Samples Links Database Forum

» Database Journal Home
» Database Articles
» Database Tutorials
MS SQL
Oracle
DB2
MS Access
MySQL
» RESOURCES
Database Tools
SQL Scripts & Samples
Links
» Database Forum
» DBA Jobs
» Sitemap

News Via RSS Feed


follow us on Twitter





New Security Features Planned for Firefox 4

Another Laptop Theft Exposes 21K Patients' Data

Oracle Hits to Road to Pitch Data Center Plans
Database Journal |DBA Support |SQLCourse |SQLCourse2










Oracle database management, tutorials, scripts, coding, programming and tips for database administrators

Oracle

Real Time SQL Monitoring in Oracle Database 11g 05/13

Quickly identifying real time SQL performance issues has been one of the biggest headaches for Oracle DBAs. Oracle Database 11g introduces a new feature that dramatically simplifies the detection and analysis of long running queries. Learn how to see and work with the new feature using the Oracle Enterprise Manager.

How to Pivot Data in Oracle 11g 05/09

Occasionally it may be necessary to 'flip' a table on its side, so to speak, meaning to convert rows to columns in order to display data in a more understandable format. With Oracle 11g it's possible to define a dynamic solution to this problem, using the pivot operator.

From RAC to Standby RAC in No Time 04/29

Learn how to create an Oracle RAC 11gR2 physical standby database with Active DataGuard on Linux.

Oracle Database 11g: Working with the Data Masking Pack Part Two 04/22

Oracle has introduced their Data Masking Pack in Oracle Database 11g that provides a permanent, one way mask of sensitive data. Read on to learn more.

The Oracle Database Auditing Options 04/08

Auditing is not a task to be taken lightly, and it can require fairly extensive management depending upon which auditing path is chosen. Oracle (depending upon the release) makes this fairly straightforward. Read on to learn more...

Oracle Database 11g: Working with the Data Masking Pack 03/25

DBAs often need to provide a full clone of a production system for a development and/or testing system. To address the balance between protecting the data while providing realistic test data, some form of data masking is required. Oracle Database 11g's new Data Masking Pack feature provides a permanent, one way mask of sensitive data.

Monitoring Smart Scans in Oracle Exadata 03/14

You really want to have Smart Scans working on an Oracle Exadata machine. But how do you know they're working? David Fitzjarrell shares a few ways to prove you have Smart Scans working for you.

Oracle Contiguous Data Range via Full Outer Joins 03/11

Selecting a contiguous data range, when the source data range is incomplete, requires producing the missing data and merging it with the source data set. Alexander Polishchuk describes a method of generating the required data in Oracle and merging it via full outer join or union data set operator.

Monitoring Exadata Storage Servers with the CellCLI 02/14

Oracle Exadata Database Machine provides a very powerful all-inclusive solution for highly available databases and extremely fast IO access to data. It combines Oracle's powerful Grid Infrastructure and Real Application Cluster database solution with the power of the Exadata Storage Server technology in a pre-configured configuration.

Parallel Processing -- Bane or Boon 02/11

What does parallel processing bring to the table? Obviously the possibility, but not the guarantee, of reduced execution time. What does it cost? That depends on the system but for OLTP systems it usually creates more work than it accomplishes. Read on to learn more.

Working With Metrics Extensions in Oracle Enterprise Manager 12c Cloud Control 01/14

Metric extensions provide DBAs with some powerful additional functionality to be able to truly leverage Enterprise Manager 12c Cloud Control as a single centralized monitoring tool for their entire IT infrastructure

A Tale of Two Indexes 01/10

Sometimes software knows more than you do, and that can be a bit disconcerting, especially when that software is running an Oracle database. Read on to discover how and why Oracle can produce some surprising execution plans where indexes are concerned. The reasons are not likely what you are expecting them to be.

Exadata Survival Guide 12/13

Exadata provides a mechanism where the database servers and the storage cells join forces to improve performance. David Fitzjarrell examines what triggers a Smart Scan and how it reduces the processing time for qualifying queries.

Oracle Enterprise Manager 12c Cloud Control - Incident Manager - Part Four 12/06

Oracle has made great strides in providing tools and techniques for administrators to be able to take steps to proactively monitor their systems. This trend definitely continues with the new feature in Oracle Enterprise Manger 12c Cloud Control called Incident Manager.

The Exadata Feature You Need to Know About 11/15

Exadata offers many features to improve performance -- Smart Scans, offloading, Infiniband internal network -- but the one feature not often mentioned is the storage index. So what is a storage index, where is it found and what does it do?

Oracle Archives



Latest Forum Threads
Oracle Forum
Topic By Replies Updated
Oracle Data Mining: Classification jan.hasller 0 July 5th, 07:19 AM
Find duplicates - Unique IDs Lava 5 July 2nd, 08:30 AM
no matching unique or primary key rcanter 1 April 25th, 12:32 PM
Update values of one table based on condition of values in other table using Trigger Gladiator 3 February 29th, 06:01 PM