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


internet.commerce
Be a Commerce Partner
Prepaid Phone Card
Calling Cards
Promos and Premiums
Imprinted Promotions
Desktop Computers
Compare Prices
Computer Deals
GPS
Logo Design
Online Education


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



 

Featured Solutions for Technology Professionals from Internet.com
PDF: Storage Is Changing Fast--Are You Ready?
Sponsored by HP
The storage landscape is headed for dramatic change, thanks to new technologies like Fibre Channel over Ethernet (FCoE), pNFS, object-based storage and SAS that will affect everything from NAS and SANs to disk drives. Get the knowledge you need to make the most of your storage environment, now and in the future. >>

Featured in the eBook Library for Technology Professionals
eBook: Evaluating Software as a Service for Your Business
Sponsored by Webroot
Is Software as a Service just hype, or is something really going on here? And if there is fuel behind these flames, what's different? See if your company can benefit as SaaS tries to change the face of the enterprise. Download this eBook now.

CA ERwin® Data Modeler Proven database design and modeling. Efficiently analyze, design and deploy effective database solutions. Whitepaper: Manage SQL Server Deployments
Try it free: CA ERwin® Data Modeler




DBASupport Multi Table Loop
This article examines how to loop through multiple tables to process the data.

Programming, Perl + Oracle
Perl is a powerful scripting language that can meet your day-to-day scripting needs as a database administrator, and if used prudently, and responsibly, as a language to build large web-based applications. Here's a quick introduction to using Perl with Oracle.

Create your own reports with Oracles Snapshot Information
If you are tired of running the same old Oracle AWR reports, not getting to the data quickly, or just need to write your own, then this article will get you started.

Oracle Database 11g: Database Replay, Part 1
This article provides a primer for using Oracle 11g Database Replay to effectively predict the performance of rapidly changing applications within increasingly fluid database environments.

Oracle DBA in an Oracle Applications World
Steve Callan takes a look at what is behind the smoke, mirrors, and curtains of Oracle Applications.

Oracle Indexing - What, Where, When?
If you are new to databases, or perhaps new to Oracle, you may find the discussion on indexes and indexing strategy complicated. Don't fret. To get started it's fairly straightforward, and as long as you pay attention to the options relevant to day-to-day DBA needs, it should remain fairly simple.

Recovering from Loss of All Control Files
Follow these easy steps to restore a database when the control files have been lost.

Measuring Disk I/O-Oracles ORION Tool
Oracles ORION workload tool enables architects to effectively develop a workload that can mimic and stress a storage array in the same manner as planned applications with an Oracle backend database.

Oracle Database 11g: SQL Plan Management, Part 3
The final article in this series illustrates how to use SPM to limit unexpected regression of existing SQL statement performance before those statements first encounter Oracle 11gs cost-based optimizer.

Licensing and Auditing in Oracle
Steve Callan discusses what can take place during the Oracle licensing or renewal process.

Oracle: Unusable Indexes
JP Vijaykumar examines what happens to an index when it becomes unusable.

Remote DBA Services
Remote database administration (DBA) is one of hottest trends in the market these days. Interviews with our respondents have shown that there are many aspects to utilizing remote DBA services. Read on to learn more...

Create a Database Manually - When & Why?
Peering into the Oracle database creation process really pulls back the curtain on the inner workings of the database, allowing us to understand all of the levers, and pieces that make up a running Oracle database.

Hands-on Oracle: Backup & Recovery Games
Learn what happens within the database after the loss of a control file and test it out yourself using a flash drive.

Measuring Disk I/O - A Vendor View
Learn how to compare the workload of a database with the actual mechanical capabilities of individual disks.

» More Features...

Receive articles via our XML/RSS feed




DBASupport News Oracle creates Web 2.0 division
Oracle is building a global division to offer businesses products, services and best practices for Web 2.0 collaboration.

Is your Oracle database really secure?
While Oracle databases are nowhere near as vulnerable as they were five years ago, there is still a great deal of attention being paid to them by both security professionals and hackers alike.

Oracle Debuts Enhanced Preview of Oracle Fusion Middleware 11g
Building on its November 2007 preview, Oracle today previewed additional planned feature enhancements of Oracle Fusion Middleware 11g.

Oracle: Eating its Own Open Source Food
Oracle's not just into Linux and Xen for the money, is it?

Oncilla Imagine is now Multi-language capable
Oncilla Imagine announces the release of its Oracle database client software version 1.0.1.

Squeezing More Storage Out of Analytics
SRM tools promise greater efficiencies, utilization rates.

Reva Systems Integration Of RFID Data For The Oracle E-Business
Reva Systems recently announced that it is working with Oracle to enable Oracle E-Business Suite customers to capture and utilize high-quality RFID data.

IOUG Welcomes BEA Systems, Inc. to Oracle User Community
The Independent Oracle Users Group (IOUG) would like to be the first to welcome BEA Systems, Oracles recent acquisition, to the Global Oracle user community.

Oracle SQL Developer 1.5.0.53.38
GUI for Oracle database management.

Oracle Completes Acquisition of BEA Systems
Oracle Corporation announced that it had received approval of the European Commission and subsequently completed its acquisition of BEA Systems, Inc.

