Re: On sysprocplan being locked
- From: "scottishpoet" <dryburghj@xxxxxxxxx>
- Date: 21 Dec 2005 03:31:46 -0800
if the modified temp tables are used by stored procedures and they have
been altered after the procedure was optimised then yes the procedure
will need re optimised
if the version number any table used by the stored procedure is
different from when the procedure was last optimised then the
procedure will decide it needs to be re optimised
dropping and recreating a table will change the version number (and the
tabid amongst other things)
adding and droping indexes will change the version number of the table
as will changing user permisions on the table
this is not a comprehensive list
.
- References:
- On sysprocplan being locked
- From: jpierrot
- On sysprocplan being locked
- Prev by Date: Informix CRONTAB problem
- Next by Date: Re: Informix CRONTAB problem
- Previous by thread: On sysprocplan being locked
- Next by thread: RE: On sysprocplan being locked
- Index(es):
Relevant Pages
|