Any one familiar with Oracle designer repository tables?
I have created a universe using views of the oracle designer repository tables. Our univese has 4 tables and 2 aliases. One table is to get
the application name. It’s detail table is to get the table names and it’s detail table is to get the column names.
The aliases are used to get the description from one alias table(cdi_description) and notes from the other alias table(cdi_notes). Both of
these aliases are details of the column table.
The way designer stores the description could be multiple rows for each column ie:
If I recall, Oracle Designer has a good set of inbuilt reports (unused entities, etc.) I’m not sure what extra you would want away from these (unless it has changed a lot in the last 2 years) Have you had a look through the reports available in there? Unfortunately I don’t have access to it anymore, so I can’t provide more detailed assistance.
I don’t understand what you are trying to tell me. We are building a universe so that other developers can get the information out of designer that they need. We are trying to do this via BO we already have the report developed in Oracle reports. We wanted to create the report in BO so that the users would have for flexibility in what they wanted to see.
Any ideas on how to get rid of the repeating values?
Apologies for any confusion Lori. I was talking about the list of reports within Designer itself and wondering how suitable those were.
In terms of your problem here, have you considered using a CASE or DECODE statement to concatenate the lines? Without have access to a Des Repository database these days to have a look myself I’m afraid that’s as far as I can help I think.
Lori,
I don’t think I understand your question. Do want to concatenate the notes together into one string? If so, why not write a PLSQL function to do this?
I saw a presentation at the Mid-Atlantic User’s group meeting on a universe with Oracle Designer tables. This universe was on 6.0 tables. Since the tables have changed between versions, the information I have won’t do you much good.
Karen
No, I don’t want to concatate the fields together. The fields are repeating and I don’t want them to repeat for the continuation of the second note. The notes are descriptions are unrelated. I want to print the full note and the full description without the description repeating for continuation of the second note.
Looking at what you want, is it simply a case of breaking on the Notes field or am I missing something?
Either that or use a column to determine the first occurence of the Notes field and then an alerter to hide the subsequent ones?
If you want to send me the report to have a look at, please feel free.
Can you explain this to me a little more? I still am not understanding how to get it to work. Just try something simple…tell me how to get the notes not to repeat the second time.