Sign inSign up

dbhitman/oraconbuilder

By dbhitman

Updated 10 months ago

OraConBuilder: Generate Oracle DB connection strings and code for any language, fast and easy.

Image
Databases & storage
0

1.1K

dbhitman/oraconbuilder repository overview

Oracle Connection String Builder

A modern, easy-to-use web tool for generating Oracle Database connection strings and code snippets for various programming languages and tools.

Features

  • Supports SQL*Plus, SQLcl, Java, Python, .NET, PHP, Go, Node.js, Ruby, and Perl
  • Secure: Password is hidden in the preview
  • Copy to clipboard with one click
  • Refresh to clear all fields
  • Helper icons for each section
  • Responsive, modern UI

OraConBuilder: Oracle Connection String Builder OraConBuilder is a modern web application for generating and managing Oracle Database connection strings and code snippets for multiple languages. It’s designed for database professionals and developers who need a fast, easy way to produce correct connection strings.

How to Download and Run OraConBuilder with Docker

Pull the image from Docker Hub:

docker pull dbhitman/oraconbuilder

Run the container (map to port 9090):

docker run -d -p 9090:80 --name oraconbuilder dbhitman/oraconbuilder:latest

Open your browser and go to http://localhost:9090 to start using OraConBuilder.

Stop your container when finished:

docker stop oraconbuilder

Remove for cleanup:

docker rm oraconbuilder

OraConBuilder lets you quickly build Oracle DB connection strings for any environment, and is easy to set up using Docker.

Usage

  1. Select your client or language.
  2. Enter your Oracle connection details.
  3. Copy the generated connection string or code snippet.
  4. Paste it into your application or tool.

Credit

If you reuse, modify, or redistribute this tool or its code, you must credit:

Anil Mahadev - Oracle ACE

License

MIT License (with required attribution as above)

Tag summary

Content type

Image

Digest

sha256:165270b25

Size

21.6 MB

Last updated

10 months ago

docker pull dbhitman/oraconbuilder