Update links to point to python-oracledb.
This commit is contained in:
parent
f374608ecb
commit
24d6072b51
7
base.css
7
base.css
@ -201,3 +201,10 @@ hr {
|
|||||||
padding-top: 16px;
|
padding-top: 16px;
|
||||||
padding-bottom: 16px;
|
padding-bottom: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.announcement {
|
||||||
|
margin-top: 30px;
|
||||||
|
padding: 30px;
|
||||||
|
padding-bottom: 15px;
|
||||||
|
background-color: #F0CC71;
|
||||||
|
}
|
||||||
|
|||||||
34
index.html
34
index.html
@ -22,7 +22,7 @@
|
|||||||
<img class="headerLogo" alt="cx_Oracle logo" src="logo.png" />
|
<img class="headerLogo" alt="cx_Oracle logo" src="logo.png" />
|
||||||
</div>
|
</div>
|
||||||
<div class="headerContent">
|
<div class="headerContent">
|
||||||
<h1 class="headerTitle">Python cx_Oracle version 8.3</h1>
|
<h1 class="headerTitle">Python cx_Oracle</h1>
|
||||||
<nav class="headerNav" role="navigation">
|
<nav class="headerNav" role="navigation">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://cx-oracle.readthedocs.io/en/latest/index.html">Documentation</a></li>
|
<li><a href="https://cx-oracle.readthedocs.io/en/latest/index.html">Documentation</a></li>
|
||||||
@ -40,6 +40,19 @@
|
|||||||
<main class="mainContent" role="main">
|
<main class="mainContent" role="main">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
|
<div class="announcement">
|
||||||
|
|
||||||
|
<p><strong>cx_Oracle has a major new release under a new name and
|
||||||
|
homepage <a href="https://oracle.github.io/python-oracledb/"
|
||||||
|
>python-oracledb</a>.</strong></p>
|
||||||
|
|
||||||
|
<p><strong>Follow the python-oracledb <a
|
||||||
|
href="https://python-oracledb.readthedocs.io/en/latest/user_guide/installation.html"
|
||||||
|
>installation instructions</a> to start using
|
||||||
|
the upgrade today.</strong></p>
|
||||||
|
|
||||||
|
</div> <!-- announcement -->
|
||||||
|
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<h2>About cx_Oracle</h2>
|
<h2>About cx_Oracle</h2>
|
||||||
|
|
||||||
@ -50,7 +63,7 @@
|
|||||||
specification</a> with a considerable number of additions and a
|
specification</a> with a considerable number of additions and a
|
||||||
couple of exclusions.</p>
|
couple of exclusions.</p>
|
||||||
|
|
||||||
<p>cx_Oracle 8.3 has been tested with Python versions 3.6 through 3.10.
|
<p>cx_Oracle 8.3 was tested with Python versions 3.6 through 3.10.
|
||||||
Older versions of cx_Oracle may be used with previous Python releases.
|
Older versions of cx_Oracle may be used with previous Python releases.
|
||||||
You can use cx_Oracle with Oracle 11.2, 12, 18, 19 and 21 client
|
You can use cx_Oracle with Oracle 11.2, 12, 18, 19 and 21 client
|
||||||
libraries. Oracle's standard client-server version interoperability
|
libraries. Oracle's standard client-server version interoperability
|
||||||
@ -63,8 +76,10 @@
|
|||||||
<h2>Getting Started</h2>
|
<h2>Getting Started</h2>
|
||||||
|
|
||||||
See <a
|
See <a
|
||||||
href="https://www.oracle.com/database/technologies/appdev/python/quickstartpythononprem.html"
|
href="https://cx-oracle.readthedocs.io/en/latest/user_guide/installation.html#quick-start-cx-oracle-installation"
|
||||||
>Quick Start: Developing Python Applications for Oracle Database</a>.
|
>Quick Start cx_Oracle Installation</a> and the <a
|
||||||
|
href="samples/tutorial/Python-and-Oracle-Database-Scripting-for-the-Future.html">Python
|
||||||
|
and Oracle Database Tutorial: Scripting for the Future</a>.
|
||||||
|
|
||||||
</div> <!-- /quickstart -->
|
</div> <!-- /quickstart -->
|
||||||
|
|
||||||
@ -87,17 +102,6 @@
|
|||||||
|
|
||||||
</div> <!-- /documentation -->
|
</div> <!-- /documentation -->
|
||||||
|
|
||||||
<div id="tutorial">
|
|
||||||
<h2>Tutorial</h2>
|
|
||||||
|
|
||||||
The <a
|
|
||||||
href="samples/tutorial/Python-and-Oracle-Database-Scripting-for-the-Future.html">Python and Oracle Database Tutorial: Scripting for the Future</a>
|
|
||||||
is also runnable in <a
|
|
||||||
href="https://oracle.github.io/learning-library/developer-library/python-and-database-scripting/workshops/freetier/" "
|
|
||||||
>Oracle Cloud</a>.
|
|
||||||
|
|
||||||
</div> <!-- /tutorial -->
|
|
||||||
|
|
||||||
<div id="example">
|
<div id="example">
|
||||||
<h2>Samples</h2>
|
<h2>Samples</h2>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user