Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.4K Intelligent Advisor
- 75 Insurance
- 537.7K On-Premises Infrastructure
- 138.7K Analytics Software
- 38.6K Application Development Software
- 6.1K Cloud Platform
- 109.6K Database Software
- 17.6K Enterprise Manager
- 8.8K Hardware
- 71.3K Infrastructure Software
- 105.4K Integration
- 41.6K Security Software
Oracle Enterprise Manager 13.3 & Partitioning

Do I need a separate partitioning license for OMR?
Answers
-
No, this is included in the restricted use license for OEM repository. So long as you are only using this database for OEM. Please see the details in the Licensing guide.
-
Hi,
These are the steps to perform the partition maintenance of Repository DB.
Connect to repository database via SQLPLUS with the SYSMAN account and then run the following commands:
exec gc_interval_partition_mgr.partition_maintenance;
exec mgmt_audit_admin.add_audit_partition;
commit;
This does not require any license.
If you have any queries regarding the licensing.
Review the following link :
https://docs.oracle.com/cd/E73210_01/OEMLI/toc.htm
For further details you need to contact your local Oracle Sales or Service Delivery Manager or Critical Accounts team to get this issue addressed , Please check with them .
Reference:
Who to Contact for Sales and New License Inquiries or Purchase New Product Inquiries (Doc ID 1226624.1)
Best Regards,
Venkat
-
Hi,
here's an overview on OEM & Licensing: https://www.markusdba.net/2019/05/14/licensing-of-oracle-enterprise-manager-cloud-control/
HTH
Markus