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.