dbTalk Databases Forums  

A free personal use dbms for windows/linux ?

comp.databases comp.databases


Discuss A free personal use dbms for windows/linux ? in the comp.databases forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
punit arya
 
Posts: n/a

Default A free personal use dbms for windows/linux ? - 05-27-2007 , 06:33 AM






hi
is there any dbms (relational) which is available for free & for
windows/linux. my other constraints is that the dbms should support
sql-99 & it should fit on 1 cd. i know about oracle 9i windows
personal edition but it takes 3 cds. how about mysqlplus, db2 & sql
server (these are the names i know). are they available for free
download ? if yes, tell me their url. do you know of any relational
dbms from other good companies like oracle, ibm, microsoft. how's
sybase ?
thx


Reply With Quote
  #2  
Old   
punit arya
 
Posts: n/a

Default Re: A free personal use dbms for windows/linux ? - 05-27-2007 , 08:35 AM






On May 27, 4:33 pm, punit arya <arya.pu... (AT) gmail (DOT) com> wrote:
Quote:
hi
is there any dbms (relational) which is available for free & for
windows/linux. my other constraints is that the dbms should support
sql-99 & it should fit on 1 cd. i know about oracle 9i windows
personal edition but it takes 3 cds. how about mysqlplus, db2 & sql
server (these are the names i know). are they available for free
download ? if yes, tell me their url. do you know of any relational
dbms from other good companies like oracle, ibm, microsoft. how's
sybase ?
thx
hey.. its me again.. i got some free dbms by browsing thru this
group's articles. thx anyway



Reply With Quote
  #3  
Old   
David Segall
 
Posts: n/a

Default Re: A free personal use dbms for windows/linux ? - 05-27-2007 , 11:12 AM



punit arya <arya.punit (AT) gmail (DOT) com> wrote:

Quote:
hi
is there any dbms (relational) which is available for free & for
windows/linux. my other constraints is that the dbms should support
sql-99 & it should fit on 1 cd. i know about oracle 9i windows
personal edition but it takes 3 cds. how about mysqlplus, db2 & sql
server (these are the names i know). are they available for free
download ? if yes, tell me their url. do you know of any relational
dbms from other good companies like oracle, ibm, microsoft. how's
sybase ?
thx
I have a list at <http://database.profectus.com.au/> but I don't know
the download sizes. The list is of free and freely distributable
databases (plus some open source Java DBs which are probably not
relevant here). If the database is for personal use then you can count
yourself as a developer and use the enterprise versions of DB2 or
Oracle at no charge.


Reply With Quote
  #4  
Old   
Thomas Kellerer
 
Posts: n/a

Default Re: A free personal use dbms for windows/linux ? - 05-29-2007 , 01:20 AM



On 27.05.2007 13:33 punit arya wrote:
Quote:
hi
is there any dbms (relational) which is available for free & for
windows/linux. my other constraints is that the dbms should support
sql-99 & it should fit on 1 cd. i know about oracle 9i windows
personal edition but it takes 3 cds. how about mysqlplus, db2 & sql
server (these are the names i know). are they available for free
download ? if yes, tell me their url. do you know of any relational
dbms from other good companies like oracle, ibm, microsoft. how's
sybase ?
thx

PostgreSQL, http://www.postgresql.org fits easily on a CD (16MB
download) and can very well compete with Oracle and all the others.

I don't know though, how complete the SQL-99 implementation is. But
between the open source DBMS my experience was, that Postgres was always
closest to the standard.

Thomas


Reply With Quote
  #5  
Old   
punit arya
 
Posts: n/a

Default Re: A free personal use dbms for windows/linux ? - 05-29-2007 , 03:11 AM



On May 29, 11:20 am, Thomas Kellerer <JUAXQOSZF... (AT) spammotel (DOT) com>
wrote:
Quote:
On 27.05.2007 13:33 punit arya wrote:

hi
is there any dbms (relational) which is available for free & for
windows/linux. my other constraints is that the dbms should support
sql-99 & it should fit on 1 cd. i know about oracle 9i windows
personal edition but it takes 3 cds. how about mysqlplus, db2 & sql
server (these are the names i know). are they available for free
download ? if yes, tell me their url. do you know of any relational
dbms from other good companies like oracle, ibm, microsoft. how's
sybase ?
thx

PostgreSQL,http://www.postgresql.orgfits easily on a CD (16MB
download) and can very well compete with Oracle and all the others.

I don't know though, how complete the SQL-99 implementation is. But
between the open source DBMS my experience was, that Postgres was always
closest to the standard.

