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

ReleaseYes/No
8.3.x
8.2.x
8.1.x
8.0.x

Applicable RDBMS

RDBMSYes/No
Oracle Server
Microsoft SQL Server
CSS2

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