473,387 Members | 1,844 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Conceptual modeling like in the book

Hi list!

I've just finished reading the nice book: "Data Modeling and
Relational Database Design Volume 1 - Student Guide", by Jan
Speelpenning, Patrice Daux and Jeff Gallus, published by Oracle
University. I really like the way they do their drawings for their
conceptual models (see below for the features of Oracle's book's
conceptual models). In fact, it's a notation that could apply to any
RDBMS and that'S what I'd like to do. But I searched, and searched,
and searched but found no software doing exactly it. I found many
variations of it but not the plain and simple one we can find in that
book.

Is there anybody of you that found drawing softwares actually able to
to do this specific kind of notation? I've looked at Visio, SmartDraw,
DBDesigner, Visible Analyst, ERWin, Database Design Studio (DDS),
dbViz, XCase with no success. None of 'em seems to have a function for
that specific purpose.

Any help would be greatly apreciated.

Thank you!!

mACHnIFE

Nice features of the models in the book:
Crowsfoot (or tripod) illustrating the many end of a relationship;
-The part of a relashionship that is mandatory drawn as a solid line;
-The part that is optional drawn as a dotted line;
-The verb (ie: "has/held by", "split into/part of", etc) on the each
of the relationships;
-Diamond across a relationship line to represent nontransferability;
-Subtype, represented as an entity within the boundary of another
entity;
-Unique identifier, represented as # in front of an attribute or as a
bar across a relationship line;
-Arcs across two or more relationship lines indicating that any
instance of an entity can have only one valid relationship of the
relationships in the arc at any one time.
-Attributes: * for Mandatory; o for optional;(# for unique identifyer)
Jul 19 '05 #1
5 3329
mACKnIFE wrote:

Hi list!

I've just finished reading the nice book: "Data Modeling and
Relational Database Design Volume 1 - Student Guide", by Jan
Speelpenning, Patrice Daux and Jeff Gallus, published by Oracle
University. I really like the way they do their drawings for their
conceptual models (see below for the features of Oracle's book's
conceptual models). In fact, it's a notation that could apply to any
RDBMS and that'S what I'd like to do. But I searched, and searched,
and searched but found no software doing exactly it. I found many
variations of it but not the plain and simple one we can find in that
book.

Is there anybody of you that found drawing softwares actually able to
to do this specific kind of notation? I've looked at Visio, SmartDraw,
DBDesigner, Visible Analyst, ERWin, Database Design Studio (DDS),
dbViz, XCase with no success. None of 'em seems to have a function for
that specific purpose.

Any help would be greatly apreciated.

Thank you!!

mACHnIFE

Nice features of the models in the book:
Crowsfoot (or tripod) illustrating the many end of a relationship;
-The part of a relashionship that is mandatory drawn as a solid line;
-The part that is optional drawn as a dotted line;
-The verb (ie: "has/held by", "split into/part of", etc) on the each
of the relationships;
-Diamond across a relationship line to represent nontransferability;
-Subtype, represented as an entity within the boundary of another
entity;
-Unique identifier, represented as # in front of an attribute or as a
bar across a relationship line;
-Arcs across two or more relationship lines indicating that any
instance of an entity can have only one valid relationship of the
relationships in the arc at any one time.
-Attributes: * for Mandatory; o for optional;(# for unique identifyer)


Have you checked Oracle's CASE tool (Designer) which is part of the
Developer Suite?

This stuff sounds familiar. If I understood your description, this
model 'style' has been around since the mid '80s. If so, Oracle Designer
has been doing this since 1988 or earlier!
Jul 19 '05 #2
Hans Forbrich wrote:
Have you checked Oracle's CASE tool (Designer) which is part of the
Developer Suite?

This stuff sounds familiar. If I understood your description, this
model 'style' has been around since the mid '80s. If so, Oracle Designer
has been doing this since 1988 or earlier!

Must be - Jan is (was?) an instructor with Oracle Nederland; doing the
Designer class as well, iirc
And it makes sense that authors, writing for Oracle Press use Oracle
tools, doens't it?
--
Regards, Frank van Bortel

Jul 19 '05 #3
Frank <fb*****@nescape.net> wrote in message news:<bp**********@news2.tilbu1.nb.home.nl>...
Hans Forbrich wrote:
Have you checked Oracle's CASE tool (Designer) which is part of the
Developer Suite?

This stuff sounds familiar. If I understood your description, this
model 'style' has been around since the mid '80s. If so, Oracle Designer
has been doing this since 1988 or earlier!

Must be - Jan is (was?) an instructor with Oracle Nederland; doing the
Designer class as well, iirc
And it makes sense that authors, writing for Oracle Press use Oracle
tools, doens't it?


Yeah, ok guys! I understand what you're trying to tell me: "Duh!"
Hehe!

I was just kind of hoping that there were other tools to get the job
done. I always like to try two or three softwares to get a global
picture of what they can do before choosing THE one I'll use.

Have you guys tried Oracle's Designer? If yes, did you have a good
experience with it? And if not, do you have any suggestions on other
similar tools?

Thanks!!

mACHnIFE
Jul 19 '05 #4
ma******@hotmail.com (mACKnIFE) wrote in message news:<ba**************************@posting.google. com>...
Frank <fb*****@nescape.net> wrote in message news:<bp**********@news2.tilbu1.nb.home.nl>...
Hans Forbrich wrote:
Have you checked Oracle's CASE tool (Designer) which is part of the
Developer Suite?

This stuff sounds familiar. If I understood your description, this
model 'style' has been around since the mid '80s. If so, Oracle Designer
has been doing this since 1988 or earlier!

Must be - Jan is (was?) an instructor with Oracle Nederland; doing the
Designer class as well, iirc
And it makes sense that authors, writing for Oracle Press use Oracle
tools, doens't it?


Yeah, ok guys! I understand what you're trying to tell me: "Duh!"
Hehe!

I was just kind of hoping that there were other tools to get the job
done. I always like to try two or three softwares to get a global
picture of what they can do before choosing THE one I'll use.

Have you guys tried Oracle's Designer? If yes, did you have a good
experience with it? And if not, do you have any suggestions on other
similar tools?

Thanks!!

mACHnIFE


Last time for me was a few years ago. It had a couple of bugs (such
as "forgetting" the ocassional bit of DDL or its semi-colon), and the
learning curve was steep for some of the people using it, but it was
good enough.

jg
--
@home.com is bogus.
Jul 19 '05 #5
jackknife wrote:
Frank <fb*****@nescape.net> wrote in message news:<bp**********@news2.tilbu1.nb.home.nl>...
Hans Forbrich wrote:

Have you checked Oracle's CASE tool (Designer) which is part of the
Developer Suite?

This stuff sounds familiar. If I understood your description, this
model 'style' has been around since the mid '80s. If so, Oracle Designer
has been doing this since 1988 or earlier!


Must be - Jan is (was?) an instructor with Oracle Nederland; doing the
Designer class as well, iirc
And it makes sense that authors, writing for Oracle Press use Oracle
tools, doens't it?

Yeah, ok guys! I understand what you're trying to tell me: "Duh!"
Hehe!

I was just kind of hoping that there were other tools to get the job
done. I always like to try two or three softwares to get a global
picture of what they can do before choosing THE one I'll use.

Have you guys tried Oracle's Designer? If yes, did you have a good
experience with it? And if not, do you have any suggestions on other
similar tools?

Thanks!!

mACHnIFE

I used to work for Oracle in Designer Support - so I'm hardly unbiased.
Steep learning curve indeed, as it tries to do it all.
Have been working with TI's IEF in the early 90's, which used a similar
way of drawing ERD's. IEF was an upper/lower case tool to, geared
towards mainframes.

The main problem with Designer has always been the drive to add new
functionality, instead of getting the bugs out - which I find generally
true for this industry.
--
Regards, Frank van Bortel

Jul 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Redd | last post by:
The following is a technical report on a data modeling project that was recently assigned to me by my professor. I post it so that anyone else who is studying databases and data modeling can have...
0
by: Joseph H Allen | last post by:
I've discovered that the C preprocessor is powerful enough to create a cheap object modeling language for XML (or any structured data format). Check out http://world.std.com/~jhallen/sdu.html The...
4
by: Daniel Ladd | last post by:
Hi, I have a problem with a conceptual graph in c++. I have a oist of structures like this: typedef struct Conceptual { char* Name;//Rappresenta la parola da mettere nel grafo Conceptual* Next;...
1
by: Mike | last post by:
I'm starting up on big project that will take much of my time in next year or two. Until now I was mostly self-employed on small projects so I didn't spent so much time modeling system before...
0
by: omyomyomy | last post by:
i have been set a task which i having problems with. i have to carry out the task of: The task is expected to be completed before the end of the second laboratory session. A full account on...
12
by: RSH | last post by:
I am still trying to grasp the use of real world Objects and how to conceptualize them using a business scenerio. What I have below is an outline that I am wrestling with trying to figure out a...
1
by: orpap | last post by:
Just saw at amazon.com reference to the following book that might be available later this year: Financial Modeling with Python (Hardcover) by Shayne Fletcher (Author), Christopher Gardner...
5
by: mACKnIFE | last post by:
Hi list! I've just finished reading the nice book: "Data Modeling and Relational Database Design Volume 1 - Student Guide", by Jan Speelpenning, Patrice Daux and Jeff Gallus, published by Oracle...
25
by: Thomas R. Hummel | last post by:
I'm going to try to describe this situation as best as I can, but if anything is unclear please let me know. Some of this database was already in place before I arrived on the scene, and I don't...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.