Thomas
I downloaded postgresql. the zipped installer was small enough & I
installed that on my windows xp partition. It's working fine. some of
my grudges:
the window in which we type & execute sql queries runs from dos. I
expected an independent window. still thats fine for a free dbms.
not enough documentation on installation & post installation
configuration. that was a lot of bother & tough too (it took me two
nights in a row to configure it satisfactorily).

Thanks anyway.

PS: I'm hooked to firebird v2. Its really nice & comes with adequate
documentation.



Reply With Quote
  #6  
Old   
punit arya
 
Posts: n/a

Default Re: A free personal use dbms for windows/linux ? - 05-29-2007 , 03:13 AM



On May 27, 9:12 pm, David Segall <d... (AT) address (DOT) invalid> wrote:
Quote:
punit arya <arya.pu... (AT) gmail (DOT) com> wrote:
hi
is there any dbms (relational) which is available for free & for
windows/linux. my other constraints is that the dbms should support
sql-99 & it should fit on 1 cd. i know about oracle 9i windows
personal edition but it takes 3 cds. how about mysqlplus, db2 & sql
server (these are the names i know). are they available for free
download ? if yes, tell me their url. do you know of any relational
dbms from other good companies like oracle, ibm, microsoft. how's
sybase ?
thx

I have a list at <http://database.profectus.com.au/> but I don't know
the download sizes. The list is of free and freely distributable
databases (plus some open source Java DBs which are probably not
relevant here). If the database is for personal use then you can count
yourself as a developer and use the enterprise versions of DB2 or
Oracle at no charge.
I got to your link above. It was really helpful. I got to know
firebird (the dbms I've become hooked to now) from your page only.
Many many thanks.



Reply With Quote
  #7  
Old   
Thomas Kellerer
 
Posts: n/a

Default Re: A free personal use dbms for windows/linux ? - 05-29-2007 , 03:31 AM



On 29.05.2007 10:11 punit arya wrote:
Quote:
I downloaded postgresql. the zipped installer was small enough & I
installed that on my windows xp partition. It's working fine. some of
my grudges:
the window in which we type & execute sql queries runs from dos. I
expected an independent window.
First: it does *not* run from "DOS". DOS is an ancient operating system
and is no longer supported nor will any of the Postgres tools run "from
dos". Those are full blown win32 (console) applications)

Quote:
I expected an independent window
What do you mean with that? All DBMS have a basic commandline (console)
SQL tool which can be used for batch processing and other tasks). In
Firebird it is called isql.exe and in Postgres it is called psql.exe

If you are looking for a graphical administration tool try PGAdmin III
(see http://www.postgresql.org/download/)


Quote:
not enough documentation on installation & post installation
configuration. that was a lot of bother & tough too (it took me two
nights in a row to configure it satisfactorily).
Did you check out
http://www.postgresql.org/docs/8.2/static/index.html
http://www.postgresql.org/docs/faqs.FAQ_windows.html
http://pgfoundry.org/projects/pginstaller

And then there is additional information here:
http://www.postgresql.org/docs/techdocs

Quote:
PS: I'm hooked to firebird v2. Its really nice & comes with adequate
documentation.
The documentation for Postgres is far superior to Firebird's. For
Firebird you need to collect PDFs from various sources and there is no
single document describing the current SQL syntax completely. If you try
to find the syntax for something that you don't know when it was added,
you first need to read the old Interbase docs, then the release notes
for 1.0, then for 1.0.2, then for 1.0.3 then for 1.5, then for 1.5.1,
then for 1.5.2, then for 1.5.3, thenfor 1.5.4 and the the release notes
for 2.0. Not something I'd call "adequate". With postgres you have the
complete description in one document for each release.

But I agree Firebird is a nice DBMS (if it wasn't for the
documentation). I do find it strange though that you can only change
user passwords with a commandline tool running on the server, you cannot
change a user password from a client machine and only the first 8
character of a password are checked.

Thomas


Reply With Quote
  #8  
Old   
Thomas Kellerer
 
Posts: n/a

Default Re: A free personal use dbms for windows/linux ? - 05-29-2007 , 03:37 AM



On 29.05.2007 10:11 punit arya wrote:
Quote:
not enough documentation on installation & post installation
configuration. that was a lot of bother & tough too (it took me two
nights in a row to configure it satisfactorily).
Btw: Postgres has an excellent mailing list which is mirrored on a
newsgroup server, so you can read it with your favorite newsreader

Check out
http://www.postgresql.org/community/lists/

In adddition to the news server mentioned there, the lists are also
available on news.gmane.org with a kind of "automatic" registration.
The first time you post to a list on gmane.org you will receive a
confirmation message, once you reply to that message you can post to
that list without further ado.

Thomas


Reply With Quote
  #9  
Old   
punit arya
 
Posts: n/a

Default Re: A free personal use dbms for windows/linux ? - 06-08-2007 , 07:23 AM



On May 29, 1:31 pm, Thomas Kellerer <JUAXQOSZF... (AT) spammotel (DOT) com>
wrote:
Quote:
On 29.05.2007 10:11 punit arya wrote:

I downloaded postgresql. the zipped installer was small enough & I
installed that on my windows xp partition. It's working fine. some of
my grudges:
the window in which we type & execute sql queries runs from dos. I
expected an independent window.

First: it does *not* run from "DOS". DOS is an ancient operating system
and is no longer supported nor will any of the Postgres tools run "from
dos". Those are full blown win32 (console) applications)

I expected an independent window

What do you mean with that? All DBMS have a basic commandline (console)
SQL tool which can be used for batch processing and other tasks). In
Firebird it is called isql.exe and in Postgres it is called psql.exe

