Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Licenses of internal packages? [closed]

I heard rumors that some of database packages provided in Oracle database are not necessarily free to use. I thought that all packages like DBMS_UTILITY and DBMS_PROFILER are free to use and doesn't cost any extra. And I also heard that there might be some kind of log if you have used some of those packages so that Oracle licensing guys could see afterwards how systems are used.

Do you know how it goes? Is there different licenses concerning about usage of internal packages?

Thanks, Jokke

like image 621
Jokke Heikkilä Avatar asked Dec 06 '25 19:12

Jokke Heikkilä


1 Answers

DBMS_UTILITY and DBMS_PROFILER are both free to use.

The packages (and views) that require additional licensing will generally be part of one of the various management packs and are documented in the Licensing Guide. For example, the DBMS_SQLTUNE package and the V$SQL_MONITOR view are part of the separately licensed Oracle Tuning Pack. If you use one of these packages or views, the associated entry in DBA_FEATURE_USAGE_STATISTICS should be updated so that the DBA can ensure that the organization is correctly licensed.

like image 136
Justin Cave Avatar answered Dec 08 '25 16:12

Justin Cave



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!