Вы находитесь на странице: 1из 5

3/24/2011

Oracle: HTMLDB and Workflows - pl/fl

database.itags.org Oracle HTMLDB and Workflows - pl/flow, Oracle Workflow or BPEL?, with 7 answers.

Oracle:
HTMLDB and Workflows - pl/flow, Oracle Workflow or BPEL?
| Views: 400 | Tue, 12 Feb 2008 08:47:00 GMT | dietmaraust | Answers (7) | Prev | Next | Home MS SQL Server Oracle MS Access Application MySQL DB2 PostgreSQL Ask Question | Sign in | Sign up
Search
Ads by Google
Oracle Oracle Books Oracle DBMS Oracle Learn Oracle 10I

Keywords & Tags:

htmldb, workflows, pl, flow, oracle, workflow, bpel


Oracle Contractor Database Consulting and Support For Small and Medium Businesses www.mcneelytech.com Easy Flow Charts Create Perfect Flow Charts Fast See Examples. Free Download! www.SmartDraw.com Virtusa BPM Workshop Learn How to Select the Right BPM Solution for You. Sign Up Today!
www.Virtusa.com/BPM

Winscribe BPM workflow The only workflow software solution especially for Legal Firms. Try it!

www.winscribe.com www.VillanovaU.c

Business Analysis Cert. Get Trained & Prepare for Business Analysis Certification 100% Online!

Next Gen SIEM Proactive security monitoring Log management, flow analysis,SIEM+ www.eiqnetworks.com/

Business User's Workflow web.progress.com Free 20-page Guide Shows How User-Level Workflow Gets Results! Cash Flow is Everything www.AmeriFactors.com Factoring Accounts Free Quote Call 800.884.3863 for FAST Funding! Create Flow Charts Easily www.Mindjet.com Just drag and drop. Edit complex processes fast. Free 30-day trial.

Hi, I am looking for a workflow engine to integrate with HTMLDB for workflow applications. Most of the stuff I try to do will happen in the database (as of now). Which one should I choose? Which one is easy to use (intuitive, good samples)? I haven't used any of those, which is the fastest to learn? Can I graphically model the workflows with pl/flow, so that they can be modified by administrators later? What about the future? It seems to me that many links to Oracle Workflow seem to disappearing from OTN. I find pl/flow interesting, but is it used a lot? Is there still development going on? Any experiences / suggestions will be helpful. Or perhaps you use something completely different? Thanks, ~Dietmar.

ANSWERS.

http://database.itags.org/oracle/113682/

1/5

3/24/2011
7 helpful answers below. Sat, 23 Feb 2008 00:05:00 GMT | (1) bobrudolf

Oracle: HTMLDB and Workflows - pl/fl

