Skip to content

Commit 5f9d1ea

Browse files
authored
Cman19c21c (#2937)
* fix for single RAC + add node issue * pick latest 19c21c for cman * lint fixes * lint fixes
1 parent 7a184a6 commit 5f9d1ea

File tree

5 files changed

+681
-101
lines changed

5 files changed

+681
-101
lines changed

OracleDatabase/OracleConnectionManager/containerfiles/19.3.0/cman.ora

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
######################################################################
22
#
3-
# Copyright (c) 2001,2002, Oracle Corporation. All rights reserved.
3+
# Copyright (c) 2022 Oracle and/or its affiliates.
44
#
55
# NAME
66
# cman.ora
@@ -32,9 +32,9 @@ CMAN_###CMAN_HOSTNAME###.###DOMAIN### =
3232
# Valid values: boolean values for on/off
3333
(connection_statistics=yes)
3434
(log_directory=###DB_HOME###/network/log)
35-
(log_level=USER)
35+
(log_level=###LOG_LEVEL###)
3636
(trace_directory=###DB_HOME###/network/trace)
37-
(trace_level=USER)
37+
(trace_level=###TRACE_LEVEL###)
3838
(valid_node_checking_registration=on)
3939
(registration_invited_nodes=*)
4040
)
@@ -59,4 +59,4 @@ CMAN_###CMAN_HOSTNAME###.###DOMAIN### =
5959
(action_list=(aut=off)(moct=0)(mct=0)(mit=0)(conn_stats=on))
6060
)
6161
)
62-
)
62+
)

0 commit comments

Comments
 (0)