[OT] Re: Oracle Classes using the OCI?
[OT] Re: Oracle Classes using the OCI?
- Subject: [OT] Re: Oracle Classes using the OCI?
- From: Ted Thibodeau Jr <email@hidden>
- Date: Sat, 4 Nov 2006 14:02:52 -0500
*I wrote --
> There was *one* bad build of iODBC, which included a portation error
> (as iODBC is produced for most Unix variants, not just Mac OS X), in
> which the default ~/Library/ODBC/odbc.ini location was not properly
> set, and so the User-level settings (not the System-level settings)
> were written to ~/.odbc.ini, following the standard for non-Mac Unix
> variants. This issue can be entirely prevented by creation of two
> symlinks in each user's $HOME, if you're really worried about it --
>
> ln -s ~/Library/ODBC/odbc.ini ~/odbc.ini
> ln -s ~/Library/ODBC/odbcinst.ini ~/odbcinst.ini
Whoops! For want of a dot, the links were lost...
The correct commands, which could be figured out if you read the
paragraph preceding, are --
ln -s ~/Library/ODBC/odbc.ini ~/.odbc.ini
ln -s ~/Library/ODBC/odbcinst.ini ~/.odbcinst.ini
Mea culpa.
Be seeing you,
Ted
--
A: Yes. http://www.guckes.net/faq/attribution.html
| Q: Are you sure?
| | A: Because it reverses the logical flow of conversation.
| | | Q: Why is top posting frowned upon?
Ted Thibodeau, Jr. // voice +1-781-273-0900 x32
Evangelism & Support // mailto:email@hidden
OpenLink Software, Inc. // http://www.openlinksw.com/
http://www.openlinksw.com/weblogs/uda/
OpenLink Blogs http://www.openlinksw.com/weblogs/virtuoso/
http://www.openlinksw.com/blog/~kidehen/
Universal Data Access and Virtual Database Technology Providers
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden