0% found this document useful (0 votes)
24 views

Oracle 12c

The document provides commands to start an Oracle 12c listener, connect to a pluggable database as sysdba, check the PDB status, open the PDB, and unlock and reset the HR user password.

Uploaded by

Barry Allen
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views

Oracle 12c

The document provides commands to start an Oracle 12c listener, connect to a pluggable database as sysdba, check the PDB status, open the PDB, and unlock and reset the HR user password.

Uploaded by

Barry Allen
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

oracle 12c

first cmd:
lsnrctl start

second cmd:
sqlplus
/ as sysdba
SHOW CON_NAME
ALTER SESSION SET CONTAINER=orclpdb;
select instance_name,status from v$pdbs; if this doesnt work then : select
name,open_mode from v$pdbs;

alter pluggable database open;


alter user hr account unlock identified by hr;

lsnrctl_start
lsnrctl_reload

You might also like