Oracle Kicks Off Registration for Oracle OpenWorld San Francisco 2008
Oracle announced today that registration for Oracle OpenWorld San Francisco 2008 is now open.

CodeSnip: How to make use of parameterized cursor in Oracle
Often it is convenient to pass a given set of values as input parameter to a cursor. It is very useful where nested cursors are used. Parameterizing the cursor makes it more usable and avoids the limitation of hard coding values in where the clause. In this code snippet, Deepankar examines this technique with the help of the relevant SQL code.

Researcher finds new way to hack Oracle database
Security researcher David Litchfield has released technical details of a new type of attack that could give a hacker access to an Oracle database.

Authorizing Access to Dynamic Spatial-Temporal Data
Authorizing access to individual data objects based on spatial and temporal references is a complex task. Read this case study to learn one feasible approach.

Over 120 Oracle Accelerate Solutions Now Available From Oracle Partners
Momentum continues for Oracle Accelerate as Oracle today announced 33 new Oracle Accelerate partner solutions...

» More News...

Receive news via our XML/RSS feed




Backup in Noarchivelog in RMAN
This script will backup in noarchivelog using RMAN.

Measure the Buffercache Hit Ratio for User Wise
This script allows you to see the bufferhit ratio of all application users, when all application users are running on the server, so that you can measure individual performance.

Check Free Shared Pool and Flush
This script checks the free space in the shared pool and when the size is very small executes an alter system flush shared pool.

Hierarchial Loop II
This script displays all of the employees in SCOTT.EMP table, with all of the bosses they report to, in a hierarchial loop, along with their level in the hierarchy.

Comma Delimiter Strings
Splitting a Comma separated line.

» More Scripts...



Latest Database Articles from DevX
Performing CRUD and Grouping Operations with the LinqDataSource Control
Advanced Ranking and Grouping with SQL Server Reporting Services
Tracking Events Using a Semi-Structured Repository
Running In the Field: How to Make Your Handheld Your Best Friend
Advanced Matrix Reporting Techniques


Database Administration Forum Latest Forum Threads
Topic By Replies Updated
  What is latest version of Oracle 10G ? Jiangxi 2 May 9th, 06:21 PM
  Cost is high still gets executed fast !!! sri_nivas 5 May 9th, 02:07 PM
  Oracle Dataguard errors/confusion Chucks_k 11 May 9th, 12:11 PM
  Lock questions - Very urgent msuresh 3 May 9th, 11:35 AM


Database Development Forum Latest Forum Threads
Topic By Replies Updated
  Help to slove the Date Format Problem in a procedure NBSR 9 May 9th, 02:31 PM
  Oracle Select Query Result In Horizontal Format NIckman 1 May 9th, 12:23 AM
  Help with Quering Date NBSR 8 May 8th, 02:53 PM
  Update only pattern in the table Ramki 2 May 7th, 03:03 PM







JupiterOnlineMedia

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info


Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.

Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers

Solutions
Whitepapers and eBooks
Microsoft Article: HyperV-The Killer Feature in WinServer ‘08
Avaya Article: How to Feed Data into the Avaya Event Processor
Microsoft Article: Install What You Need with Win Server ‘08
HP eBook: Putting the Green into IT
Whitepaper: HP Integrated Citrix XenServer for HP ProLiant Servers
Intel Go Parallel Portal: Interview with C++ Guru Herb Sutter, Part 1
Intel Go Parallel Portal: Interview with C++ Guru Herb Sutter, Part 2--The Future of Concurrency
Avaya Article: Setting Up a SIP A/S Development Environment
IBM Article: How Cool Is Your Data Center?
Microsoft Article: Managing Virtual Machines with Microsoft System Center
HP eBook: Storage Networking , Part 1
Microsoft Article: Solving Data Center Complexity with Microsoft System Center Configuration Manager 2007
MORE WHITEPAPERS, EBOOKS, AND ARTICLES
Webcasts
Intel Video: Are Multi-core Processors Here to Stay?
On-Demand Webcast: Five Virtualization Trends to Watch
HP Video: Page Cost Calculator
Intel Video: APIs for Parallel Programming
HP Webcast: Storage Is Changing Fast - Be Ready or Be Left Behind
Microsoft Silverlight Video: Creating Fading Controls with Expression Design and Expression Blend 2
MORE WEBCASTS, PODCASTS, AND VIDEOS
Downloads and eKits
Sun Download: Solaris 8 Migration Assistant
Sybase Download: SQL Anywhere Developer Edition
Red Gate Download: SQL Backup Pro and free DBA Best Practices eBook
Red Gate Download: SQL Compare Pro 6
Iron Speed Designer Application Generator
MORE DOWNLOADS, EKITS, AND FREE TRIALS
Tutorials and Demos
How-to-Article: Preparing for Hyper-Threading Technology and Dual Core Technology
eTouch PDF: Conquering the Tyranny of E-Mail and Word Processors
IBM Article: Collaborating in the High-Performance Workplace
HP Demo: StorageWorks EVA4400
Intel Featured Algorhythm: Intel Threading Building Blocks--The Pipeline Class
Microsoft How-to Article: Get Going with Silverlight and Windows Live
MORE TUTORIALS, DEMOS AND STEP-BY-STEP GUIDES