sql - oracle license - find how many days left for license to expire -
I write a question to find the remaining days for the type of license and the ending license for the remote Oracle database I am trying to The researches I researched on Oracle 11GR2 were v $ licenses, dba_feature_usage_statistics and PRODUCT_COMPONENT_VERSION, although none according to the Purpose. I can not find the number of licenses for the termination of "each" product component. Any help is greatly appreciated!
This information is not stored in your database. You do not need to register each database with Oracle , And I'm not even sure there is any way to do this. Oracle is a configuration manager, but that means collecting information used on my Oracle support, and I'm not sure that it also includes licensing information.
The best I can find is www.oracle.com. This contract lists dates, but it is not necessarily related to a particular database. Most of your databases are probably not "licensed" anyway - you can download and run any version of Oracle for development and prototype purposes. And the Express Edition can be used almost anything and you do not have to stop anything from using licensed features. It involves a lot of faith.
But I bought the cheapest private version. I would be interested in hearing from someone else who has spent a lot of money on a different version.
Comments
Post a Comment