Hi, How Can i find out if I have Multitenant license or not ?
I did not any information here
sqlplus "/as sysdba"
SQL*Plus: Release 12.1.0.2.0 Production on Wed Mar 29 00:29:17 2017
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
And, no information from v$pdbs.
SQL> select name,open_mode,restricted from v$pdbs;
no rows selected
From above output v$pdbs, I can assume that there are CDBS installed , so i don't have multitenat license
Is there any other view to find out licensing information ?
-Thanks
Vijay Cherukuri..