Can't Archive .pks object from SVN when Read from CSR
说明
We are having issues archiving .pks (Package Spec) from SNV when we read the object list from another CSR. This issue seem to be specific to this object type as we tried the same with RDF and PKB and had no issues. Also, .pks archives fine if we read the object from SVN.
解决办法
WORKAROUND:
Run this update against the Stat database:
UPDATE STAT_OBJECT_TYPES
SET FILE_EXTENSION = '.pkh,.pks'
WHERE OBJECT_CLASS = 'O' AND DESCR = 'PKH (PL/SQL Spec) File';