What's New and Changed > Part III: Versions 10.4 - 10.4.0.2 > 10.4 What's New > PowerCenter
  

PowerCenter

This section describes new PowerCenter features in version 10.4.0.

HTTP Transformation

Effective in version 10.4.0, the HTTP transformation also includes the following methods for the final URL construction: SIMPLE PATCH, SIMPLE PUT, and SIMPLE DELETE.
You can perform a partial update and the input data does not need to be a complete body with the SIMPLE PATCH method. You can use it to update data from input port as a patch to the resource.
You can perform a complete replacement of a document with the SIMPLE PUT method. You can create data from an input port as a single block of data to the HTTP server. If the data already exists, you can update data from an input port as a single block of data to the HTTP server.
You can delete data from the HTTP server with the SIMPLE DELETE method.
You can also parameterize the base URL for the HTTP transformation.
Previously, you could specify the final URL construction only for the following two methods: SIMPLE GET and SIMPLE POST. You also could not parameterize the final URL for the HTTP transformation.
For more information, see the "HTTP transformation" chapter in the PowerCenter 10.4.0 Transformation Guide.

Connectivity

This section describes new connectivity features in version 10.4.0.

User Impersonation for Oracle Connections

Effective in version 10.4.0, you can specify the impersonate user name in the Oracle connection in PowerCenter to connect to Oracle sources and targets. When you specify an impersonate user, you can connect to Oracle on behalf of that user and perform read or write operations.
For more information, see the Informatica 10.4.0 PowerCenter Workflow Basics Guide.

Support for SAP HANA Database Modelling Views

Effective in version 10.4.0, you can read data from the following types of SAP HANA database modelling views:
For more information, see the Informatica 10.4.0 PowerCenter Designer Guide.