![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to practice unix in online without unix software | gowridoc | UNIX for Dummies Questions & Answers | 3 | 01-31-2008 09:11 AM |
| free software to test the hardware of a sun workstation specially the RAM how about f | jao_madn | SUN Solaris | 1 | 01-22-2008 03:59 PM |
| setting Oracle Home | DILEEP410 | Shell Programming and Scripting | 3 | 12-14-2006 04:15 AM |
| Unix Practice Website | satgur | Shell Programming and Scripting | 1 | 08-23-2006 07:58 AM |
| VMWare Workstation for home lab | vedder191 | UNIX for Dummies Questions & Answers | 0 | 08-27-2005 05:19 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Hardware dummy trying to set up Unix workstation for Oracle at home for practice!
I have been planning to set up a Unix workstation at home to host an Oracle database just for database admin. practice. But I don't know enough about hardware to know whether this can be done on a regular desktop and the required hardware config. If anyone could kindly guide me in this mission I would be forever grateful. Thank you in advance.
Peace. Tman. |
| Forum Sponsor | ||
|
|
|
|||
|
Hi UncleTony.
Thank you for your advice. I guess I will go ahead with it then. Would you happen to know anything about partitioning to have say two operating systems on the same machine? I'm thinking about having more than one db system on it. Maybe Oracle and SQL Server. Or can i do both on Unix? Respectfully, Toneman |
|
||||
|
Well, if you wanted to run SQLServer (I am assuming Microsoft SQLServer), you could dual-boot, but keep in mind you would not be able to run them at the same time, generally speaking. Normally, when you dual boot, you are working with one OS, or the other. There are certain solutions (I think VMWare could do something like this), but keeping costs, details, and simplicity in mind, it's probably not the best solution.
If you accepted beforehand that you could only work with one at a time, it could be a very viable solution... Also, you could run multiple Unix SQL databases on the same machine at once (MySql, Oracle, PostgreSQL, etc...) without having to reboot to switch operating systems, although you would take somewhat of a performance hit running so much at once... Yet another twist on the latter option would be to have the databases set up, just turn each one on as you use it, and off again when you're done. Lots of choices! |