Free Newsletters:
Database Journal  
DBAnews  

DBASupport

 The Knowledge Center for Oracle Professionals

Search DBAsupport:
 
HOME 11g Central 10g Central 9i Central 8i Central Oracle News Scripts FAQ OCP Zone Resources Technical Docs Tools & Utilities Forums
internet.com


» HOME
» FEATURES
    11g Central
    10g Central
    9i Central
    8i Central
    Oracle News
» COMMUNITY
    Scripts
    Forums
    FAQ
    OCP Zone
» RESOURCES
    Resources
    Technical Docs
    Tools & Utilities
    Tech Jobs
Marketplace Partners
Become a Marketplace Partner


internet.commerce
Be a Commerce Partner












internet.com
Internet News
Internet Investing
Internet Technology
Windows Internet Tech.
Linux/Open Source
Web Developer
ECommerce/ Marketing
ISP Resources
ASP Resources
Wireless Internet
Downloads
Internet Resources
Internet Lists
International
EarthWeb
Career Resources

Search internet.com
Advertise
Corporate Info
Newsletters
E-mail Offers



 

Solaris Systems Administrator
The Computer Merchant, Ltd
US-AZ-Scottsdale

Sr SQL DBA
The Computer Merchant, Ltd
US-VA-Reston

Java Developer with Interim Security Clearance or Higher
The Computer Merchant, Ltd
US-WV-Fairmont






DBASupport Oracle Flashback Version Query--Trick or Trap
Learn how to use Oracles Flashback Version Query to not only see past data at a particular point in time but also to see how it changed over time.

Oracle 11g Data Guard: Grid Control Management
Oracle Database 11g offers several enhancements to the Oracle Data Guard feature set that helps an Oracle DBA to manage a complex, multi-database disaster recovery environment. This article explores how to set up Data Guard Broker for simpler configuration, monitoring and maintenance of Oracle 11g primary and standby databases.

Course Review: Performance Optimization for Developers by Hotsos
Steve Callan recently attended a three day Performance Optimization for Developers SQL and PL/SQL class. This article is a review of the training provided by Hotsos.

Oracles Flashback Query TIMESTAMP or SCN?
Oracles Flashback Query(SQL-driven) makes use of both TIMESTAMP and SCN--but which should you use? It just may be a matter of preference but requires some thoughtful considerations.

Monitoring Databases
Monitoring tools range from the expensive variety to homegrown, simplistic shell scripted type. Before pursuing one or more approaches, identify what it is you want to monitor, how that information should be surfaced, and by what means you want to capture events.

Oracles Flashback Query--Should you unset _in_memory_undo?
The benefits of Oracle's Flashback Query are well documented--but with minor nuances of parameters such as _in_memory_undo, how much should you really buy into them? James Koopmann takes a deeper look at the _in_memory_undo parameter and how it effects flashback query.

Configuring Data Guard Broker
Oracle Database 11g offers several enhancements to the Oracle Data Guard feature set that helps an Oracle DBA to manage a complex, multi-database disaster recovery environment. This article explores how to set up Data Guard Broker for simpler configuration, monitoring and maintenance of Oracle 11g primary and standby databases.

VMware and Oracle Setup Examples - Part 2
This installment of "VMware and Oracle Setup Examples" covers installing Oracle Enterprise Linux, connecting Windows to Windows and connections in general.

Failures within Your UNDO Tablespace-When do they occur?
James Koopmann examines the typical errors within an Oracle UNDO tablespace, by breaking the UNDO mechanism, and demystifying the occurrence of errors.

VMware and Oracle Setup Examples
With VMware at your disposal, there is practically no reason you cannot gain experience on all of the major operating systems supported by Oracle.

Is Your UNDO Tablespace Prepared for Oracles Flashback Technology?
Not every database is automatically created using Oracles Automatic UNDO Management. Here is a step by step approach to setup UNDO tablespaces for Oracles flashback technology.

Oracle 11g Data Guard: Building a Physical Standby Database
Oracle Database 11g expands disaster recovery features dramatically to include the capability to keep a standby database open for read-only queries while still accepting change vectors from the primary database. Jim Czuprynski explains how to set up a standby database environment using Oracle 11g's new Recovery Manager features.

Revisiting Oracle Passwords
Some common reasons a DBA might want to view plaintext passwords are the use of legacy applications, relatively high personnel turnover, and poor password management/documentation in the first place. Learn how to find those passwords using an Oracle password cracker.

Oracle on Windows, Revisited
This article revisits a series written around five years ago regarding running an Oracle database on Windows. There have been quite a few changes--but one aspect that has not changed is Oracle Corporation's commitment to making the RDBMS not only run, but also run well, on the Windows platform.

