Changes between Version 30 and Version 31 of OracleTestSetup
- Timestamp:
- Oct 10, 2018, 9:52:09 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OracleTestSetup
v30 v31 25 25 As for other credentials on the virtual machine, if you want to login as a regular user, just use ``oracle``/``oracle``, the root password is ``oracle`` as well. However, in order to run the test suite, you just need to boot the machine up, you don't need to start anything manually. 26 26 27 #. Install *instantclient* on your host system (the one where you'll be running the test suite). On Debian or Ubuntu you can download the RPM packages ("Instant Client Package - Basic" , "Instant Client Package - SDK"and "Instant Client Package - SQL*Plus" for 12.2.0.1.0) from https://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html and install using alien::27 #. Install *instantclient* on your host system (the one where you'll be running the test suite). On Debian or Ubuntu you can download the RPM packages ("Instant Client Package - Basic" and "Instant Client Package - SQL*Plus" for 12.2.0.1.0) from https://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html and install using alien:: 28 28 29 29 $ sudo alien -i oracle-instantclient12.2-basic-12.2.0.1.0-1.x86_64.rpm 30 $ sudo alien -i oracle-instantclient12.2-devel-12.2.0.1.0-1.x86_64.rpm31 30 $ sudo alien -i oracle-instantclient12.2-sqlplus-12.2.0.1.0-1.x86_64.rpm 32 31