By James Niccolai – QUEST SOFTWARE HAS consolidated several of its Oracle database management tools into a unified product called Quest Central for Oracle, a move that one analyst said could make life easier for database administrators.
Tag: Oracle
Pricing official for new Oracle software
By Ben Heskett – Oracle on Tuesday officially said it would alter the pricing methods for its business applications, after the news leaked out weeks ago. Executives said the plan could save customers 25 percent to 75 percent on license fees.
Loading LOBs into Oracle using SQL*Loader
Assume, you want to load an enormous amount of photos (image files) into an Oracle database, then SQL*Loader can do this easily for you. SQL*Loader is the tool to load the entire content of an operating system file into one LOB column. Image files, that you are loading with SQL*Loader are referred t
Who is logged into the database?
By Jim Giordano – Here is a shell script that will list all the Oracle users that are logged in to all databases on your HP-UX machine.
Oracle to end support for 10.7 business apps
By Joris Evers – ORACLE will end support for its Version 10.7 business applications suite in June of next year, despite customer requests for another extension, an Oracle executive said.
Oracle Advanced Queueing AQ
By René Steiner – Oracle introduced powerful queuing mechanisms where messages can be exchanged between different programs. They called it Advanced Queuing AQ. Exchanging messages and communicating between different application modules is a key functionally becoming important as soon as we leave the
AutoRegisterTableCol.sql
This tip comes from Don Beeler – Automatic create file for ad_dd.register_table and ad_dd.register_column
Oracle security claim to be debunked — expert
By Kevin Poulsen – If the marketing message suffers from one flaw, it is this: It isn’t exactly true. In December, U.K. security researcher David Litchfield revealed that a common programming error — a buffer overflow — was present in Oracle’s application server, potentially allowing hackers to ga
Oracle9i and Windows XP Support Explained
From dbdomain.com – We’ve had a lot of questions recently about Oracle and Windows XP. We’ve provided this brief FAQ to clear up some of the common confusion.
Translate a Number into Words
This tip comes from Anuj Kumar – I came across this which I thought was quite amusing. So long as the number is within the Julian date range, you can do the following to translate a number into words.