SQL Queries - CAST Management Base - How to get CAST AIP license key

Purpose of Query

 This query returns the CAST AIP license key.

Applicable CAST Version
Release
Yes/No
8.3.x (tick)
8.2.x (tick)
8.1.x (tick)
8.0.x (tick)
Applicable RDBMS

 

RDBMS
Yes/No
Oracle Server (tick)
Microsoft SQL Server (tick)
CSS2 (tick)


Query for CSS
SELECT license_code
FROM   sys_licenses
Query result example
 xxxxEFPxx
Query result interpretation
 The query returns the CAST AIP license key


Query for Oracle
SELECT license_code
FROM   sys_licenses
Query result example
 xxxxEFPxx
Query result interpretation
  The query returns the CAST AIP license key


Query for SQL server
SELECT license_code
FROM   sys_licenses
Query result example
 xxxxEFPxx
Query result interpretation
  The query returns the CAST AIP license key
Notes/comments
 

 

 

Related Pages