SV650.org - SV650 & Gladius 650 Forum



Idle Banter For non SV and non bike related chat (and the odd bit of humour - but if any post isn't suitable it'll get deleted real quick).
There's also a "U" rating so please respect this. Newbies can also say "hello" here too.

Reply
 
Thread Tools
Old 13-06-07, 06:48 PM   #1
tomjones2
Guest
 
Posts: n/a
Default Oracle running on linux- sorry techy

As part of my uni course which i finsihed last summer they gave us a access to the oracle dbase 10g administration workshop. The oralce software is 10g release 1. We got loads of books and a cd to run the dbase and practice on.

I was not to bad with the oracle, however I havent got a clue about linux. The documentation says i need linux x86, what does this mean. Can i use any linux os or is there a specific one for oracle?

The next problem is hardware spec, I have a laptop with 30gb if I clean it up, a 1.8 p4 but only 376? of ram, that what the system propeties say anyway. Is there any hope of it running either oracle or linux with this much ram, the system requirments in the book say min 512 ram for the oracle, this website say i will need much more but it is for release 2.
http://www.oracle.com/technology/pub...b_install.html


Many thanks for any help
  Reply With Quote
Old 13-06-07, 07:11 PM   #2
weazelz
Guest
 
Posts: n/a
Default Re: Oracle running on linux- sorry techy

Quote:
Originally Posted by tomjones2 View Post
The documentation says i need linux x86, what does this mean. Can i use any linux os or is there a specific one for oracle?

The next problem is hardware spec, I have a laptop with 30gb if I clean it up, a 1.8 p4 but only 376? of ram, that what the system propeties say anyway. Is there any hope of it running either oracle or linux with this much ram, the system requirments in the book say min 512 ram for the oracle, this website say i will need much more but it is for release 2.
http://www.oracle.com/technology/pub...b_install.html


Many thanks for any help
linux x86 is linux for Intel pentium-type processors. there are lots of different free distributions of linux, there will no doubt be a stream of people along shortly to tell you their favourite

I mostly use fedora, which you can download here

unfortunately, if oracle say you need 512MB of RAM, then the software is probably written so it doesn't install/run on less, it's probably not a case of it just running slowly. in any case, less than 512MB these days is pretty unusable on whatever current OS you want to use. you can probably pick up a second-hand desktop for £100 with a gig of ram in it
  Reply With Quote
Old 14-06-07, 08:14 AM   #3
cmit37
Guest
 
Posts: n/a
Default Re: Oracle running on linux- sorry techy

I do not believe that your laptop is suitable because of the lack of ram. Also setting up Oracle on linux is more involving than clicking on an "exe" and playing about with the gui. Stick to installing it on MS Windows although I haven't tried that yet(only installed and configured it on Red Hat Enterprise Linux 4 servers) I expect it will be marginally easier and you may be more productive that way. If you have the time to learn some Linux before your Oracle install go for it, otherwise you will get yourself confused.
  Reply With Quote
Old 14-06-07, 08:21 AM   #4
cmit37
Guest
 
Posts: n/a
Default Re: Oracle running on linux- sorry techy

If you still want to have a go at installing it on linux you can download CentOS 4.5 i386 (not 5) that is a "re-dressed" version of RHEL 4 http://www.centos.org/ and then follow the instructions in your link.
  Reply With Quote
Old 14-06-07, 12:42 PM   #5
tomjones2
Guest
 
Posts: n/a
Default Re: Oracle running on linux- sorry techy

Cheers for the relpies all, the only problem is the disk I have only seems to be contain the files for linux. Is there a version free evaluation version available for windows?
  Reply With Quote
Old 14-06-07, 02:49 PM   #6
cmit37
Guest
 
Posts: n/a
Default Re: Oracle running on linux- sorry techy

Take your pick from here:
http://www.oracle.com/technology/sof...10g/index.html
  Reply With Quote
