No. Personal Oracle7 (PO7) is much smaller/simpler primarily because it does not have the overhead imposed by locking. This is made possible by the fact that you cannot have more than one session at a time connected to the database.<br><br>If you are going to use Oracle 7, it may not be TOO expensive (of course, this is a very relative term!) because Oracle is getting ready to desupport Oracle 7. Consequently, you MAY be able to get a "clearance sale" price on the license; you will have to call Oracle Sales.<br><br>You can't really make a very good comparison between Oracle and Access, since they have completely different architectures. The typical Oracle database is comprised of many files. Architecturally, the database is divided into tablespaces, each of which must have at least one datafile. You can create many tables in a single tablespace or create just one table per tablespace (generally NOT done!) - the exact layout depends on your needs.<br><br>Unless you have a complex system to track or you can get a great price on Oracle7, I would recommend going with Access. It will probably be cheaper to procure, set up, and maintain, and will definitely have less impact on your PC. Access would probably be a very good choice for 6 or 7 users tracking parts in a garage. Going to Oracle might be like buying a Mercedes that you will only use to drive to the corner for cigarettes - a Chevy Cavalier will do the job just as well and leave you more resources for something else! <br><br>Since Access and Oracle are both relational database systems, your friend can use the same basic techniques for database design and implementation. I found Access was easy to learn and use (at least on a fundamental level), so there is not a real steep learning curve here!