Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Oracle 12c command line to create PDB

2025-04-12 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

1. Log in to CDB and create pdb

Sqlplus / as sysdbacreate pluggable database pdb4admin user pdb4 identified by pdb4file_name_convert= ('/ u01qqapexoradata / cdbcospdbAccordaloradataUniverse / as sysdbacreate pluggable database pdb4admin user pdb4 identified by pdb4file_name_convert= ('/ u01scaraporadataloradata / u01qqapacleandoradata'/ u01qqapexoradata)

2. Specific steps

$sqlplus / as sysdbaSQL*Plus: Release 12.1.0.2.0 Production on Sat Jan 20 12:07:32 2018Copyright (c) 1982, 2014, Oracle. All rights reserved.Connected to:Oracle Database 12c Enterprise Edition Release 12.1.0.2.0-64bit ProductionWith the Partitioning, OLAP, Advanced Analytics and Real Application Testing optionsSQL > show con_nameCON_NAME--CDB$ROOTSQL > create pluggable database pdb4 2 admin user pdb4 identified by pdb4 3 file_name_convert=. Pluggable database created.SQL > show pdbs CON_ID CON_NAME OPEN MODE RESTRICTED- 2 PDB$SEED READ ONLY NO 3 PDB1 READ WRITE NO 4 PDB2 READ WRITE NO 5 PDB3 READ WRITE NO 6 PDB4 MOUNTEDSQL > alter pluggable database all open Pluggable database altered.$sqlplus pdb4/pdb4@192.168.1.243:1521/pdb4SQL*Plus: Release 12.1.0.2.0 Production on Sat Jan 20 12:11:50 2018Copyright (c) 1982, 2014, Oracle. All rights reserved.Connected to:Oracle Database 12c Enterprise Edition Release 12.1.0.2.0-64bit ProductionWith the Partitioning, OLAP, Advanced Analytics and Real Application Testing optionsSQL > show con_nameCON_NAME--PDB4SQL >

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report