Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Package becomes INVALID when a partiiton is dropped
Hi,
We modified the package so that it 'constructs' the record variable declaration to use the actual column datatype (e.g. COL1 VARCHAR2, COL2 NUMBER etc.), after dynamically getting column datatype from DD. It works now.
Thanks all,
Deepak
> IMHO Correct solution to this problem is NOT TO DROP
> the partition while to
> procedure is running. At the most you might need
> more space to hold the
> partition for couple of hours longer. But would you
> rather risk procedure
> getting (actually trying to get) invalid?
>
> Raj
>
-- http://www.freelists.org/webpage/oracle-lReceived on Wed Jun 29 2005 - 13:27:15 CDT
![]() |
![]() |