We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daccb60 commit 0159193Copy full SHA for 0159193
PlsqlDeveloperUtPlsqlPlugin/utPLSQL.UI/TestRunnerWindow.cs
@@ -77,7 +77,7 @@ public async Task RunTestsAsync(string type, string owner, string name, string p
77
78
try
79
{
80
- if (oracleHome != null)
+ if (oracleHome != null && Environment.GetEnvironmentVariable("ORACLE_HOME") == null)
81
82
Environment.SetEnvironmentVariable("ORACLE_HOME", oracleHome);
83
}
0 commit comments