Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: oracle newbie

Re: oracle newbie

From: <sboucher_at_msn.com>
Date: Sun, 05 Sep 1999 10:21:22 GMT
Message-ID: <7qtg6v$n0d$1@nnrp1.deja.com>


My thanks to all who have responded to my question. The project I am working on has a very tight schedule (<g> Don't they all!).

If I understand the oracle process, the ER Diagrammer is where we define the fields and any associated triggers and events. I am not quite sure what oracle generators do.

For example if we define a table and fields in ER diagrammer does the generator simply create code like:

Create Table MYTable (
  Field1 Char(2) Not Null
  Field2 VarChar(20)
)

I am fearful if we spend too much time on the BPM and we come close to our deadline all we will have is documentation and no program at which time I will be summarily executed.

I am already quite familar with the business process, but our consultant wants to start at the BPM phase. I want to go to ER Phase.

In article <37D23162.C98498B8_at_crl.com>,   "Gary E. Grant" <ggrant_at_crl.com> wrote:
> The business process modeller is basically used as an analysis tool
to get an
> understanding of the business process that the Analyst is attempting
to
> automate.
> It is not coupled to the Entity/Relation Diagrammer or Generators.
>
> The ER diagrammer allows the programmer/analyst to enter the Entity(s)
> Attributes, Relationships & Usages that are used by the Generators (
Server
> Side or Client Side) to implement the Items in actual SQL, PLSQL,
Forms,
> Reports, Graphics, VB code. It can also be used to generate C++
Wrapper
> functions for SQL Tables, Views, & Stored Procedures.
>
> I have been using Designer/2000 ( Now Oracle Designer) for the last
three years
> and have the "Designer/2000 System Analyst" master certificate and the
> "Designer/2000 Designer/Developer" master certificate from Oracle
Education.
>
> If you want to know more about the Business Process Modeller you can
take a
> course from Oracle Education "Enterprise Modelling", for ER
Diagranmer there is
> a course "Designer/2000 System Modelling and Tools".
>
> sboucher_at_msn.com wrote:
>
> > Can oracle generate its own code by plugging values into Designer or
> > Forms or whatever it uses.
> >
> > I think I am being misinformed about the uses of Business Process
> > Modelling and Entity Realtionship diagrams
> >
> > My take on all this is the Business Process Modeller and Entity
> > Relationship diagramer is simply for documentation. My manager
seems to
> > think this is going to generate tables and code like a 4GL type
program.
> >
> > Don't we still have to define the tables with fields and datatypes,
> > etc, create the forms and provide actions based on certain events.
> >
> > I am used to SQL server and front-ending our applications with VB of
> > Visual Foxpro. Our office seems to favor going to Oracle at this
> > moment for a data conversion project migrating data from COBOL
> > mainframe environment to client-server
> >
> > Thanks
> >
> > Scott
> >
> > Sent via Deja.com http://www.deja.com/
> > Share what you know. Learn what you don't.
>
> --
>
> Always glad to be of service,
>
> Gary :-)
>
> ========================================================
> "There is nothing more difficult to take in hand, more perilous to
> conduct or more uncertain in its success, than to take the lead
> in the introduction of a new order of things."
>
> --- Niccollo Machiavelli, The Prince, 1513
>
>

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Sun Sep 05 1999 - 05:21:22 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US