We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10b7131 commit 421c6ccCopy full SHA for 421c6cc
QueryDB.Core.Tests/OracleTests.cs
@@ -410,7 +410,7 @@ public void Test_Oracle_ExecuteCommand_DML_Unsupported_SELECT_Queries()
410
[TestCategory(DB_TESTS), TestCategory(ORACLE_TESTS)]
411
public void Test_Oracle_ExecuteCommand_DCL_Queries()
412
{
413
- var user = "TEST_USER";
+ var user = "C##TEST_USER";
414
var password = "Test123456";
415
var table = "AGENTS";
416
var commands = "SELECT, UPDATE";
0 commit comments