everything is different in 12c, my scripts don't work anymore
I installed 12c on a VM Windows7 today and tried to run my user creation scripts and nothing works anymore.
I learnt there is a CDB and a PDB. And there is \app\user\oradata\orcl\pdborcl. Createing data and temp files for tablespaces there, worked.
But trying to create a user
sqlplus /nolog
connect / as sysdba
GRANT CONNECT,RESOURCE,CREATE VIEW TO someuser IDENTIFIED BY password
*
FEHLER in Zeile 1:
ORA-65049: Erstellen des lokalen Benutzers oder der lokalen Rolle ist in
CDB$ROOT nicht zulõssig
fails.
How do I login administratively now in 12c and how do I create a PDB user?