Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Create a transformation rule in Data Loading ...

bondursApr 10 2014 — edited May 17 2014

Greetings:

When create a transformation rule, what is the syntax you use when the rule type is a PL/SQL Function Body or a SQL Query?  I can't seem to find any documentation or examples of this.

When I choose PL/SQL Function Body, and put the following code in:

begin

  return substr(staging_column,1,10);

end;

The transformation rules always fails.  Any help would be appreciated.

We are using APEX 4.2.1.00.08

Thanks,

Stan

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 14 2014
Added on Apr 10 2014
3 comments
4,566 views