Changes between Version 28 and Version 29 of OracleTestSetup
- Timestamp:
- Mar 26, 2016, 5:20:16 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OracleTestSetup
v28 v29 43 43 #. Create main user:: 44 44 45 $ sqlplus sys/oracle@localhost/ cdb1as sysdba45 $ sqlplus sys/oracle@localhost/orcl as sysdba 46 46 SQL> ALTER SESSION SET CONTAINER=orcl; 47 47 SQL> CREATE USER django IDENTIFIED BY django;