I just installed 12.1.0.1.0 Standard Edition One on Windows 8 PRO. Using the installer I created a single instance in multi-tenant mode.
Whenever I connect via sqlplus to sys in the CDB the connection is instantaneous: sqlplus sys / as sysdba
Whenever I connect via sqlplus to sys in the PDB the connection takes 9.6 seconds consistently: sqlplus sys/xxx@db1 as sysdba
Is this normal? If so I got a major issue as I use loadpsp all the time.