Skip to content

Commit

Permalink
Add oracle user
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiomt committed Feb 3, 2019
1 parent a20fcf8 commit efd0c74
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -951,9 +951,13 @@ The setup runs in silent mode. The install, database and listener parameters are

The pre-configured database name is **ORCL** the pre-configured instance name is **SE2**

The password for **SYS** and SYSTEM users is **manager**
The password for UNIX **oracle** user is **0rclPasswd**

Start and stop databse with
The password for Oracle **SYS** and **SYSTEM** users is **manager**

ORACLE_HOME is /u01/app/oracle/product/12.2.0.1

Start and stop database with

`su oracle -c "/u01/app/oracle/product/12.2.0.1/bin/dbstart $ORACLE_HOME"`

Expand Down

0 comments on commit efd0c74

Please sign in to comment.