Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Designing warehouse, locations and storage bins entities

Eslam_ElbyalyOct 27 2018 — edited Oct 30 2018

Hi,

In a warehouse OLTP application I need to define entities for warehouses, locations and storage bins. I see designers look at it as different entities when I see them all as one thing(storage locations) therefore I can assume they should be handled as one entity not 2 or 3. Am I right?

pastedImage_0.png

2- There are some attributes that only describe i.e storage bins i.e (X,Y and Z) which are corridor, shelves and height. Will that be ok to design it this way,

| Storage Places |
| ID |
| NAME |
| TYPE(WareHouse, Locations, Storage Bins) |
| Parent_Storage_place |
| X |
| Y |
| Z |

Comments
Post Details
Added on Oct 27 2018
31 comments
1,181 views