Old 14-06-07, 07:39 PM   #7
timwilky
Member
Mega Poster
 
timwilky's Avatar
 
Join Date: Mar 2004
Location: Not in Yorkshire. (Thank God)
Posts: 4,116
Default Re: Oracle running on linux- sorry techy

My development system runs 10g on a 1.3 GHz celeron system with 1GB of ram. default install is a nono. It tries to create a huge DB etc.

Tune your kernel to allocate enough shared memory resources. I did also have to fight the install in order to get it to work on a Fedora core 4 system.

Oracle licences for development are free, so download every tool you need from the above site. I am still learning Jdeveloper, It is such a powerful ldevelopment tool.

Don't run it on a windoze system. You want it to fly, not crawl.

Personally these days, if I don't actually need to use the Oracle functionality, I would opt for MySQL for a good fast DB.
__________________
Not Grumpy, opinionated.

Last edited by timwilky; 14-06-07 at 07:41 PM.
timwilky is offline   Reply With Quote
Old 14-06-07, 10:25 PM   #8
tomjones2
Guest
 
Posts: n/a
Default Re: Oracle running on linux- sorry techy

Quote:
Originally Posted by timwilky View Post
My development system runs 10g on a 1.3 GHz celeron system with 1GB of ram. default install is a nono. It tries to create a huge DB etc.

Tune your kernel to allocate enough shared memory resources. I did also have to fight the install in order to get it to work on a Fedora core 4 system.

Oracle licences for development are free, so download every tool you need from the above site. I am still learning Jdeveloper, It is such a powerful ldevelopment tool.

Don't run it on a windoze system. You want it to fly, not crawl.

Personally these days, if I don't actually need to use the Oracle functionality, I would opt for MySQL for a good fast DB.
Did my major project on MySQL, seemed very easy to use, we were always led to belive that oracle was better (less likley to lose data in the event of a crash etc etc etc) and ran better with much bigger db's and large number of users. Although I belive the gap has been signifcantly closed in prevoius years, partically with the small/medium companies that dont want to pay huge costs. Is this an accurate view, IYO?

On a side note is there any websites that I could pick up some extra cash doing SQL and PHP stuff, I would need to start small and learn but I was alright with SQL a few years ago.
  Reply With Quote
Old 14-06-07, 10:28 PM   #9
tomjones2
Guest
 
Posts: n/a
Default Re: Oracle running on linux- sorry techy

Quote:
Originally Posted by cmit37 View Post
cheers for the replies cmit, I think i might try and installing linux for the "fun" of it. Would be nice to use another enviroment for a change and TBH would be good for my career as well.
  Reply With Quote
Old 15-06-07, 04:38 AM   #10
cmit37
Guest
 
Posts: n/a
Default Re: Oracle running on linux- sorry techy

Quote:
Originally Posted by tomjones2 View Post
Although I belive the gap has been signifcantly closed in prevoius years, partically with the small/medium companies that dont want to pay huge costs. Is this an accurate view, IYO?
I can't see why a small to medium business would need Oracle and as a straight forward database server there is absolutely nothing wrong with MySQL, PostgresSQL etc.

In terms of features any of these database servers are light years away from Oracle and I can't see how they would ever catch-up without gargantuan investment. Just pick-up an Oracle book and mesmerise yourself with the amount of things it can do and how it does them. Where Oracle makes sense is in large deployments.

Good luck!
  Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Eye test, gone all techy timwilky Idle Banter 18 01-03-09 06:44 PM
another techy one Wideboy Idle Banter 4 04-05-08 04:35 PM
Techy help... Outlook & IMAP Jelster Idle Banter 2 27-07-07 04:08 PM
Oracle DBA workshop 1course tomjones2 Idle Banter 4 30-05-06 10:14 AM
For all you IT techy lot... Sid Squid Idle Banter 9 02-02-06 12:55 PM


All times are GMT. The time now is 10:27 AM.


Powered by vBulletin® - Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.