Could anyone please tell me if there is a possibility to create a hierarchical query in oracle 10g as a materialized view with REFRESH ON COMMIT?
I tried using CONNECT_BY but this doesn't work with REFRESH ON COMMIT.
Are there any other possibilities to get the view automatically refreshed when the underlying data changes?
Or may be there is an alternative to CONNECT_BY which works with REFRESH ON COMMIT?
Thanks in advance for any hints or help.