When i query table DBA_FEATURE_USAGE_STATISTICS to know if my golden gate license is active this one return no result.
I try to force a scan with this package exec dbms_feature_usage_internal.exec_db_usage_sampling(sysdate-1);
But the result is the same.
Do you know why the databse doesn't detect the use of GoldenGate and if other method exist to verify the license activation?