If you are looking for a graphical administration tool try PGAdmin III
(seehttp://www.postgresql.org/download/)

not enough documentation on installation & post installation
configuration. that was a lot of bother & tough too (it took me two
nights in a row to configure it satisfactorily).

Did you check outhttp://www.postgresql.org/docs/8.2/static/index.htmlhttp://www.postgresql.org/docs/faqs.FAQ_windows.htmlhttp://pgfoundry.org/projects/pginstaller

And then there is additional information here:http://www.postgresql.org/docs/techdocs

PS: I'm hooked to firebird v2. Its really nice & comes with adequate
documentation.

The documentation for Postgres is far superior to Firebird's. For
Firebird you need to collect PDFs from various sources and there is no
single document describing the current SQL syntax completely. If you try
to find the syntax for something that you don't know when it was added,
you first need to read the old Interbase docs, then the release notes
for 1.0, then for 1.0.2, then for 1.0.3 then for 1.5, then for 1.5.1,
then for 1.5.2, then for 1.5.3, thenfor 1.5.4 and the the release notes
for 2.0. Not something I'd call "adequate". With postgres you have the
complete description in one document for each release.

But I agree Firebird is a nice DBMS (if it wasn't for the
documentation). I do find it strange though that you can only change
user passwords with a commandline tool running on the server, you cannot
change a user password from a client machine and only the first 8
character of a password are checked.

Thomas
Hi Thomas

I know that postgresql is a lot more famous than firebird. Although
the zip installer that I downloaded from the postgresql site (which
was for personal use) did not have a seperate application that lets
you enter SQL queries in a seperate windows. I did rummaged through
PGAdminIII, I found it very nice, helpful to get server status, & the
databases & tables. It also had a (quite hidden) facility that lets
you enter SQL queries, this interface wasn't as powerful as a regular
command line prompt specialised application. I also tried the
firebird's isql.exe tool. It was good enough for my needs. That's what
I use when I have to work on databases on my windows system.

Regarding the links that point to postgresql, I must have missed them.
I'll be more careful in the future. Thanks for pointing those out.

Also I didnt realise that I needed to go through the docs of earlier
versions & of InterBase. I found the docs for latest version
sufficient enough for my needs.

After all this, I think that IBM's DB2 would be the best choice (on
windows) for high level needs than just basic SQL exploration because
of brand reputation & the contest on databases they organise every
year here in India. I ordered it free from IBM site & they said
overseas delivery takes around 4-6 weeks.

Meantime, to fulfill my SQL needs, I have also done a little bit
exploration of MySQL on Linux. Guess, I'll stick to Firebird (because
of its simplicity) on Windows until DB2 comes & MySQL on Linux.

Thanks Thomas.



Reply With Quote
  #10  
Old   
punit arya
 
Posts: n/a

Default Re: A free personal use dbms for windows/linux ? - 06-08-2007 , 07:26 AM



On May 29, 1:37 pm, Thomas Kellerer <JUAXQOSZF... (AT) spammotel (DOT) com>
wrote:
Quote:
On 29.05.2007 10:11 punit arya wrote:

not enough documentation on installation & post installation
configuration. that was a lot of bother & tough too (it took me two
nights in a row to configure it satisfactorily).

Btw: Postgres has an excellent mailing list which is mirrored on a
newsgroup server, so you can read it with your favorite newsreader

Check outhttp://www.postgresql.org/community/lists/
I wouldn't want to go that deep, Thomas. Though I'll check it out
once.
Quote:
In adddition to the news server mentioned there, the lists are also
available on news.gmane.org with a kind of "automatic" registration.
The first time you post to a list on gmane.org you will receive a
confirmation message, once you reply to that message you can post to
that list without further ado.

Seems like _you_ are really hooked to postgresql. do you work on
databases as your profession ?
Quote:
Thomas



Reply With Quote
Reply




Thread Tools
Display Modes

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

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



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.