Centroid displayed an excellent combination of strategic forethought, leveraging technology and...
Birken Olsen, CEO
The BCE Group

Centroid Blog

 

EMC RecoverPoint Behavior under Heavy Load

Posted by: John Clarke on July 22nd, 2010 at 10:39 pm

I’m sure this is well-known and documented behavior to RecoverPoint appliance experts, but we recently found what we think to be a very nice feature in EMC’s RecoverPoint behavior that perhaps some folks new to the technology are unaware of …
Today we did a large (1Tb) backup of an assortment of Oracle database files on [...]

Read more: EMC RecoverPoint Behavior under Heavy Load »

Cloning Oracle Databases with EMC SnapView and RecoverPoint

Posted by: John Clarke on July 8th, 2010 at 3:49 pm

Many are familiar with the steps required to clone Oracle database using “rman duplicate” or “hot backup” cloning .  Many are also familiar with steps required to create EMC SnapView Clones or SnapView Snapshots, either with the Navisphere web interface or CLI.  In this post, I’ll outline steps required to build consistent, usable Oracle database [...]

Read more: Cloning Oracle Databases with EMC SnapView and RecoverPoint »

Oracle on HP-UX and EMC CLARiiON: Migrating from file-systems to Oracle ASM

Posted by: John Clarke on June 10th, 2010 at 10:15 pm

Goals:

Move Oracle storage from HP XP platform to EMC CLARiiON storage array
Utilize EMC Enterprise Flash Drives (EFDs) for most database files, FC drives for application/Oracle software, Oracle redo logs, archive log destination, and UNDO tablespace files
Transition from HP-UX 11.23 file-system based storage to Oracle ASM (on combination of EFDs and FC drives)

Environment Details:

HP RP8420 PA-RISC, [...]

Read more: Oracle on HP-UX and EMC CLARiiON: Migrating from file-systems to Oracle ASM »

Categorized as: Oracle | No Comments » |

Large SGA on 32-bit Redhat Linux

Posted by: John Clarke on June 10th, 2010 at 3:03 pm

Many DBAs are familiar with the SGA size limitations on 32-bit platforms.  This post shows how to allocate a 3Gb buffer cache on 32-bit RHAS 3.

Step 1: Mount /dev/shm to as type ramfs.  Edit /etc/fstab and add an entry like this:

none                    /dev/shm                ramfs defaults,size=4G 0 0

Step 2: do a “mount -a” to mount /dev/shm.  I [...]

Read more: Large SGA on 32-bit Redhat Linux »

How to Customize R12 Payments Output (checks, ACH, positive pay, seperate remittance advice)

Posted by: Stephen Manning on April 27th, 2010 at 9:47 pm

In R12 the formatting of payments (Checks, ACH, wires) and the output of related documents (positive pay, Separate Remittance Advice) is done by a Java concurrent programs that generate XML output which is then formatted by BI Publisher.
Oracle Payments provides the IBY_FD_EXTRACT_EXT_PUB extensibility package to construct custom XML element structure that can be added to [...]

Read more: How to Customize R12 Payments Output (checks, ACH, positive pay, seperate remittance advice) »

Receivable Commitments: Guarantee vs. Deposit

Posted by: Stephen Manning on April 27th, 2010 at 9:46 pm

I recently received a requirement to account for the entire deferred revenue amount of a sale, then recognize the revenue over time, based on consumption or clicks from a customer. Oracle Receivables has two “commitment” transaction classes to support this type of requirement.
The two commitment transaction classes are:
Guarantees: as you associate invoice transactions the amount [...]

Read more: Receivable Commitments: Guarantee vs. Deposit »

Using DBMS_SQLDIAG

Posted by: John Clarke on March 3rd, 2010 at 12:14 am

As a DBA, have you ever had an issue you suspected may be a bug and have been asked to generate “test data” for Oracle development?  We ran into this at a client recently and found a cool 11g utility (at least I *think* it’s new :)) to get Oracle Support the data they need [...]

Read more: Using DBMS_SQLDIAG »

Connecting an Oracle Database with a DB2 Database

Posted by: Jim Brull on January 30th, 2010 at 5:42 pm

On a recent project we had a business and technology reason to connect Oracle EBS running 11g to a DB2 database.  After a few weeks of researching for the best practice and approach we decided on the following implementation steps.

Download a DB2 driver, such as from DataTek, and download to your application server in any [...]

Read more: Connecting an Oracle Database with a DB2 Database »

Future Proofing Oracle EBS: Tip 1

Posted by: Jim Brull on January 30th, 2010 at 5:20 pm

Most organizations leave their mission critical systems vulnerable to security threats and performance degradation. Recent studies show that organizational constraints are at the core of this issue. These constraints range from organizational policies, budgets and staff availability and even competency.
26 percent of organizations apply critical security and performance patches as they are released, [...]

Read more: Future Proofing Oracle EBS: Tip 1 »

ojspCompile.pl – a Functional Consultants unlikely friend.

Posted by: Stephen Manning on January 30th, 2010 at 5:16 pm

Often, in Oracle E-Business Suite Release 12 (R12) during an implementation or after patching, the pre-compiled jsp’s need to be recompiled because you aren’t seeing the change you expect. You can selectively recompile jsp’s using this program, but I like to just blow away everything and start fresh. Support documentation states [...]

Read more: ojspCompile.pl – a Functional Consultants unlikely friend. »