What are the necessary grants that I must apply to a new user so that it is allowed to make the refresh of materialized views.
Note: Can not be DBA Grant.
Materialized View
-
- Rank: Estagiário Júnior
- Posts: 1
- Joined: Fri, 11 Feb 2005 2:10 pm
- Location: são Paulo -SP
- dr_gori
- Moderador
- Posts: 5026
- Joined: Mon, 03 May 2004 3:08 pm
- Location: Portland, OR USA
- Contact:
Thomas F. G
Você já respondeu a dúvida de alguém hoje?
https://glufke.net/oracle/search.php?search_id=unanswered
Você já respondeu a dúvida de alguém hoje?
https://glufke.net/oracle/search.php?search_id=unanswered
See this link with the Grants: http://www.psoug.org/reference/system_privs.html
TRIES A ALTER ANY MATERIZED VIEW
TRIES A ALTER ANY MATERIZED VIEW
-
- Rank: Programador Sênior
- Posts: 48
- Joined: Mon, 29 May 2006 1:24 pm
- Location: Blumenau - SC
Abraços,
Henrique Machado Muller
Henrique Machado Muller
How does a materialized views work ???
- dr_gori
- Moderador
- Posts: 5026
- Joined: Mon, 03 May 2004 3:08 pm
- Location: Portland, OR USA
- Contact:
Thomas F. G
Você já respondeu a dúvida de alguém hoje?
https://glufke.net/oracle/search.php?search_id=unanswered
Você já respondeu a dúvida de alguém hoje?
https://glufke.net/oracle/search.php?search_id=unanswered
A common view is just a SQL stored on the bench. The common view does not occupy physical space, it is only used to facilitate some consultation, etc.
Already materialized view is also a SQL stored in the bank, but Oracle generates a physical table for her. That is, when you do select in this view, you are making a select on a table yourself! (This is very useful when you need to access information from multiple tables quickly because all information is already saved in this materialized view).
There are a number of restrictions on use. It is usually more used in BI environment that suffer low update, etc.
Already materialized view is also a SQL stored in the bank, but Oracle generates a physical table for her. That is, when you do select in this view, you are making a select on a table yourself! (This is very useful when you need to access information from multiple tables quickly because all information is already saved in this materialized view).
There are a number of restrictions on use. It is usually more used in BI environment that suffer low update, etc.
-
- Information
-
Who is online
Users browsing this forum: No registered users and 1 guest