RE: compile view...

RE: compile view...

 

  


SQL> set lines 130 pages 999
SQL> spool comp_my_views
SQL> select 'alter view '||owner||'.'||view_name||' compile;' from
dba_views where owner = 'XXXX';
SQL> spool off
SQL> @comp_my_views.lst


Hans


-----Original Message-----
From: David NGUYEN
[mailto:oracledba-ezmlmshield-x78387452.[Email address protected]
Sent: vrijdag 6 oktober 2006 15:17
To: LazyDBA Discussion
Subject: compile view...



hi experts

is there a way to compile all views of a schema ..? or i have to compile
view by view..? what is the query for that..?

thanks in advance.

david..
(See attached file: C.htm)


---------------------------------------------------------------------
TO REPLY TO EVERYBODY , PLEASE CLICK REPLY-ALL, NOT JUST REPLY To post a
dba job: http://jobs.lazydba.com To Subscribe : http://www.LazyDBA.com
To unsubscribe: http://www.lazydba.com/unsubscribe.html
-----------------------------------------------------------------
ATTENTION:
The information in this electronic mail message is private and
confidential, and only intended for the addressee. Should you
receive this message by mistake, you are hereby notified that
any disclosure, reproduction, distribution or use of this
message is strictly prohibited. Please inform the sender by
reply transmission and delete the message without copying or
opening it.

Messages and attachments are scanned for all viruses known.
If this message contains password-protected attachments, the
files have NOT been scanned for viruses by the ING mail domain.
Always scan attachments before opening them.
-----------------------------------------------------------------


Oracle LazyDBA home page