PSCBO_STATS Documentation
I'm wondering what happened to the documentation for PSCBO_STATS? I can find the documentation in Tools 8.56, 8.57, 8.58, but it seems to no longer be there in subsequent PeopleBooks Versions. Can anyone direct me accordingly?
I'm trying to get the correct syntax to FORCE stats where stats are locked on a large table, and don't want to have to unlock, update stats, and then lock again.
PSCBO_STATS.GATHER_TABLE_STATS(p_table_name=>'table_name',p_owner=>'table_owner',p_force=>'TRUE'); is returning an invalid argument error.
DB: Oracle 19c
Tools: 8.61.17
Thanks!
Robert