You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>PL/SQL is Oracle's procedural language extension to SQL. PL/SQL procedures and functions are stored and run in the database. Using PL/SQL lets all database applications reuse logic, no matter how the application accesses the database. Many data-related operations can be performed in PL/SQL faster than extracting the data into a program (for example, Python) and then processing it.<em>Documentation link for further reading: <a
1189
+
<p>PL/SQL is Oracle's procedural language extension to SQL. PL/SQL procedures and functions are stored and run in the database. Using PL/SQL lets all database applications reuse logic, no matter how the application accesses the database. Many data-related operations can be performed in PL/SQL faster than extracting the data into a program (for example, Python) and then processing it.<em>Documentation link for further reading: <a
<p>In all other cases (including Linux with Oracle Instant Client), make sure that <code>instant_client_dir</code> is set to <code>None</code>. In these cases you must make sure that the Oracle libraries from Instant Client or your ORACLE_HOME are in your system library search path before you start Python. On Linux, the path can be configured with <em>ldconfig</em> or with the <em>LD_LIBRARY_PATH</em> environment variable.</p>
1836
1836
</li>
1837
-
</ul>
1837
+
</ul>
1838
1838
</li>
1839
1839
<li><h4id="thickconfig">10.2 Review the configuration files for thick mode</h4>
0 commit comments