Oracle Flash What is it?
James Koopmann travels down the road of system failure, human error and unforeseeable data corruption, looking to both Oracle's Flashback technology and Oracle's flash backup and recovery features for protection in this volatile environment. The first article in this series discusses what the Flashback technology and flash backup and recovery features are.

» More Features...

Receive articles via our XML/RSS feed




DBASupport News Oracle's pipeline delivers many new products
While the release of Fusion Middleware 11g is the big news today, the company has recently released other products as well.

Oracle Launches Oracle SaaS for ISVs Monthly Licensing Model
Offers flexibility for ISVs delivering Saas and Cloud Services on the leading Oracle platform for Saas.

DoJ to Oracle/Sun: Not so Fast, Pardners
Fast track approval of the merger is denied, for reasons unclear. Java is likely the source of contention.

Oracle Advanced Security Encrypts Oracle Applications Data
Oracle today announced that Oracle Advanced Security, an option to Oracle Database 11g Enterprise Edition, transparently encrypts all application data stored in an Oracle Database tablespace.

Red Hat CEO Calls on Oracle to Keep Java Open
With earnings up at the Linux vendor, its chief executive talks tough on Oracle.

Oracle's Ellison Talks Big on Cloud Computing
From the blogs: Oracle's CEO sees his company as a major player in on-demand, SaaS, the cloud -- and more.

Oracle Reportedly Kills Virtual Iron Product Line
That gurgling sound you hear is Oracle reportedly rolling over in bed and smothering Virtual Iron.

Oracle Unveils New Release of Oracles Agile Product Lifecycle Management (PLM)
This latest release equips customers to drive profitable innovations, mitigate risk, lower development and product costs and improve productivity across the entire product lifecycle.

System.Data.OracleClient Update
After carefully considering all the options and talking to our customers, partners, and MVPs it was decided to deprecate OracleClient as a part of our ADO.NET roadmap.

Postgres More Compatible with Oracle
The new release of Postgres Plus Advanced Server integrates more closely with Oracle than past iterations.

Oracle Education Foundation Announces Winners of the 2009 Global ThinkQuest Competition
Students from 13 countries took top honors in the 2009 ThinkQuest Competition.

Set Up Enterprise Job Scheduling with Oracle 11g
By combining the resource manager and Scheduler, this book explains how to automate business processes, and helps manage and monitor those jobs efficiently and effectively thus boosting database performance.

Oracle stubborn on licence discounts
Oracle continues to resist any downward pressure on its licensing fees...

More New PL/SQL Features
Improve performance in Oracle Database 11g with new PL/SQL features.

Sun Shareholders Will Vote on Oracle Deal on July 16
Sun Microsystems has scheduled a special shareholders meeting for July 16 for a vote on whether to accept...

» More News...

Receive news via our XML/RSS feed




FULL OUTER JOIN LOOP
This script displays matched records from two tables when constraints prevent a full outer join.

IF EXISTS/IF NOT EXISTS
This script creates a user, if the user does not exist in the db and drops the user, if the user exists in the db.

Killing Sessions
Use this script to kill a job and re-run it fter incorporating HINTS.

Debugging Column Length
This script debugs column length mismatch in Oracle tables and joins the matching rows through an equi join.

BIND VARIABLES
Handling nulls through the use of bind variables in pl/sql scripts is a tricky task. Here are some exmples to handle nulls.

» More Scripts...



Latest Database Articles from DevX
Determine Which Session Is Blocking All Users in Oracle
Create a Syslog Sender/Receiver Using the MS Winsock Control
The Three Key Questions for the Future of Java
Sending E-mail from SQL Server 200X
How to Store Oracle 10g Log Files in XML


Database Administration Forum Latest Forum Threads
Topic By Replies Updated
  what size of db_block_size should I use when building a datawarehouse db? Trina 7 July 2nd, 03:20 PM
  quick refresh vnktummala 4 July 2nd, 09:55 AM
  Is 10g desupported by Oracle on Sun solaris 5.8? Ablakios 1 July 1st, 03:42 PM
  clean up user in OEM matthew00 0 July 1st, 09:26 AM


Database Development Forum Latest Forum Threads
Topic By Replies Updated
  DELETE Statement rao 1 July 2nd, 02:49 PM
  PL/SQL Help rao 11 July 2nd, 08:52 AM
  ERROR: ORA-02019: connection description for remote database not found balajiyes 4 June 30th, 01:07 PM
  Problem using CTXXPATH index lcavina 0 June 29th, 10:15 AM