how to design physical database from logical database in
oracle?
whar are the guidelines for designing database and
sizing SGA and other factors?
Can i get any books or articles on this?
regards
atul
Printable View
how to design physical database from logical database in
oracle?
whar are the guidelines for designing database and
sizing SGA and other factors?
Can i get any books or articles on this?
regards
atul
If you would like to create a physical database from a logical database you can use the designer tool of Oracle.
I am not sure where you could get the documentation for it,
but designer is a very powerful tool which not only is used to create but reverse engineer and in some cases edit to
I almost forgot , as far as the sizing of sga is concerned if you have the manuals for Oracle performance and tunning they have all the information needed.
This article offers a step by step approach to transform a UML object-oriented class model in a purely relational database.
http://www.methodsandtools.com/archive/archive.php?id=9
hi atul
i afaird that No book will tell u the right size of the SGA rather book will tell u how to think before sizing i.e, it really depands on the workload of the database, how much entries u may have each day and on monthly bases. but one thing u should kept in ur mind to logically devide ur database based on the departments . that is try to think about different tablespace for diff.departments and make multiple files in each tablespace.SGA ROUGHLY SHOULD BE 50% OF UR RAM
and RAM should be according to workload.
bhatia_dba