You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

79 lines
2.1 KiB

  1. .. image:: https://img.shields.io/badge/licence-LGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
  3. :alt: License: LGPL-3
  4. =================================
  5. External Database Source - Oracle
  6. =================================
  7. This module extends ``base_external_dbsource``, allowing you to connect to
  8. foreign Oracle databases.
  9. Installation
  10. ============
  11. * Install and configure Oracle Instant Client
  12. * Install ``cx_Oracle`` python library
  13. Configuration
  14. =============
  15. Database sources can be configured in Settings > Configuration -> Data sources.
  16. Usage
  17. =====
  18. To use this module:
  19. * Go to Settings > Database Structure > Database Sources
  20. * Click on Create to enter the following information:
  21. * Datasource name 
  22. * Pasword
  23. * Connector: Choose the database to which you want to connect
  24. * Connection string: Specify how to connect to database
  25. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  26. :alt: Try me on Runbot
  27. :target: https://runbot.odoo-community.org/runbot/149/10.0 for server-tools
  28. Known issues / Roadmap
  29. ======================
  30. * Find a way to test (cx_Oracle requires InstantClient, which Travis doesn't have)
  31. * Add X.509 authentication
  32. Bug Tracker
  33. ===========
  34. Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-tools/issues>`_.
  35. In case of trouble, please check there if your issue has already been reported.
  36. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.
  37. Credits
  38. =======
  39. Contributors
  40. ------------
  41. * Daniel Reis <dreis.pt@hotmail.com>
  42. * Maxime Chambreuil <maxime.chambreuil@savoirfairelinux.com>
  43. * Gervais Naoussi <gervaisnaoussi@gmail.com>
  44. * Dave Lasley <dave@laslabs.com>
  45. Maintainer
  46. ----------
  47. .. image:: https://odoo-community.org/logo.png
  48. :alt: Odoo Community Association
  49. :target: https://odoo-community.org
  50. This module is maintained by the OCA.
  51. OCA, or the Odoo Community Association, is a nonprofit organization whose
  52. mission is to support the collaborative development of Odoo features and
  53. promote its widespread use.
  54. To contribute to this module, please visit http://odoo-community.org.