Posts Tagged ‘Oracle’


Informatica Power Center – A Quick Introduction

August 9th, 2010 by Robert McMillen • No Comments »

PowerCenter is a collection of software tools to support extraction, transformation and loading (ETL) of data between multiple applications.  Most companies prefer to use Informatica Power Center to populate their data warehouses with operational data.  However, Power Center also simplifies the process of integrating data between different applications in either a batch or near-real-time manner.

A common problem in most companies is that information exists in silos and it can be difficult to custom design and implement ways to keep data synchronized between applications.  The options are to write custom integrations or use tools to automate and simplify the process.  Since such integrations invariably change as applications are updated, there are regular needs to revisit the integration and update it.  The point-and-click capabilities of PowerCenter Designer along with it’s WorkFlow Manager dramatically simplify and speed up the creation and maintenance of these data integrations.

PowerCenter has the ability to work with data in just about any situation.  It can access data in Excel spreadsheets, any relational database (Oracle, SQL Server, MySQL, DB2, Sybase), web applications (SalesForce) and even flat files (CSV).

PowerCenter consist of several related applications as shown here.

PowerCenter Components

PowerCenter relies on Mappings and Workflow.  Mappings describe the inputs, transformations and outputs of the data.  Transformations can eliminate data, enrich the data, organize organize the data in different ways.  If you have ever worked with SQL or Microsoft Excel you are probably familiar with the many functions that PowerCenter uses to transform data.  In addition the software supports sophisticated Joins, Unions, Sorts, Aggregations, Routing and Look-ups which are simple to define and implement.

A Workflow process is then created and used to organize one or more mappings.  Within a workflow, the developer can check for error conditions, issue email updates, synchronize processes so they execute in the right order and schedule how and when a mapping process is executed.

All of the PowerCenter information is stored in a database repository (such as Oracle) where multiple developers can access the information and collaborate on new integrations.  The repository can also be used to secure the integration information and support the reuse of mappings, transformations and even workflows.  The focus on “reuse” allows very complex processes to be built, over time, by grouping simpler mappings that have been previously tested and approved.

The client tools that come with Power Center are top-notch.  They provide a very intuitive interface for designing and debugging integration processes quickly.  Several sample screens are shown below.  They allow you to drag-n-drop the data components and data flow on the screen and then quickly test the results using test data.  The PowerCenter debugger supports step-by-step review of a complex mapping by showing the states of variables and data elements.

Here is a PowerCenter Designer screen example.

PowerCenter Designer

Here is a portion of a Mapping that has been defined for data integration.  It was created using drag-n-drop components.

Sample Mapping

When you are finished with the mapping, you can then create complex workflows with many different mappings and steps.

Simple Workflow

Here at SSG, we use PowerCenter to help our clients quickly integrate applications so that they can share data or create the ETL to load their data warehouses quickly and efficiently.  By leveraging PowerCenter’s capabilities we are able to provide faster and more robust solutions compared to a traditional custom programming solution.

For more information about Informatica, you can visit their website here.

No Comments »

 

OBIEE Hands On Workshop

April 19th, 2010 by Steve Steinheimer • No Comments »

I am learning how to create many of the visualizations available with the Oracle Answers product – a component of OBIEE.  During the workshop I created several charts, reports, pivot tables and even a ticker.   For my first time playing with the OBIEE front end tools I found them very intuitive and fun to use.

No Comments »

 

Oracle Enterprise Manager 11g to be released

April 6th, 2010 by Robert McMillen • No Comments »

During the week when I will be in Las Vegas at the OAUG Collaborate 2010 conference, Oracle will be announcing the latest version of Oracle Enterprise Manager, version 11g.

Interestingly, the announcement will be made at the Guggenheim Museum in New York on April 22nd!

Here’s a link to the event if you wish to register:

http://www.oracle.com/webapps/events/EventsDetail.jsp?p_eventId=110025&src=6773871&src=6773871&Act=33&evite=33

No Comments »

 

Like the sound of Oracle Solaris?

April 6th, 2010 by Robert McMillen • No Comments »

A decades of thinking of Solaris in terms of Sun Microsystems, it is now official, Solaris is no longer “Sun Solaris”.

Just remember that when searching for release information at Oracle Support that “Sun Solaris x86 (32-bit)” is now “Oracle Solaris on x86 (32-bit)”.

No Comments »

 

Just a Reminder: Firefox 3.6 is not Officially Supported by Oracle Support

April 6th, 2010 by Robert McMillen • No Comments »

Here’s the official notice about this:

Firefox 3.6 Not Officially Supported by My Oracle Support

Although much of the functionality of My Oracle Support is accessible via Firefox 3.6, please be aware that Firefox 3.6 is not officially supported by My Oracle Support at this time.

