Oracle - How-to Connection

Undraw Circuit Board

Oracle - How-to Connection

About

A default howto oracle connection is provided after a fresh installation that is used in the howto's.

Info

tabli connection info oracle
Information about the connection (oracle)
Attribute   Value                                           Description
---------   ---------------------------------------------   --------------------------
Name        oracle                                          The name of the connection
Url         jdbc:oracle:thin:@[host]:[port]/[servicename]   The url of the connection

Docker

You can use start a local database to connect with this connection with the following command:

docker run \
    -e ORACLE_DISABLE_ASYNCH_IO=true \
    -e ORACLE_ALLOW_REMOTE=true \
    -e ORACLE_PASSWORD=oracle \
    -e APP_USER=hr \
    -e APP_USER_PASSWORD=oracle \
    -p 1521:1521 \
    -d \
    --name oracle \
    ghcr.io/gvenzl/oracle-free:23.7-slim-faststart



Related HowTo
Undraw Circuit Board
How to list connections

This How-To shows you how to list connections with the tabli connection list command

Task Runner