Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Materialized Views name
Hi,
I have a question.
Suppose we create many materialized view as this example:
CREATE MATERIALIZED VIEW A [ ... ] CREATE MATERIALIZED VIEW B [ ... ] CREATE MATERIALIZED VIEW C [ ... ]
Exists a procedure that obtain a list of the names of all materialized view
presents in the db?
For this example the procedure output will be like this:
A, B, C
Thank you. Received on Wed Jul 14 2004 - 11:07:59 CDT
![]() |
![]() |