Please review the My Oracle Support FAQ (Knowledge Document #747252.5) for details on the current browser requirements for accessing My Oracle Support.

We are aware of a current issue when viewing Knowledge documents using Firefox 3.6. Using Firefox 3.6, when clicking on a link for a Knowledge document the document appears blank. The workaround is to instead open the documents in a new tab or new window.

We are working on a fix for this issue and hope to have this resolved in the near future. We apologize for any inconvenience.

No Comments »

 

Protected: Coming Soon: Leveraging BPM 11g Capabilities – Argument Mapping

February 11th, 2010 by Mark Peterson • Comments Off

This post is password protected. To view it please enter your password below:


Comments Off

 

Oracle BRM Pipeline Start Up Fix from Dallas Lyon

December 21st, 2009 by Melissa Womack • No Comments »

If you have a problem getting a BRM pipeline to start up and get an error, here is a fix to try. Everywhere you see “XXX” is a replacement for the name of the client’s directory structure.

If you get the following message on startup of the pipeline:

bin/XXX: An error occurred during creation.

Originator : XXX.Pipelines.ExceptionPipeline.TransactionManager

Destination :

Message : ERR_TAM_INIT_FAILED

Arguments : XXX.Pipelines.ExceptionPipeline.TransactionManager

State : false

Severity : CRITICAL

Thread : 1

Go look in the $XXX_HOME/log/process/processXXXXX.log file for messages like:

01.12.2009 16:18:16 hostname XXX XXX MAJOR [T:1] 00081 – (XXX.Pipelines.ExceptionPipeline.Output.OutputCollection.EdrOutput.Module.OutputStream.Module) ‘No such file or directory’: Cannot move temporary file ‘./your/path/tmpExceptionPipelineToReplayEdrSerialize_YYYY.edr’ to output file ‘./your /path/ToReplayEdrSerialize_YYYY.edr’.

01.12.2009 16:18:18 hostname XXX XXX CRITICAL [T:1] 00441 – (XXX.Pipelines.ExceptionPipeline.TransactionManager) Failed to init transaction manager ‘XXX.Pipelines.ExceptionPipeline.TransactionManager’.

The tmpExceptionPipelineToReplayEdrSerialize_YYYY.edr file doesn’t exist for some reason, or is un-processable, and you have to remove references to it from the TAM startup files. There are two files that you need to delete:
$XXX_HOME/tam/ TamTransXXXXX.dat
$XXX_HOME/tam/ ExceptionBinaryLogFile.dat

Once you delete these two files, the pipeline should start up again. If it doesn’t, the file referenced may actually exist in the pipeline path. If it does, delete it.

Send questions to jdavis@ssglimited.com

No Comments »

 

Fusion Applications Version 1 Discussed by Larry Ellison

October 14th, 2009 by Robert McMillen • No Comments »

This afternoon, Larry Ellison lifted the curtain providing more information about the Fusion Applications.

For several years Oracle has mentioned its plans to introduce this completely new applications suite.  Today, Ellison said that Version 1 of Fusion Application will include the following functionality:

  • Financial Management
  • Human Capital Mgmt
  • Sales and Marketing
  • Supply Chain Management
  • Project Portfolio Management
  • Procurement Management
  • Governance, Risk and Compliance

Version 1 of Fusion is now in the test phase with Oracle customers.  It is described as being SAAS ready, based on Service Oriented Architecture, using embedded Business Intelligence and based on industry-standard Java and Middleware.  One slide he showed indicated that the first version has over 6000 tables, 6500 objects, 18,000 views, 1215 services, and 2500 application modules.

Fusion is designed to support management by exception by providing:

  • What do you need to know using Business Status
  • What do you need to do with Action and Task Lists
  • How to do it with Task Flows
  • Who do you need to Contact will Collaboration

Final comments by Ellison indicated that Version 1 of Fusion Applications will be released in 2010.

No Comments »

 

So Your Manager Wouldn’t Spring for Oracle Open World This Year?

October 14th, 2009 by Robert McMillen • No Comments »

You wanted to be here but it’s another year of budget cuts.  Sure the executives are still flying first class all over the country but you are stuck at home again.  I know it’s a bummer but there is a tiny silver lining for those who are unable to attend.  You can still get access to those sessions you wanted to see.

Unlike those who attended you won’t have sore feet and lack of feeling in your posterior.  And you won’t be off work for scheduled back surgery to repair your ruptured disc caused by carrying around all of the swag during the day.  Even better, you get to avoid all of the boring sessions where the presenter laboriously reads the same slides which were shown previously in six other sessions.  Seriously, you should count your blessings for not being subjected to these problems.

Here’s your consolation prize:

Oracle is releasing all 1800+ conference sessions, plus the keynotes for only $245.  If someone from your organization did attend, they can access the same content for free. The sessions will be available as downloadable mp3′s.  Slides will be available in Powerpoint format.

More information is available at the links below.

You can also visit the official Oracle OpenWorld Web site for more information, to purchase, or for access.

No Comments »

 

JRockit VE Offers JVM Without Requiring an Operating System

October 14th, 2009 by Robert McMillen • No Comments »

Oracle will be releasing in 2010 several new products for their WebLogic Suite. One of these will be JRockit VE (JRVE). JRVE will be a bare-metal install not requiring an underlying operating system.

Oracle believes they can coax significant performance gains for the JRockit JVM by removing the O/S barrier. Additional benefits include simplified administration, improved security and a single configuration file for setup.

For now JRVE is not expected to be a stand-alone product and will be used in support of the new Weblogic Suite Virtual Edition expected in 2010.

Some interesting specifications for JRVE versus a typical Linux implementation:

  • 10 Commands
  • 100 Parameters
  • 1 Administrative Tool
  • 1 second Boot Time
  • 2MB (not GB) Memory Requirement
  • No Shell support

With JRVE, the layers on the technology stack will shrink to just the JVM and the Application.  This is distinctly less than many Java environments that require the O/S, JVM, App Server, SOA and then the Application on top of it.

No Comments »