Showing 51 open source projects for "oracle-apex-workflow"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 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
  • 1
    A little tool writen in java to trace the execution plan for a given database query. It works with Oracle 10g or higher and uses the JGoodies look and feel. You need to provide the Oracle.com JDBC-Driver and the JGoodies.org looks look and feel. Source is now located at Github https://github.com/mgeiss/oraxtra.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    This is a stress tool for Oracle Database, which can set the SQL/function/procedure you want to be executed, and set the stress threads number and frequency. It will finally report the stress test result.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    This software provides PL/SQL packages for defining and measuring business tasks utilizing Oracle's extended SQL tracing mechanism.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Database unit testing for .Net - MS SQL, MySQL, Oracle. Includes a database testing dll/API, an example project with C# templates to help get started, sql helper scripts and an application to export XML from a database. Features include - testing data outputs, sql objects definitions and security requirements. See http://dbtestunit.wordpress.com/ for more detail.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 5
    DaGen is a test data generator for various databases like SQL Server,Oracle,MySQL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Ficticious project for my especialization course. This software helps to test softwares wirtten in PL/SQL and sowtwares written in Forms Builder from Oracle, but this software is free and must remain free.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Framework for testing of Linux system call. It make it possible to reuse one system call parameter to the other system call testing. Also, It provide to make it easy to create oracle of system call testing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    WCell is not using this repository anymore - Please refer to our homepage @ http://www.wcell.org and check out our new repository on Github @ http://github.com/WCell/WCell
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Tool for monitoring of OCI client applications [f.e.: TOAD/TOra, or any OCI-based fat client] interaction with Oracle Database. Monitors SQL statements and values passed/fetched between client application and RDBMS. Consists of simple and nice GUI [C#] and events handler [C++] with quite a lot of OCI hacking. Interface between handlers and tool's GUI is through tailing of XML "pipeline" files in $HOME/.ocimonitor directory. Tool is quite similar to Quest SQLMonitor, which is unable to trace values.
    Downloads: 0 This Week
    Last Update:
    See Project
  • G-P - Global EOR Solution Icon
    G-P - Global EOR Solution

    Companies searching for an Employer of Record solution to mitigate risk and manage compliance, taxes, benefits, and payroll anywhere in the world

    With G-P's industry-leading Employer of Record (EOR) and Contractor solutions, you can hire, onboard and manage teams in 180+ countries — quickly and compliantly — without setting up entities.
    Learn More
  • 10

    Jaccept

    This project has move to https://github.com/mikis/jaccept

    Extension to JUnit to enabled automatic acceptance testing. The TestSuite & TestCase are extended with operations providing added documentation and workflow control.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Collaborative project between academic medical centers to develop rich internet applications. The products of this collaboration will be shared with other institutions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    CompareZilla is a utility application that can compare database table. The databases DO NOT have to be of the same type and not even on the same machine. Current release supports Oracle, SQL Server, MySQL and DB2. database table compare database table ..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Orate is a source-level tracing facility for Oracle PL/SQL. Programmers insert calls to Orate in the code and Orate captures and writes run time information to a table. These data are suitable for debugging, testing and profiling the application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Please note the project has moved to GitHub, see http://benilovj.github.com/dbfit DbFit is a set of fixtures which enables FIT/FitNesse tests to execute directly against a database, enabling developers to manipulate database objects in a relational form, making database TDD much easier then with xUnit-style tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    The HL7 Test Harness system is an HL7 v3 message conformance testing application that also provides the ability to simulate the message processing actions of a client and/or server system. The app provides message workflow, format and content testing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    rMock 2.0.0 is a Java mock object framework based on jUnit. rMock has support for a record-modify-playback-verify workflow when writing jUnit tests, integrates better with IDE refactoring support and allows designing interfaces in a true test first fash
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Datagenerator is a library and GUI for generating rule based test data for various databases like Mysql, Firebird, Interbase, MSSQL, Oracle, SQLite and PostgreSQL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Apps Unit toolkit is a library to help testing your Oracle® e-business suite code. The kit helps testing views, pl/sql packages, concurrent request and more in a Multi-Org e-business setup. No software needs to be installed on the Applications server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    TPTeam is a collaborative testing tool for the management of unit tests by a development team. It allows team members to run shared tests, view results and statistics, and chat in real-time. It runs as an Eclipse plugin and server-side bundle.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Copies the schema from one DB to another - present primary use is to set up an in-memory DB that replicates the structure of a particular tablespace of a network-accessible (e.g. Oracle) database so that unit tests run much faster. In use since 2003.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A common problem with testing tools such as NUnit and JUnit is the need to have reliable, consistent data to test against. This tool provides a way to load and unload test data into a database for unit test purposes (as well as any other data loading nee
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    DDUnit (Data Driven Unit Testing) is a project centered around the development of a unit testing tool that may be used where a user is interested that information ends up where, as and when it should having undergone some transformation process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Eris loader is a software load testing tool developed to perform stress & performance tests for applications. It is implemented on oracle adf projects. It can record test scenarios and executes them for multi users on softwares developed by adf.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    FlashTestXpress is a tool to help on performing repeated tests of applications using Oracle as a database backend. Thus it can be used in regression testing scenarios.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Defects/Tasks/Documentation Tracking system using Ruby On Rails and multiple DB engines (MySQL, Postgresql, Oracle).
    Downloads: 0 This Week
    Last Update:
    See Project