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.