Chapter 9: Working with Oracle Database

These days it is hard to find an application that does not use a database for persistence. It might be a relational database, graph database, NoSQL database, or even an SQLite database on your mobile phone. Tuxedo applications are no different. While many databases can be used with Tuxedo, its best friend is the Oracle Database. Tuxedo is optimized for working with the Oracle Database. Even the transaction log we learned about in Chapter 7, Distributed Transactions, can be stored inside the Oracle Database instead of a file.

You will need an Oracle Database for this chapter. You may use the one you have already or use a Docker image available from the Docker Hub at https://hub.docker.com/_/oracle-database-enterprise-edition ...

Get Modernizing Oracle Tuxedo Applications with Python now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.