Submitting forms on the support site are temporary unavailable for schedule maintenance. If you need immediate assistance please contact technical support. We apologize for the inconvenience.
Space Manager fails to launch with incorrect entry in tnsnames.ora
설명
Space Manager fails to launch with "Mismatch in brackets when reading file" error.
원인
Incorrect entry in the tnsnames.ora leads to error when launching Space Manager client.
해결 방안
Correct the entry in the tnsnames.ora file and restart the client.
추가 정보
Space Manager when launched will parse the entire tnsnames.ora file and any error in the tns entry, though not related to the Database that Space Manager connects to, will lead to an error.
If the connection string has a missing bracket as in the example below, Space Manager will fail to launch.
DOAM2 =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = geb.schoolspecialty.com)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = doam2b
)
)
"SERVICE_NAME = doam2b" is not properly closed.