SQL Queries - CAST Knowledge Base - Queries on Installation - How to get the registered License key
Purpose of Query
This page helps you to get the registered License key
Applicable CAST Version
| Release | Yes/No |
|---|---|
| 8.3.x | ✅ |
| 8.2.x | ✅ |
| 8.1.x | ✅ |
| 8.0.x | ✅ |
Applicable RDBMS
| RDBMS | Yes/No |
|---|---|
| Oracle Server | ✅ |
| Microsoft SQL Server | ✅ |
| CSS2 | ✅ |
Query for CSS
SELECT license_code
FROM sys_licenses
Query result example
XXXXXXXXXXXXXXXXXX
Query result interpretation
The query returns the License key
Query for Oracle
SELECT license_code
FROM sys_licenses
Query result example
XXXXXXXXXXXXXXXXXX
Query result interpretation
The query returns the License key
Query for SQL server
SELECT license_code
FROM sys_licenses
Query result example
XXXXXXXXXXXXXXXXXX
Query result interpretation
The query returns the License key
Notes/comments
Related Pages