Discussions
Categories
- 196.8K All Categories
- 2.2K Data
- 238 Big Data Appliance
- 1.9K Data Science
- 450.2K Databases
- 221.7K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 31 Multilingual Engine
- 550 MySQL Community Space
- 478 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3K ORDS, SODA & JSON in the Database
- 544 SQLcl
- 4K SQL Developer Data Modeler
- 187K SQL & PL/SQL
- 21.3K SQL Developer
- 295.8K Development
- 17 Developer Projects
- 138 Programming Languages
- 292.5K Development Tools
- 107 DevOps
- 3.1K QA/Testing
- 646K Java
- 28 Java Learning Subscription
- 37K Database Connectivity
- 154 Java Community Process
- 105 Java 25
- 22.1K Java APIs
- 138.1K Java Development Tools
- 165.3K Java EE (Java Enterprise Edition)
- 17 Java Essentials
- 160 Java 8 Questions
- 86K Java Programming
- 80 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 204 Java User Groups
- 24 JavaScript - Nashorn
- Programs
- 436 LiveLabs
- 38 Workshops
- 10.2K Software
- 6.7K Berkeley DB Family
- 3.5K JHeadstart
- 5.7K Other Languages
- 2.3K Chinese
- 171 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 232 Portuguese
Is there a limit to the number of models or pipelines that can be created?

Hi There,
Our system is Oracle 18c and I am using SQL developer Version 19.2.1.247, Build 247.2212. I have build a series over 35 workflows each containing a couple of pipelines doing anomaly detection. Up to now all has gone well. But I seem to have reached some sort of limit as I can't build any more (unless I delete one an old pipeline) I have tried numerous times (deleting an old one and to build a new ones) and I get errors and different stages of the pipeline build (sometimes on the "SQL Query" block, sometimes on the "Anomaly Build" block etc. The last was on the "Anomaly Build" block where I got the following error.
-------------------------------------
Build failed due to Error in SUBFLOW_START_PROG: ORA-01403: no data found ORA-06512: at "ODMRSYS.ODMR_ENGINE_MINING", line 4624 .
Detail:
Error in SUBFLOW_START_PROG: ORA-01403: no data found ORA-06512: at "ODMRSYS.ODMR_ENGINE_MINING", line 4624
-------------------------------------
My DBA who has not dealt with Oracle dataminer before says that I have more that enough table space. But there definitely seems to be some sort of capacity limit that I have hit.
I need to create another 60 workflows and I can't delete the ones I have created as I need them as well. Any idea on what the problem might be. Any advice on what I can ask my DBA to check?