PL/SQL (MOSC)

MOSC Banner

Materialized views

edited Jul 5, 2013 7:58AM in PL/SQL (MOSC) 4 commentsAnswered
Oracle 11.2solaris11

we have materialized views, these are call for package and theses package are call for a process, but other proces
call the seem materializad view so a process drop the materilized view and create, but drop the record of first process,
How we can implement these cases for un process not afect other process.


example: script

 the package drop view and create, these view will use for two process, the problem is on process is using and the other proces drop it, can I resolve it?

drop materializes view VISTA

CREATE MATERIALIZED VIEW VISTA
NOCACHE
LOGGING
NOCOMPRESS
NOPARALLEL

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center