Dietmar, Judging from the sparse number of support requests I've seen on SourceForge, PL/FLOW does not seem to be used in very many places. But if you look at the other workflow engines, they don't seem to be that popular either. Post a request to the developer community there and find out if work is being done to improve/extend it. With workflow cost is a big consideration, if you can afford Oracle workflow why wouldn't you use it? You could still 'roll your own' front end, just as you would with PL/FLOW. The beauty of PL/FLOW is that you have the complete source code so you can extend it to do whatever you want. As for using HTMLDB for a front end, well if you want graphical construction and depiction of the workflow, you would probably want to use Oracle workflow. If you want to tabularly depict the workflow like a bill of materials (which is what I did) then HTMLDB does a very good job. You have to be very clever in your design to overcome the inherent difficulties in doing things this way and you need a LOT of user involvement, which is always a good thing anyway. HTH Bob R Sat, 23 Feb 2008 00:06:00 GMT | (2) dietmaraust Hi Bob, thanks for thoughts on this. I was in touch with the lead developer of pl/flow and he explained that there was not much to add since the package was XPDL interface 2 compliant and most of the users were happy with it. You can even import workflows from XPDL visual workflow modelers which has some charme, since it is standards based. I was reluctant to use Oracle Workflow for several reasons. * It appears to be complex * It is not standards based * The administration interface looks "aged" (that lead me to believe that Oracle had not much interest in further promoting the product) * I don't know where the product is heading since BPEL is the big hype and the development of Oracle's former Java based workflow product is being stopped. The cost shouldn't be an issue since it is included in the database license as far as I have researched. I would be interested in all developer experiences using Oracle Workflow with HTMLDB or other tools. Is perhaps the HTMLDB - developer team working on an integration with Oracle Workflow? Thanks, ~Dietmar. Sat, 23 Feb 2008 00:07:00 GMT | (3) markgriffin I'm currently using pl/flow...I like it...It has a small to medium learning curve yet its not so complex that you cannot grasp what it is doing. I've built some HTMLDB admin screens on top of the pl/flow. Overall again I'm pleased with pl/flow. I've looked at Oracle workflow 2.+ and I didnt care for its complexity. Sat, 23 Feb 2008 00:08:00 GMT | (4) hparla Mark, Even we are planning to integrate workflow in one of our up-coming applications. I request you to post the step-by-step instructions on how did you integrate the PL/Flow into your HTML DB application. Thanks in advance -Pradeep WVU PS: Please Please Please.... Sat, 23 Feb 2008 00:09:00 GMT | (5) markgriffin Well I actually did the inverse... I integrated HTMLDB with/on top of PL/FLOW(truly i'm not trying to playing with semantics of words)... Essentially I took the PL/FLOW examples(table data, anon pl/sql block) that come with PL/FLOW and leveraged/built upon them. Then I built some HTMLDB screens around the PL/FLOW processes. I used Oracle WorkFlow screen shots as something to go buy. I built a HTMLDB review screen for PL/FLOW(review all workflows), approval screen for PL/FLOW, admin screen for PL/FLOW and so on... More specifics on the main workflow screen: The most complex screen I built create new workflow screen. Here is where I assign activity name > step number > participant name > workflow role.

http://database.itags.org/oracle/113682/

2/5

3/24/2011

Oracle: HTMLDB and Workflows - pl/fl

In my simple mind you have to give the users the ability to create workflow entities/attributes, then you have to give them the ability to assign those workflow entities/attributes to processes/people/roles. Hope this helps! Sat, 23 Feb 2008 00:10:00 GMT | (6) bobrudolf I did pretty much the same thing Mark did. Run the examples that come with PL/FLOW until you understand what is happening. I then put some messages in the various modules to further help me understand the overall processing steps. Once I understood all that it was fairly easy to do the HTMLDB part. Since the users are the ones actually running and reviewing the flows, it is essential you get them involved early otherwise they will get hopelessly confused when they look a the output even though you make the screens as simple as possible. Simple to us to complex to them. If you take them through the process as you develop they are already trained when you start using it. Keep Smiling, Bob R Sat, 23 Feb 2008 00:11:00 GMT | (7) hparla Mark & Bob, Thank you so much and I'll give a shot at PL/Flow and keep you updated. Thanks again - Pradeep

Similar Questions
DATAFILE RECOVERY Hi all,I have taken export of one of the production database and it gave the following error.When I check the tablespace it gave me tablespace in recover state.Can any one advice me how to recover this particular database.Regards,UmairEXP-00056: ORACLE error 376 encounteredORA-00376: file 76 can... How often are workflow tables purged? Can someone tell me how often workflow tables are purged (if so).Also, I am working with wf_item_activity_statuses table. How often/how are enteries moved to wf_item_activity_statuses_h?Are any of these settings configurable? If so, how?... Archive On Hi,I set my both databases with archive on. one is database 9ir2 and another one database is 10gNow it has a lot of archive files... how do i delete them? or how can i set for them to be automatically deleted?... how to read alert log file? is there any tool available? Friends,Usually i use to read the alertlog file by thetail -100 alert_testdbsid.logis there any way to read the alertlog file by datewise or thru html page or by error wise,etc.?I googled to find out the tool to read the alertlog file but i didnt find a good one.can anybody provide me the best w... How To acces other User database table in HTMLDB When create sql table page in HTMLDB, why I could only select tables available as demo tables of HTMLDB. How to access other user database table, for example tables in Scott/Tiger or HR or OE schema, that is where I wish to use HTMLDB to develop applicationsAppreciate any help on this issue.... Database Link Permissions I've got a database link that needs to be used by two different users.Currently, it's a Public database link, which is great in the sensethat both users who need it can use it, but very bad in the sense thatevery other user who shouldn't need it can use it too. So, I'd like t... base64 binary encode a BLOB need to base64 binary encode a BLOB of up to 60k.Basically I need a way to base64 binary encode a BLOB and output it to a text file.I don't want to use UTL_ENCODE.BASE64_ENCODE(r raw) because breaking my BLOB into RAW size chunks, encoding each chunk and putting the encoded data back togeth... call a API.PROCEDURE hihow i can call a api in a procedure?wat r the variables i need to declare?thanks in advance...

Some questions maybe you're interest in...


Database & Application - accessing data i have a db that i connected to with a module as follows.Option ExplicitPublic DBConn As New ADODB.ConnectionPublic rs As New ADODB.RecordsetPublic Sub makeConnection()DBConn.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & _ "Persist Security Info = False;" & _ "Data Source = "... Informix - Checkpoint Question - need feedback I've got a question for the user community.Checkpoints are a real pain because there is a period of time in whichuser threads are going to be blocked.I've been playing around with an idea in which I think I could donon-blocking checkpoints. The cost of doing this, however, would bethat...

http://database.itags.org/oracle/113682/

3/5

3/24/2011
MySQL - Concatenate Columns

Oracle: HTMLDB and Workflows - pl/fl

Hi All,My data is :ID NAME YEAR CITY456 John 1997 Paris456 John 1997 Rome456 John 1997 Londonand from that I'd like to produce the following outputID NAME YEAR CITY456 John 1997 Paris Rome LondonAny suggestion would be much appreciated.... MySQL - MySQL and VS.NET Can I use the MyODBC with VS.NET?I've used MyODBC with Visual basic 6 and have not problems.Now I am trying to use it in VB.NET and get this error when I used the sameconnection string from VB6."Connection String: Driver={MySQL ODBC 3.51 Driver}; Server=localhost;Database=Sys; UID=test... DB2 - is DATE in database stand by itself or catch from operating system? I am using db2 v8.2.3 and aix 5.2My question is :is DATE in database comes from db2 itself or the resourse for DATE is operating system?Thank you for your help....
Ads by Google Oracle PL SQL Tutorial Manual De Oracle Work Flow Engine Oracle E Business

Categories

Adabas Database & Application DB2 Informix Microsoft Access Microsoft FoxPro Microsoft SQL Server MySQL Oracle Pervasive.SQL PostgreSQL sybase
Useful sites

iTags .NET Framework Java Tech Programming MSDN Software Network Email spam MS Excel MS Visual Basic MS Visual C&C++ MS Microsoft XP MS Win NT/2k3 eMsdn eDevs
Function Links

About us Privacy Policy Feedback Advertising info Submit useful website Spam report
Ads by Google

http://database.itags.org/oracle/113682/

Build Rapport Oracle

4/5

3/24/2011 Oracle Build Rapport


Career in Oracle Oracle Deck Angels Oracle Middle East

Oracle: HTMLDB and Workflows - pl/fl

Open Questions in Oracle


Thread: Problem on CREATE TABLE with PRIMARY KEY i there !I use the orcle 8i, and i don't know why i can't create table with any primary key EXample:SQL> CREATE TABLE O_caisses2 (No_caisse NUMBER(3) constraint caisses_pk PRIMARY KEY,3 NB_BILLETS NUMBER(5)4 )5 /CREATE TABLE O_caisses*ERROR at line 1:ORA-18008: cannot find OUTLN schema... OCI include files (from 8i) break Visual Studio.NET I am unable to compile the OCI files which used to work fine under VS6. I am trying the release version of Microsoft Visual Studio.NET (VS7). I get the following errors:c:\Program Files\Microsoft Visual Studio .NET\Vc7\PlatformSDK\Include\RpcNdr.h(147) : error C2632: 'char' followed by... XSU -- storing XML data I got a problem on how to store XML data in object relational tables. I am trying to use XSU12. I can not create a table to match the XML data structure.The tables are like this:CREATE TYPE EmployeeType AS OBJECT( EMPNO NUMBER(2), SALARY NUMBER(2));CREATE TYPE EmployeeListType AS TABLE OF REF Em... Your MEDIAPUT request was processed successfully Hello!Can anybody help me??I'm uploading images in my data base like in the samle [URL=http://technet.oracle.com/sample_code/products/intermedia/htdocs/sdk_101/webagent.htm.]http://technet.oracle.com/sample_code/products/intermedia/htdocs/sdk_101/w [/URL] I have just one problem,... Databse recovery I have the question , please give me suggestions to proceed , ifyou know, thanks! my E-Mail: jimijiao@21cn.com>I have shut down my database and i am trying to start and openit. but when i press OPEN,then the message is coming asfollows..>ORA-01113 File6 needs media recovery>ORA-01110Datafile 6>... Yest we can store BLOB,CLOB Hi, it is possible to strore the BLOB , CLOB and BFILES IN THE ORACLE8 and above DATABASE.For this you can take the help of the DBMS_LOB package.regards,khaleel... Oracle Server, Hi,i have a question can you explain it.....What is the difference in Oracle Enterprise Edition and Oracle Server.?is oracle 9i enterprise is a seprate edition and oracle server 9i is another edition.i am not clear becoz oracle 9i enterprise edition provide us all facilities.......... Reply Me S... Z values removal hello,I was wondering if anyone knows about a SQL or PL/SQL way of removing the Z values, leaving only X and Y....... database-general what is the use of multiple oracle block(mob) sizes?how mob improves performance even if the operating system blocksize is the standard block size to perform i/o(at operaing system level)?how the operating system is capable to handle the mobsthat are multiples of operating system blocksize in si... database version for compaq 4.0d Can someone tell me what kind of oracle database I can use on a compaq digital 4.0D?thankspedro... This site uses the BTO CMS by BigTechnology.Org's George.H. 2010 DATABASE.ITAGS.ORG. All rights reserved. - 0.1 - Last Modified: Thu, 24 Mar 2011 11:51:36 GMT

http://database.itags.org/oracle/113682/

5/5

Вам также может понравиться