not exactly, in oracle the views/cte are processed in the order they written (can force optimized order), don't need to refresh views based on dependencies, the neat part is you can alter a view's results with a cte by overriding tables within the view.
it's just a different approach to views than some other db engines, so you can see views leveraged differently that may be strange coming from different db engines