Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: check table lock.
robertncl_at_gmail.com wrote:
> when i try to query those view the following error occured
>
> ERROR at line 1:
> ORA-00942: table or view does not exist
>
That's because you (almost) never need to know about table locks,
as Oracle does not need them (often).
There are special views, you need to ask the dba to grant you
access.
What's the problem behind the question, anyway? What are you writing - a monitoring tool?
-- Regards, Frank van Bortel Top-posting is one way to shut me up...Received on Tue Apr 25 2006 - 05:49:27 CDT