Subject | PROCEDURE_ID of RDB$PROCEDURES |
---|---|
Author | KIMURA Meiji |
Post date | 2003-01-27T08:18:27Z |
Hi, All.
I create/delete stored procedure at frequent intervals.
PROCEDURE_ID of RDB$PROCEDURES is incremented when creating stored
procedure, but if it delete, the ID will be reused.
When PROCEDURE_ID exceed its limit(== 2^15), I cannot create a new
stored procedure.
Is there any idea to avoid this situation ?
Regards,
--
KIMURA Meiji mailto:Meiji_Kimura@...
I create/delete stored procedure at frequent intervals.
PROCEDURE_ID of RDB$PROCEDURES is incremented when creating stored
procedure, but if it delete, the ID will be reused.
When PROCEDURE_ID exceed its limit(== 2^15), I cannot create a new
stored procedure.
Is there any idea to avoid this situation ?
Regards,
--
KIMURA Meiji mailto:Meiji_Kimura@...