DBMS_XDB_CONFIG not found in oracle 11.2.0.1
i trying to setup https listener with oracle 11.2.0.1 under window server 2019, but when i running "exec DBMS_XDB_CONFIG.SETHTTPSPORT(5500);" it caught error. The solution i found is by installing catqm.sql script but still not working. Any help can solve it without upgrade the oracle version? It dont have any issue on oracle 12c but i trying to apply https on oracle 11.2.0.1. Appreciate if anyone got the solution for this oracle version.