Materialized view memory space
How to see materialized view occupied memory space?
There is a data dictionary called as ALL_MVIEWS. You can check the query and the length of the query in this data dictionary as Select * from ALL_MVIEWS where MVIEW_NAME = MVIEWNAME
Engineering
Interview Coaching
Interview Questions
Tech FAQs
Describe a time when you had to listen to someone.
How do you deal and overcome major challenges?
What are the career options available in Software Testing Industry?
Careers and Higher Education Options for BBA Graduates
Describe a time when you had to convince a friend ?
Importance of an MBA for an entrepreneur
How to handle academic gap while applying for a job?
Does a problem make you a better person?
Tell me about a skill you recently acquired or improved.
What are my options when I do not get a job after graduation?
Ask Interview Question?
Have Career Question?
Ask Chandra
Ask Only Career questions.
There is a data dictionary called as ALL_MVIEWS.
You can check the query and the length of the query in this data dictionary as
Select * from ALL_MVIEWS where MVIEW_NAME = MVIEWNAME