Skip to content

Commit fd47a20

Browse files
committed
Test Oracle connection
1 parent f4653c4 commit fd47a20

File tree

1 file changed

+1
-1
lines changed
  • .github/workflows/docker-test-oracle-connection

1 file changed

+1
-1
lines changed

.github/workflows/docker-test-oracle-connection/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
2222
function Test-OracleConnection {
2323
try {
24-
$command = "docker exec $containerName bash -c `"echo 'exit' | sqlplus -s $username/$password@localhost:1521/XE`""
24+
$command = "docker exec $containerName bash -c `"sqlplus -s $username/$password@localhost:1521/XE`""
2525
$result = Invoke-Expression $command
2626
if ($result -notmatch "ORA-") {
2727
return $true

0 commit comments

Comments
 (0)