Search Results for "oracle-apex-workflow" - Page 49

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

View related business solutions
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 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
  • 1
    The project is meant to create tools that will be used to manage and analyze data related to team sports. The data will include things like tournaments, matches with dates, scores and results, individual players information and statistics, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Idempiere Process Configurator

    Fully customizable and integrated BPM into Idempiere ERP

    The Process Configurator is a tool that will provides an easy way to configure any Operating/Directional Business Process workflow for Business Manager or Company Owner's . It's easy to use and It's fully integrated with ERP System Idempiere/Adempiere/Compiere.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    This project have 2 aims : 1: translate writing tutorial into video tutorial 2 : create the needed translation workflow by combining open source software
    Downloads: 28 This Week
    Last Update:
    See Project
  • 4
    LightProfiler

    LightProfiler

    Profiler for Oracle extended SQL trace files

    LightProfiler – application for performance analysis of the Oracle databases. It generates detailed resource profile for extended SQL trace files (10046 event), containing information about consuming of response time (by events, by cursors, etc.), data files usage, error analysis (SQL, PL/SQL) and much more. Also it contain tools for additional processing of trace files (extract session data, splitting files) and for management of database's sessions (disconnecting, tracing, monitor parameters...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Sales CRM and Pipeline Management Software | Pipedrive Icon
    Sales CRM and Pipeline Management Software | Pipedrive

    The easy and effective CRM for closing deals

    Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
    Try it for free
  • 5
    SecSy: Security-oriented Log Synthesis

    SecSy: Security-oriented Log Synthesis

    Tool for synthesizing business process logs.

    SecSy is a tool for security-oriented log synthesis. Besides basic synthesis properties (cases per day, office hours, randomized activity duration, ...), its detailed parameter setting for simulating business processes also allows to specify data usage (objects + access modality), actors for process activities and access control constraints for task/object permissions. It is also capable of enforcing/violating specific security properties on process traces, such as SoD/BoD, Unauthorized...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    SEPIA: Security-oriented PN Framework

    SEPIA: Security-oriented PN Framework

    Petri net framework for security related modeling and reasoning.

    SEPIA provides implementations for various types of Petri nets. Along Place/Transition-nets, it supports Petri nets with distinguishable token colors and defines coloured workflow nets, where coloured tokens are interpreted as data elements used during process execution. To support information flow analysis of processes, SEPIA defines so-called IF-Nets, tailored for security-oriented workflow modeling which enable users to assign security-levels (HIGH, LOW) to transitions, data elements...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Products of the project: Java HTMLParser - VietSpider Web Data Extractor - Extractor VietSpider News. Click on "Show project details" to see more feature about each product.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8

    glue

    BigData Workflow Engine for Hadoop, Hbase, Netezza, Pig, Hive ...

    ... ported to another because the configuration is done outside of each workflow. How is this done? Each Module has a configuration section in the /opt/glue/conf/workflow_modules.grooy where data like hosts, ips, usernames etc are placed. This configuration is loaded and provided to the Module before starting each workflow. Configurations can be changed dynamically and are re-read before each workflow run, such that no restart is required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    OCILIB - C and C++ Driver for Oracle

    OCILIB - C and C++ Driver for Oracle

    Open source C and C++ library for accessing Oracle Databases

    OCILIB is an open source and cross platform Oracle Driver that delivers efficient access to Oracle databases. It offers a full featured, easy and productive API. Written in ISO C and C++ on top of OCI, OCILIB runs on all Oracle platforms. NOTE : The project has moved to GitHub ! Website URL : http://www.ocilib.net GitHub URL : https://github.com/vrogier/ocilib
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10

    ASM

    Java API for WS-Pgrade/gUSE

    ... are listed at http://www.sci-bus.eu/science-gateways If you are interested in further details, see the following publication. A. Balasko, Z. Farkas, P. Kacsuk: Building science gateways by utilizing the generic WS-PGRADE/gUSE workflow system, Computer Science vol 14, 2, 2013
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Site monitoring

    Site monitoring

    Monitoring of websites with spider and email notifications

    Free website monitoring software, easy to set up and use for monitoring web sites. It is a web application programmed in Java programming language. You can monitor HTML pages, JSON and XML, pages in sitemap and even your whole web site using spider. Naturally you can check multiple websites. You can check HTTP result codes and even contents of the checked pages. Website checking is done periodically using build-in cron mechanism. In case of a check failure, application will automatically...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    DBvolution

    DBvolution

    Java library to remove Object/Relation Impedance

    Now stored at https://github.com/gregorydgraham/DBvolution Available from Maven Central: nz.co.gregs.dbvolution Makes relational data easy and fast to use with semantic annotations and encapsulated datatypes. Simple declaration of a DB table: @DBTableName("mytable") public class MyTable extends DBRow { @DBColumn("numeric_code") @DBForeignKey(Code.class) private DBNumber numericCode = new DBNumber(); @DBColumn("uid_mytable") @DBPrimaryKey @DBAutoIncrement private...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    FreeBMA for Freelance Translators

    FreeBMA for Freelance Translators

    Open-source Business Management Application for Freelance Translators

    Free, open-source business management model/application Freelance Translators can use daily to help them manage their businesses efficiently, without having to re-invent the wheel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Mandrigo is a free, Open Source, PHP 5 based website backend. It takes care of backend tasks such as user, group, and acl management, variable loading, plug-in management, and other things allowing you to focus on developing the content of the website.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Russian DiscuzX32

    Russian Discuz русский DiscuzX! X3.2

    Проект по локализации китайского мощнейшего портально-форумного движка Discuz! X3.2 Форум поддержки http://one-st.ru Discuz — бесплатный веб-форум с открытым (de facto) исходным кодом, разработанный на скриптовом языке PHP, поддерживающий различные СУБД, включая MySQL, PostgreSQL, MS SQL Server, MS Access, а также Oracle (при наличии необходимых изменений). Сочетающий в себе одновременно форум и социальную сеть.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    AXEL Web Framework

    AXEL Web Framework

    Seriously good at building web sites

    The AXEL framework extends XML and HTML, adding "xml actions" that perform tasks during page processing. Goto http://xmlactions.org for a full description of how it works. Actions can be as simple as inserting a page, to as complex as building query results from external data sources. The Axel Framework project consists of different components: * axel-actions (core framework) * axel-mapping (a mapping tool built on axel-actions) * axel-pager (a web page builder built on...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    PwdManager

    PwdManager

    Password manager is a software that helps a user organize passwords.

    Password manager is a software that helps a user organize passwords. PwdManager is a free, open source password manager for home users. Good password management is essential to stay safe, on and offline. These days, services and programs are so many and varied that keeping track of your passwords across devices, websites and apps can be near-on impossible. That's where a password manager like PwdManager comes into play.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    backora

    Oracle backup script for unix servers

    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Liquibase

    Liquibase

    Version Control for your Database

    Liquibase is an open source, database-independent library for tracking, managing and applying database changes See more at http://liquibase.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    PyLucid is a Open Source web content management system written in Python using the Django Framework. fully customizable output, expandable with plugins, i18n, L10n, Revision controled, support many database engines, WSGI conform and many more...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    PLM - Innovative cryptocurrency

    PLM - Innovative cryptocurrency

    PLM - The Universal Currency for Poeple

    Polish Mark (PLM) is an open cryptocurrency, formerly Q-coin (www.q-coin.org), is completely Polish idea and product, created on the basis of science (Information Theory) and philosophy - Informationism. More about Polish Mark discover the web site www.markapolska.org. There is also the source code of the wallet https://github.com/wonabru/qcoin or https://github.com/wonabru/Q, so you can connect to the network and register your account with the name in the network of Polish Mark.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    OFsX

    Oracle File system Extension

    Problem: How can Oracle PL/SQL applications read, write, move or copy arbitrarily large files to or from arbitrary file system locations? Solution: This utility (OFsX) uses PL/SQL, Oracle AQ & Spring Integration to handle reading, writing, copying, moving & deleting of files from Oracle PL/SQL in a general way. Summary: PL/SQL is an excellent language for developing data-intensive, enterprise applications. However, it can be difficult for PL/SQL applications to interact with a file system...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    MuTrack

    Multi-Track Multi-Recorder Multi-Project Audio Data Import Utility

    MuTrack is all about simplifying the often tedious process of importing multi-track audio recordings from SD cards, USB connected audio recorders and the like. Especially when more simultaneous recording channels are needed and thus multiple recorders are cascaded, we end up with lots of files in separate file systems and project structures. To have all files belonging to a session together in one place on a hard disk, properly named and ready for import into your DAW of choice, a lot of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Tsunagi BPM Workflow Engine

    Perfect Java Workflow Engine for BPM Applications

    The Tsunagi-BPM is a Java-based workflow engine for BPM applications. Workflow components, Process models and nodes, are all allowed to be designed and developed in Java. You can build workflows with only HTML and Javascripts files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    dbrun

    execute tasks on all oracle dbs running on server

    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.