How to get row count from PVOs in BICC?
Summary:
We have been asked to verify that the # of rows we have pulled out of Oracle via BICC is correct. When we attempt to do a COUNT(*) against some PVOs, we are getting errors.
Content (please ensure you mask any confidential information):
For example, if we want to get row count from FscmTopModelAM.FinExtractAM.GlBiccExtractAM.AccountingPeriodTypeExtractPVO - I try to run from following (under Administration > Issue SQL): SELECT_PHYSICAL count(*) FROM "FscmTopModelAM.FinExtractAM.GlBiccExtractAM.AccountingPeriodTypeExtractPVO" and I get an error - Nonexistent table: "FscmTopModelAM.FinExtractAM.GlBiccExtractAM.AccountingPeriodTypeExtractPVO". I also get the same error if I remove the count(*) and just SELECT_PHYISCAL *