39 projects for "oracle-apex-workflow" with 2 filters applied:

  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 1
    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. ...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 2

    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
  • 3
    SQL Relay
    Database connection pool with support for lots of languages and databases.
    Leader badge
    Downloads: 37 This Week
    Last Update:
    See Project
  • 4
    Common Resource Grep - crgrep

    Common Resource Grep - crgrep

    Common Resource Grep

    CRGREP searches for matching text in databases, various document formats, archives and other difficult to access resources. A command line tool for name and content text matching in database tables, plain files, MS Office documents, PDF, archives, MP3 audio, image meta-data, scanned documents, maven dependencies and web resources. CRGREP will search resources within resources of any arbitrary combination or depth, so text within a document within a zip archive, and so on. Here you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 5
    jteklif

    jteklif

    JTeklif, Ücretsiz Teklif Hazırlama Programıdır.

    Bu Program müşterilerilerinize teklif hazırlamanız, bu teklifleri çıktı almanız yada pdf gibi formatlara dönüştürerek müşterinize göndermeniz içindir. Jteklif, Java ile geliştirilen açık kaynaklı, ücretsiz bir yazılımdır. Yazılım için Netbeans ide kullanıldı. Veritabanı için Derby db, MySql, MariaDB kullanılıyor. Geliştirme çalışmaları Pisi Linux işletim sistemi üzerinde yapılmaktadır. Java ile geliştirilmesi sayesinde Java yüklenen her platformda çalışacaktır.
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
  • 6
    Kevora
    Kevora provides an IDE for database developers and DBAs. It is being designed to be an alternative tool for those interested in working on Linux, Windows or MacOS workstations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    SQLExecutor: A Simple JDBC framework

    Tiny and easy to use JDBC framework, simplifies usage of JDBC driver

    A simple JDBC framework (JAR) by Jeff Smith. Employs database independent, unchecked exception code. Supports Oracle, mySQL, HSQL, and PostgreSQL--can be easily extended to new databases. See article (originally published on Developer.com ) here: http://softtechdesign.com/products/SQLExecutor/SQLExecutor.htm
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    JTurboExplorer

    JTurboExplorer

    Database explorer to MySQL, Oracle, Sybase & others. Source maker JSF.

    It is a tool to help programmers to check your databases and generate code so easily. Lists the tables and views of databases, MySQL, Oracle and Sybase. Load Data from Excel 97-2003 files, exports the data from the table to Excel 97-2003 file. Generate Stored Procedures from table to insert, update, delete, query and paging. Generates code JSF2.0 (Action) and PrimeFaces (xhtml) from the table, code for Struts 1.3, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    QAL

    QAL

    Query Abstraction Layer

    ...Sources and destinations include different SQL and NoSQL backends, file formats like .csv, XML and excel. Even untidy HTML web pages. It has a database abstraction layer that supports connectivity to Postgres, MySQL, DB2, Oracle, MS SQL server. JSON and MongoDB is coming. It uses XML/JSON formats(self-generated SQL schemas) for representing queries, transformation and merging, making it scriptable. This means that QAL can be backend agnostic about a subset of SQL features and data types. Of course custom SQL:s are also supported. It is currently distributed as a Python 3 Library (pip3 install python3-qal) and Debian .deb package. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Modernize identity security with MFA, SSO, and self-service password reset Icon
    Modernize identity security with MFA, SSO, and self-service password reset

    For IT teams looking for a self-service password management platform

    ADSelfService Plus is an on-premises access management solution that caters to businesses across various industries, such as IT, banking, engineering, education, aviation, and telecommunications.
    Learn More
  • 10
    dbSQWare

    dbSQWare

    dbSQWare is no longer an open source

    dbSQWare is no longer an open source
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    koru

    koru

    a Java ORM framework focusing on simple and rapid development

    Koru project is a small but smart and efficient ORM(Object Relational Mapping) framework focusing on simple and rapid development. For 'ORM' easily,please download Koru! It supports most of popular databases like MYSQL, MS SQLServer,Oracle and so on. It supports all kinds of cascaded query with easy annotations perfectly! including 'one to one','one to many','many to one' and 'many to many'. Its lazy-load rules works well on cascade and any table column. Cached query is available in the Koru,which base on ehcache. It has many excellent features: 1.small and rapid. 2.easy to learn. 3.minimum configuration.but if necessary,you can configure it flexibly too. 4.including easy file uploading and rapid paged query basing on database dialect. 5.easy to put the web form data to database. 6.supporting all kinds of cascaded query. 7.supporting cached query basing on ehcache.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    MySqlTester

    MySqlTester

    Mysql Veritabanı için bağlantı testti aracıdır.

    Oracle MySql’ in ve MariaDb’ nin tüm versiyonlarında çalışması öngörülmektedir. Açık kaynaklı bir projedir.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    oraToolKit is the Swiss Army Knife for Oracle. Standards and well designed tools help DBA's mastering Oracle 10g / 11g throughout the whole lifecycle. OTK runs on Linux, zLinux, Solaris, AIX, HP-UX and other UNIX based systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    MrExtract

    Database to Excel Extractor

    Simple and small utility to extract data from Database to Excel(.xls) for as many as select queries at a time. each query result to a different tab.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    OpenDBX is an extremely lightweight but extensible database access library written in C. It provides an abstraction layer to all supported databases with a single, clean and simple interface that leads to an elegant code design automatically.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    OPR (Oracle Password Repository) is a Unix based secure tool for storage & retrieval of Oracle database passwords. By replacing hardcoded passwords in scripts with a call to OPR, it helps keeping your Oracle enviroment secure and easier to maintain.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    OraPlus

    OraPlus

    Simples gerenciador gráfico para o banco de dados Oracle

    Escrito em Java, esta simples ferramenta processa, analisa e retorna o resultado de consultas e comandos SQL. Possui suporte a: - Comandos SQL básicos: CREATE, DROP, ALTER, SELECT, INSERT, UPDATE, DELETE; - Instruções PL/SQL: CREATE PROCEDURE, EXECUTE; - Atalhos: Exibir todas as tabelas do usuário, todos as linhas de uma tabela e a descrição (DESC <TABLE>) das colunas de uma tabela.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Cross platform tools written in Python to perform Oracle DBA tasks such as starting, stopping and creating Oracle databases
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Cross platform tools written in Python that perform common Oracle database developer tasks
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    OpenDBA Assistants (ODA) is an architected application to automate tasks for Oracle DBAs. Source code is unix shell (ksh/bash) and procedural languages. ODA provides highly automated scripts for routine tasks like RMAN backup, exports, logrotate, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A set of perl script to be used with Hobbit or Big Brother monitoring system. netapp.pl - check netapp storage via rsh beastat.pl - use weblogic.jar to check BEA WLS Server dbcheck.pl - use DBI/DBD perl libraries to check Oracle/Informix/SQLServer
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Multi-platform, storage independent, safe and flexible online physical backup script (aka: hot-backup) for Oracle databases (any version).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    La Suite Nemesis Research & Design 1.x (NemesisRD) es un conjunto de librerías multipropósito, que ofrece gran cantidad de clases y patrones implementados en C++, que tienen como objetivo facilitar la realización de las tareas más habituales a la hor
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Full featured AJAX web based reporting system. Written in Java / JSP. Web based reports are dynamically generated from JDBC result sets. Connects to any JDBC compliant database, most drivers already included. The Apache Derby database is embeded.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A multimedia database system comprised of a relational database and a web-based user interface, written in Java, JSP and PL/SQL. It features various searching capabilities and the ability to arrange media items into stored groupings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next