| Summary: | dev-db/oracle-instantclient-basic - tnsnames.ora does not exist | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Trenton D. Adams <trenton.d.adams> |
| Component: | New packages | Assignee: | Tobias Scherbaum (RETIRED) <dertobi123> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | Jan.Schubert |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Trenton D. Adams
2008-03-27 20:34:31 UTC
simply put, of course you need your own tnsnames.ora if you don't want to specify all parameters on the command line every connect. But as a tnsnames.ora isn't required to successfully run sqlplus i consider this being an enhancement. Feel free to provide a well documented templated and reopen this bug. I agree, it's not a bug, it's an enhancement. Basically, all that would happen for this is... Create /etc/oracle Change /etc/env.d/50oracle-instantclient-basic to be like this... ORACLE_HOME=/usr/lib/oracle/10.2.0.3/client LDPATH=/usr/lib/oracle/10.2.0.3/client/lib C_INCLUDE_PATH=/usr/lib/oracle/10.2.0.3/client/include TNS_ADMIN=/etc/oracle/ Then, perhaps print something out at the end of the install that tells the user how to finish installation, if they want to be able to go "sqlplus username@database_name". Those instructions would simply tell them to put tnsnames.ora in /etc/oracle. Fixed in CVS. Thx, makes it more comfortable a little bit :-) |