Materialized View

DBA Geral (instalação, configuração do banco, scripts do Sql*Plus, shell scripts, batch scripts, etc...)
Post Reply
altieri.andrade
Rank: Estagiário Júnior
Rank: Estagiário Júnior
Posts: 1
Joined: Fri, 11 Feb 2005 2:10 pm
Location: são Paulo -SP

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.
User avatar
dr_gori
Moderador
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

See this link with the Grants: http://www.psoug.org/reference/system_privs.html
TRIES A ALTER ANY MATERIZED VIEW
HenriqueMachado
Rank: Programador Sênior
Rank: Programador Sênior
Posts: 48
Joined: Mon, 29 May 2006 1:24 pm
Location: Blumenau - SC
Abraços,
Henrique Machado Muller

How does a materialized views work ???
User avatar
dr_gori
Moderador
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

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.
muttley
Rank: Programador Júnior
Rank: Programador Júnior
Posts: 24
Joined: Wed, 15 Nov 2006 10:02 am
Location: Cotia - SP
A Benção de Deus enriquece e não acrescenta dores

Where can I find English / Portuguese materials on the subject



I am grateful: Oops: [/quote]
Post Reply
  • Information
  • Who is online

    Users browsing this forum: No registered users and 1 guest