Showing 20 open source projects for "sqlplus"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1

    SqlPlusConfig

    Environment for extending the usability of Oracle SQLPlus

    SqlPlusConfig enhances the usability of Oracle SQLPlus in interactive mode. Characteristics: simplifies connection to database, configuring session parameters after connecting, convenient command history and autocompletion, auto-adjust width of columns for data output. Oracle SQLPlus and the same packages of Cygwin are required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    SQL*Plus Commander

    SQL*Plus Commander

    Text-based user interface to query data on Oracle DB in a smart way

    SQL*Plus Commander is Text-based user interface (TUI) / framework to query data on Oracle DB in a smart way. It consists in a fully customizable script shell for bash and ksh. It executes custom queries or procedures on DB with SQLPlus for Oracle. The results of queries can be browsed in a colorful text interface resulting data from a query can be selected and passed dinamically as parameters for others queries or procedures It may be useful for people who runs frequently a limited number of query and uses the results as parameters for other queries. suggested for DBA activities, log tables browsing. ...
    Downloads: 15 This Week
    Last Update:
    See Project
  • 3

    SqlPlusScript

    General purpose scripts for use in Oracle SQLPlus

    SqlPlusScript is set of general-purpose SQL scripts for Oracle database, designed to perform in Oracle SQLPlus. Project goal: to provide a comfortable environment to work in Oracle SQLPlus, comparable in functionality and more efficient with constant use is different than the GUI-applications to work with the database. To work effectively, you also need to configure SQL*Plus (command history, autocompletion, etc.). This can be done using the SqlPlusConfig project (home page: https://sourceforge.net/projects/sqlpc).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    SDK Server Matrix Shell
    ...Os dados das conexões são armazenados no MySQL, e o shell gerencia as mesmas, para se conectar com servidores via SSH é chamado o openssh, para conectar com servidores Windows via RDP, é chamado o rdesktop e para se conectar com o banco de dados Oracle é chamado sqlplus.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    gqlplus is a front-end for Oracle program sqlplus with command-line editing, history, table-name and column-name completion. Otherwise the user interface is identical to that of sqlplus. Command-line editing works as in bash/tcsh shells.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 6

    EZtkprof

    View tkprof reports directly from sqlplus

    The EZtkprof package wraps the actual tkprof UNIX utility but provides the exact same functionality through a db package thereby eliminating the overhead of trace file maintenance. The package is very easy to use and in fact eliminates several steps required to run the traditional OS tkprof because it automatically generates the trace file, “tkprofs” it and displays the output on the user’s screen. This output can alternatively be saved by the user to a spool file just like output from...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Small application dbcode-svn-sync makes us able to synchronize source code on your Oracle DBMS with your SVN repository.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    PySQL aims to be a full replacement for sqlplus (and much more). It has features such as history, completion, explain plan, session list, background queries, datamodel graphical output, object dependencies, PL/SQL package function call tree...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 9
    This is a plugin to monitor oracle with zabbix. in order to run this plugin requires: 1) a working installation of sqlplus 2) an account on every database that you want monitor 3) zabbixzend
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    Senora is targeted to be a drop-in replacement for sqlplus. It provides a plethora of new commands, which accept unix-style options. It is extensible via plugins.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Includes some add-ons for the content management system WebGUI. Assets: WebDAV Macros: AssetProxyPlus, Browser, ExtFileList, Param, Perl, PHP, SQLPlus, Text2Image
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    I really hate that braindead sqlplus and really love psql. Unfortunately I have to work with Oracle, so I wrote psql for Oracle. It's written in Java, and uses GNU readline library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The OSM is a complete set of Oracle diagnostic tools based upon response time analysis. It also contains an hisotrical analysis pack which is much better than Statspack (e.g. it collects and reports on OS stats). The OSM is sqlplus based and non-graphic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Very lightweight Java wrapper for sqlplus. Provides command history and clipboard features. No annoying buttons - keyboard shortcuts for everything.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    JASP+ ist ein Datenbank Tool für Oracle Ersatz für SQLPlus (Just anthother SQLPlus)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    SQLMinus - "sqlplus minus the pain". This SQL Client (Java) is very configurable, completes table and column names upon tabbing. Completes other words and abbrevs (vi-style). Powerful auto-linking across tables. Powerful auto-joining across tables.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A java-language GUI to facilitate issuing SQL (Queries, DML, UML)against multiple target databases. In addition, it provides functions similar to Oracle\'s SqlPlus, but with improved display, history tracking, and the ability to sort and reformat result
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    uniread - universal readline - adds full readline support (command editing, history, etc.) to any existing interactive command-line program. Common examples are Oracle's sqlplus or jython. uniread will work on any POSIX platform with Perl.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Schema Map is a java j2ee war file that displays metadata for tables, columns, triggers, constraints, indexes and sequences in an oracle db. Supports 10 query buffers + metadata browsing. Free competitor to Toad and sqlplus.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Ant Custom Tasks for Oracle facilitating continous integration by providing a way for developers to initialize their database environment through sqlplus scripts as opposed to loading dump files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB