Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021 Oracle and/or its affiliates.
* Copyright (c) 2021, 2025 Oracle and/or its affiliates.
* Licensed under the Universal Permissive License v 1.0 as shown at
* https://oss.oracle.com/licenses/upl.
*/
Expand Down Expand Up @@ -224,5 +224,13 @@ public void resetStatistics() {
@Override
public void clearStoredConfiguration() {
}

// required for 14.1.2.0.4
public void setSessionDebugLogging(boolean fDebug) {
}

public boolean isSessionDebugLogging() {
return false;
}
}
}
Loading