Subramanian, November 23, 2002 - 9:32 pm UTC
I need some document for Information about error message on warehouse builder 9i
Oracle User, June 17, 2003 - 4:15 am UTC
ERROR MESSAGE:
"VLD-1108 Operatoe SPLIT is not properly connected. "
Operator SPLIT requires more input or output connections in order to generate mapping code.
DETAIL:
I have 2 tables(A, B) and one function(C - Reconcile which returns either Y or N). Then Join all three and use "SPLIT" to separate into 3 groups of data set.
These are the assumptions in the SPLIT criteria
if Reconcile_result = 'Y' and Master.Product = 'A' and details.product = 'A' then ...
if Reconcile_result = 'Y' and Master.Product = 'B' and details.product = 'B' then ...
if Reconcile_result = 'Y' and Master.Product = 'C' and details.product = 'C' then ...
After the execution, it returns error message as above.
Thank you
Another Validate Error
OWB'User, June 17, 2003 - 11:38 pm UTC
Can we search info about error message in Oracle.com web?
I have another error like this :
VLD-1111 - The mapping cannot be generate due to operators requiring different code languages.
Detail :- For mapping code generation, the generated language needs to be the same for every operator in the mapping.
Check the mapping and remove conflicting components.
June 18, 2003 - 6:02 pm UTC
metalink.oracle.com -- the support website.
Oracle 9i2 features in Warehouse Builder
Sebastien De Clercq, February 27, 2004 - 9:41 am UTC
Hi Tom,
I am facing a VLD-1113 error but METALINK, "the support website", returned no hits !
This error is related to the use of a windowing aggregate functions : AVG(NBR_CLI) OVER (PARTITION BY REF_GROUP).
The error message is :
"VLD-1113: The output expression for AVG_PCL.OUTGRP1.AVG_NBR_CLI cannot contain an aggregation function. Mapping components do not allow the use of aggregation functions inside user-defined expressions except in the Aggregation operator".
BUT the 'Aggregation operator' does not allowed the use of OVER ( PARTITION BY ...).
Any idea ?
Many Thanks in advance,
Sebastien
February 27, 2004 - 10:10 am UTC
OWB does not currently support analytic functions.
Analytic Functions in OWB
Sebastien De Clercq, February 27, 2004 - 10:38 am UTC
Many Thanks for this disappointing, but good to know, response !
It is strange that my OWB 'user-defined expression' using PERCENTILE_CONT is validated by OWB but the generated code can't be compiled once deployed in the db.
Anyway, let 's hope OWB will support analytic functions ASAP !
Sebastien
How to Search "data" on an Oracle database
Vijay Ekambaram, September 06, 2006 - 8:21 am UTC
Like, we can get a tablename from user_source,
Can we get the tablenames where a particular data is stored?! I would imagine give a query like below, to get tablenames.
Select tablename from "Oracle system table" where data = "Vendor name"
Little background to this question:
We have a new application with front-end and database given with 100's of tables. Need to find tables where the data stored, if we keyin data on the front-end forms.
One way is to put the trace-on and it's time consuming.
September 06, 2006 - 3:27 pm UTC
you do understand how backwards this is?
no, there is no such concept.
Why do you "need to find where the data is stored", would you not already know that (given you built it?)...
and if you didn't build it, you sort of need to get the documentation from the vendor to understand it.
A reader, January 31, 2008 - 3:59 pm UTC
Can you let me know if there any articles about Oracle Data Integrator (ODI)?
February 04, 2008 - 3:26 pm UTC