database:oracle:rac:commands
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| database:oracle:rac:commands [2018/12/03 19:15] – odefta | database:oracle:rac:commands [2023/07/04 16:36] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 221: | Line 221: | ||
| < | < | ||
| srvctl start service -db SNT -s plug | srvctl start service -db SNT -s plug | ||
| + | </ | ||
| + | |||
| + | Check that the PDB is started: | ||
| + | |||
| + | < | ||
| + | sqlplus / as sysdba | ||
| + | SQL*Plus: Release 12.2.0.1.0 Production on Mon Dec 3 20:11:28 2018 | ||
| + | |||
| + | Copyright (c) 1982, 2016, Oracle. | ||
| + | |||
| + | |||
| + | Connected to: | ||
| + | Oracle Database 12c Standard Edition Release 12.2.0.1.0 - 64bit Production | ||
| + | |||
| + | SQL> COLUMN NAME FORMAT A15 | ||
| + | SQL> COLUMN RESTRICTED FORMAT A10 | ||
| + | SQL> COLUMN OPEN_TIME FORMAT A30 | ||
| + | SQL> SELECT NAME, OPEN_MODE, RESTRICTED, OPEN_TIME FROM V$PDBS; | ||
| + | |||
| + | NAME OPEN_MODE | ||
| + | --------------- ---------- ---------- ------------------------------ | ||
| + | PDB$SEED | ||
| + | 00 | ||
| + | |||
| + | SNTL READ WRITE NO | ||
| + | 00 | ||
| + | |||
| + | |||
| + | SQL> exit | ||
| + | </ | ||
| + | |||
| + | Full custom URL to connect from java: | ||
| + | |||
| + | < | ||
| + | jdbc: | ||
| </ | </ | ||
database/oracle/rac/commands.1543864534.txt.gz · Last modified: (external edit)
