This shows you the differences between two versions of the page.
|
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: | * Pluggable DB: localhost: | ||
| * EM ExpressURL: https:// | * EM ExpressURL: https:// | ||
| + | |||
| + | <code sql> | ||
| + | alter session set " | ||
| + | | ||
| + | grant DBA to dwheele; | ||
| + | | ||
| + | create user dcadmin identified by dcadmin; | ||
| + | </ | ||