Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Super Table
I have the same table structure represented in many different schemas:
schema1.test, schema2.test, etc.
Where test has columns, say: id, title, designer, status.
Can I create a view that appears to be a single table representing all the
data
in each test table in all the schemas? If so, how?
What I'd like is a view that has columns: schema, id, title, designer, status.
So if schema1.test has 200 records and schema2.test has 400 records, the view will have 600 records.
If I cannot use a view, is there a better way to do this than using triggers
to populate
two tables ... rather costly?
Thanks,
Chris Received on Fri Oct 01 1999 - 19:28:01 CDT
![]() |
![]() |