File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 11
11
12
12
< h1 > Python and Oracle Database Tutorial: Scripting for the Future</ h1 >
13
13
14
- < img src ="resources/community-py-200.png " alt ="Python cx_Oracle logo " />
14
+ < div class ="announcement ">
15
+
16
+ < p > < strong > cx_Oracle has a major new release under a new name and
17
+ homepage < a href ="https://oracle.github.io/python-oracledb/ "
18
+ > python-oracledb</ a > .</ strong > </ p >
19
+
20
+ < p > < strong > We recommend you use the < a
21
+ href ="https://oracle.github.io/python-oracledb/samples/tutorial/Python-and-Oracle-Database-The-New-Wave-of-Scripting.html "
22
+ > new python-oracledb tutorial</ a > instead of this cx_Oracle tutorial.</ strong > </ p >
23
+
24
+ </ div > <!-- announcement -->
25
+
15
26
16
27
< h2 > Contents</ h2 >
17
28
Original file line number Diff line number Diff line change 60
60
pre {
61
61
background : # E0E0E0 ;
62
62
}
63
+
64
+ .announcement {
65
+ margin-top : 30px ;
66
+ padding : 30px ;
67
+ padding-bottom : 15px ;
68
+ background-color : # F0CC71 ;
69
+ }
You can’t perform that action at this time.
0 commit comments