|
|
Archives of the TeradataForum
Message Posted: Fri, 17 Jan 2003 @ 20:24:27 GMT
Subj: | | Re: Oracle Packages |
|
From: | | Frank C. Martinez IV |
Just another comment,
While never having used Oracle packages, on one project I did design for them, using the UML & Rational Rose, and when the procedures
and functions were implemented in the actual database, we just used stored procedures, not the actual packages. The Oracle techie dudes
just thought it was safer, don't know why. In that way, all of the procedural functionality was in the database and the front end could be
either a web-based Java app or a set of Powerbuilder screens. Pretty cool way to do an on-line application. But I digress. Are there any
procedures in the packages that can't be implemented as independent stored procedures?
iv
| |