TVD in einer Rolle - Restkonfiguration Server begonnen
This commit is contained in:
11
roles/test/templates/sqlnet.ora
Normal file
11
roles/test/templates/sqlnet.ora
Normal file
@ -0,0 +1,11 @@
|
||||
# sqlnet.ora Network Configuration File: /opt/oracle/db/12.2.0.1/network/admin/sqlnet.ora
|
||||
# Generated by Oracle configuration tools.
|
||||
|
||||
|
||||
NAMES.DIRECTORY_PATH= (TNSNAMES, ONAMES, HOSTNAME)
|
||||
|
||||
SQLNET.ALLOWED_LOGON_VERSION_CLIENT = 8
|
||||
|
||||
SQLNET.ALLOWED_LOGON_VERSION_SERVER = 8
|
||||
|
||||
SQLNET.EXPIRE_TIME = 10
|
13
roles/test/templates/tnsnames.ora
Normal file
13
roles/test/templates/tnsnames.ora
Normal file
@ -0,0 +1,13 @@
|
||||
# tnsnames.ora Network Configuration File: /opt/oracle/db/19.3/network/admin/tnsnames.ora
|
||||
# Generated by Oracle configuration tools.
|
||||
|
||||
RMANDB =
|
||||
(DESCRIPTION =
|
||||
(ADDRESS = (PROTOCOL = TCP)(HOST = vip-rmandb.polizei-bw.net)(PORT = 1562))
|
||||
# (ADDRESS = (PROTOCOL = TCP)(HOST = polsq5701bit03.polizei-bw.net)(PORT = 1562))
|
||||
(CONNECT_DATA =
|
||||
(SERVER = DEDICATED)
|
||||
(SERVICE_NAME = RMANDB)
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user