Non-Reproducible
This issue was not reproducible when tested by the development team. Issues may be given this status when they cannot be reproduced or are no longer relevant in a development version of the software, but a specific fix was not installed to address the issue. The issue's Additional Information section may contain further explanation.
Additional Information
No Public Explanation
Workaround
Using the dbi_oracle.exe (it’s linked with 10g libs), I can connect to both 9i and 10g databases. However, using the infodbms command will lead to the “ORACLE server encountered a segment violation” error against both.Using the dbi_oracle9i.exe I can connect to 9i databases (not 10g), and the infodbms command runs without error.to run against a 9i server using the 9i dbi here’s all you need to do:set local -- this needs to be set to point to a 9i databaseIn %archome%\database\oracle.dbs change $ARCHOME/bin/dbi_oracle to $ARCHOME/bin/dbi_oracle9i -- this tells arc to call dbi_oracle9i.exe instead of dbi_oracle.exe