Re: Can a Table be Invalidated?
- From: Maxim Demenko <mdemenko@xxxxxxxxx>
- Date: Sat, 16 Jul 2005 13:20:38 +0200
khatri wrote:
Well Andreas, i feel there is a possibility that a table can be invalidated. Just think in reference to the following: If an object is referenced through a stored procedure then when you access that procedure all the referenced objects are compiled at run time. But in a later course, if you alter the procedure, at the time all the referenced objects are invalidated. Is this justifies that a table can be invalidated if referenced in a strored procedure? i don't know. just try.
A (relational) table can not reference procedure. If a table name occurs within a stored procedure it means, stored procedure references this table and not the table references that stored procedure. So if you alter a stored procedure, the table can not be invalidated.
Best regards
Maxim .
- References:
- Can a Table be Invalidated?
- From: Ken
- Re: Can a Table be Invalidated?
- From: Andreas Sheriff
- Re: Can a Table be Invalidated?
- From: khatri
- Can a Table be Invalidated?
- Prev by Date: varchar2 data type
- Next by Date: Re: varchar2 data type
- Previous by thread: Re: Can a Table be Invalidated?
- Next by thread: [podcast] Experts discuss XQuery. XQJ, SQL/XML databases
- Index(es):
Relevant Pages
|