#32701: Oracle AWD/ATP Wallet Use additional configurations needed for Mac
environment
-------------------------------------+-------------------------------------
Reporter: Jordi | Owner: nobody
Type: New feature | Status: closed
Component: Database layer | Version: 3.2
(models, ORM) |
Severity: Normal | Resolution: wontfix
Keywords: oracle | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Mariusz Felisiak):
* status: new => closed
* resolution: => wontfix
Comment:
I don't think that additional configuration in needed. `cx_Oracle` has
documented fallbacks if `lib_dir` is not specified, see [https://cx-
oracle.readthedocs.io/en/latest/user_guide/initialization.html#locating-
the-oracle-client-libraries Locating the Oracle Client Libraries]. You can
link them in the `cx_Oracle` installation directory or install an
`instantclient` on the system library search path. Personally, I prefer
using `ldconfig`, e.g.
{{{
$ sudo alien -i oracle-instantclient19.3-basic-19.3.0.0.0-1.x86_64.rpm
$ sudo -- bash -c 'echo "/usr/lib/oracle/19.3/client64/lib/" >
/etc/ld.so.conf.d/oracle.conf'
$ sudo ldconfig
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32701#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/066.432f9ac5ad9be6798e6894a0ea37b003%40djangoproject.com.