File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 4242 ports :
4343 - 1521:1521
4444 env :
45- ORACLE_PASSWORD : oracle
45+ ORACLE_PASSWORD : testpass
4646 options : >-
4747 --health-cmd "echo 'exit' | sqlplus -L system/oracle@localhost/XEPDB1"
4848 --health-interval=15s
7979 sudo ACCEPT_EULA=Y apt-get install -y mssql-tools unixodbc-dev
8080 echo 'export PATH="$PATH:/opt/mssql-tools/bin"' >> ~/.bashrc
8181 source ~/.bashrc
82- - name : Install PostgreSQL client tools
83- run : |
84- sudo apt-get update
85- sudo apt-get install -y postgresql-client
8682 - name : Install Oracle client
8783 run : |
8884 sudo apt-get update
10096 sqlplus -L system/oracle@//localhost:1521/XEPDB1
10197 echo "GRANT CONNECT, RESOURCE TO test;" |
10298 sqlplus -L system/oracle@//localhost:1521/XEPDB1
103- - name : Install MySQL client
104- run : sudo apt-get update && sudo apt-get install -y mysql-client
10599 - name : Create SQLServer database
106100 run : |
107101 /opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P 'YourStrong@Passw0rd' -Q "CREATE DATABASE [Whatever];"
You can’t perform that action at this time.
0 commit comments