Database Administration (MOSC)

MOSC Banner

everything is different in 12c, my scripts don't work anymore

edited Apr 6, 2019 12:49PM in Database Administration (MOSC) 11 commentsAnswered ✓

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?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center