Explorar o código

HUE-9053 [docs] Adding a tip on trying to use Oracle 11 module with v12

Romain %!s(int64=6) %!d(string=hai) anos
pai
achega
2e76a9e99e

+ 4 - 0
docs/docs-site/content/administrator/installation/dependencies/_index.md

@@ -158,6 +158,10 @@ Make sure you have the `python-dev` package dependencies, ensure that ORACLE_HOM
 
 Tip: You can also wget the proper cx_Oracle file yourself: https://pypi.python.org/pypi/cx_Oracle/.
 
+Tip: Going to where is the Oracle client, e.g. /usr/local/share/oracle then creating a symlink similar to below could even trick the cx_Oracle-5.2.1 module to work with 12.2 without doing the pip upgrade:
+
+    ln -s libclntsh.so.12.2 libclntsh.so.11.1
+
 There is more details on this [Apply Temporary Workaround for Oracle 12 Client](https://docs.cloudera.com/documentation/enterprise/latest/topics/hue_dbs_oracle_pkg.html#concept_qx3_hfw_4z).
 
 ### Supported Browsers