Oracle Applications R12 Trading Community Architecture Tables
Background
What is TCA?
Oracle Trading Community Architecture (TCA) is a data model that allows you to manage complex information about the parties, or customers.
Trading
...
-- Function and procedure implementationsFUNCTION To_Get_Account_Desc (I_LEDGER_ID INNUMBER,
I_SEGMENT3 IN VARCHAR2,
I_SEGMENT4 IN VARCHAR2,
I_SEGMENT5 IN VARCHAR2)
Bulk Collect In Oracle PL/SQL
-----------------------------------------------------
Using Oracle BULK COLLECT technique enables the PL/SQL engine to collect many rows at once and place them in a collection of array.
A collection is an ordered group of elements, all of the
...
AWR basaelines have been available since Oracle 10g; Oracle 11g enhances those baselines with new ways to generate them and new tricks in OEM to use adaptive thresholds to monitor the performance of the database. Starting off let's look at the way generating baselines has changed. The original 10g
...
An interesting question was posed on the Oracle-L list a few weeks back; a member was having difficulty getting a constraint created using an existing non-unique index as Oracle would consistently consume all of the TEMP space and cause the process to terminate for lack of resources. The conventional
...
Oracle 11g offers a new twist on triggers, the compound trigger, a trigger than can act both before and after an update, insert or delete has occurred. This makes possible the abilty in one trigger to perform processing similar to a stored procedure without having to write such a procedure to call
...