64 lines
2.2 KiB
HTML
64 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<html itemscope="itemscope" itemtype="http://schema.org/WebPage" lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<title>cx_Oracle - Python Interface for Oracle Database</title>
|
|
<link rel="stylesheet" href="base.css" type="text/css" />
|
|
<link rel="shortcut icon" type="image/ico" href="favicon.ico" />
|
|
</head>
|
|
|
|
<body>
|
|
<div class="oracleHeader">
|
|
<div class="container">
|
|
<a class="oracleLogo" href="https://www.oracle.com/">Oracle</a>
|
|
</div>
|
|
</div>
|
|
<header class="header" role="banner">
|
|
<div class="container">
|
|
<div class="headerLogoContainer">
|
|
<img class="headerLogo" alt="cx_Oracle logo" src="logo.png" />
|
|
</div>
|
|
<div class="headerContent">
|
|
<h1 class="headerTitle">Python cx_Oracle</h1>
|
|
<nav class="headerNav" role="navigation">
|
|
<ul>
|
|
<li><a href="https://python-oracledb.readthedocs.io/en/latest/index.html">Documentation</a></li>
|
|
<li><a href="https://python-oracledb.readthedocs.io/en/latest/user_guide/installation.html" >Installation</a></li>
|
|
<li><a href="https://python-oracledb.readthedocs.io/en/latest/release_notes.html#releasenotes">Release Notes</a></li>
|
|
<li><a href="https://github.com/oracle/python-oracledb">Source code</a></li>
|
|
<li><a href="https://github.com/oracle/python-oracledb/discussions">Help</a></li>
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
</div>
|
|
|
|
</header>
|
|
|
|
<main class="mainContent" role="main">
|
|
<div class="container">
|
|
|
|
<div class="announcement">
|
|
|
|
<p><strong>cx_Oracle was obsoleted by <a
|
|
href="https://oracle.github.io/python-oracledb/" >python-oracledb</a> in
|
|
2022.</strong></p>
|
|
|
|
<p><strong>python-oracledb uses the same Python DB API as cx_Oracle, and
|
|
has many new features<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>
|
|
</main>
|
|
</body>
|
|
|
|
</html>
|