DBA Hub

📋Steps in this guide1/3

How to change sys & System user password in Oracle 12C database

We cannot change the sys and system password in usual way as like till 11g. we have different method to do same. following blog describe the way to change

oracle configurationintermediate
by OracleDba
12 views
1

Overview

We cannot change the sys and system password in usual way as like till 11g. we have different method to do same. following blog describe the way to change user password in oracle 12c database. How to change SYS/SYSTEM password in 12C-Oracle 12C Administration =================================================== PDB1@ORCL= alter session set container=CDB$ROOT; Session altered. PDB1@ORCL=show con_id CON_ID
2

Section 2

—————————— 1 PDB1@ORCL= alter user SYSTEM identified by oracle container=all; User altered. PDB1@ORCL= alter session set container=pdb1; Session altered.
3

Section 3

PDB1@ORCL= show con_id CON_ID —————————— 3

Comments (0)

Please to add comments

No comments yet. Be the first to comment!