User Tools

Site Tools


programming:oracle:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

programming:oracle:start [2019/10/11 13:34]
dwheele created
programming:oracle:start [2019/10/11 14:29] (current)
dwheele
Line 15: Line 15:
   * Pluggable DB: localhost:1521/XEPDB1   * Pluggable DB: localhost:1521/XEPDB1
   * EM ExpressURL: https://localhost:5500/em   * EM ExpressURL: https://localhost:5500/em
 +
 +<code sql>
 + alter session set "_ORACLE_SCRIPT"=true;
 + create user dwheele identified by password;
 +  grant DBA to dwheele;
 +  
 +  create user dcadmin identified by dcadmin;
 +</code>
  
programming/oracle/start.1570800874.txt.gz ยท Last modified: 2019/10/11 13:34 by dwheele