Changes between Version 28 and Version 29 of OracleTestSetup


Ignore:
Timestamp:
Mar 26, 2016, 5:20:16 AM (8 years ago)
Author:
Michal Petrucha
Comment:

Fixed the arguments to sqlplus (as it was, it just complained “ORA-12514: TNS:listener does not currently know of service requested in connect descriptor”).

Legend:

Unmodified
Added
Removed
Modified
  • OracleTestSetup

    v28 v29  
    4343#. Create main user::
    4444
    45     $ sqlplus sys/oracle@localhost/cdb1 as sysdba
     45    $ sqlplus sys/oracle@localhost/orcl as sysdba
    4646    SQL> ALTER SESSION SET CONTAINER=orcl;
    4747    SQL> CREATE USER django IDENTIFIED BY django;
Back to Top