We had some nice KC-DBA (expertise meetings) meetings in 2005. One of them was about virtual machines (VMware basically). To show how you could use virtual machine technology to implement an environment which would be almost undoable nowadays to realize, a virtual machine environment was demonstrated with Oracle 4.1 installed based on DOS. Thanks to Carel Jan Engel (one the infamous oaktable guys) – i was able to build a default Oracle 4.1 database environment with all the goodies like the UFI (the user friendly interface).
The old DOS disks where recovered from some boxes on my attic, so with some extra effort, the installation wasn’t so difficult (i still remembered how to do the ansi.sys, autoexec.bat and config.sys upper and lower memory stuff ) All in all it was good fun. π
Strange enough you need(ed) the first oracle floppy in the floppy disk to start the database. I can not remember this from my Oracle 6 days.
Is there anyone who still has the Oracle 4.1 documentation? If so please send it so i could add it to this post for sharing purposes. If you want me to test some stuff on the Oracle 4.1 environment then please send me your SQL statements.
Marco
AD Comment 2:
I could have waited on this π
I don’t have the doc’s but some collegaes helped me on my way last year – plus i have some oracle 6 experience, which helps. Here a VMware recording to help you on your path regarding start, stop, etc. Download the following AVI (Oracle – Login via UFI.avi). You will need a codec from VMware to see it – that is if you haven’t installed VMware workstation (The VMware workstation software package contains a build-in movie recorder and will install the VMware codec during its installation process. You can download de VMware codec here: VMware movie decoder)
AD Comment 4:
Toon send me some pictures. So now we know what we are looking for π
The books:
The contents:
AD Comment 12:
I don’t have Oracle 6 and Forms 3 on a VMware machine yet, but a sub-select on Oracle 4 looks like this π
AD comment 14:
The software does not understand the create database link statement, but maybe thats not the correct statement. I also installed the "help" function, or enabled the help function by filling the "help" table…but there is no reference (as far as i could find) to "database link".
In Oracle 4.1 there isn’t a "system.users" table yet.
The table was called sysuserauth, quering this you get the following output:
describing the table:
The connectauth, dbaauth, resourceauth columns reference, if the user was granted the connect, resource or dba role (small guess).
anyone know where I can obtain a copy of Oracle 5.X Professional developer for MS-DOS with SQLPLUS, SQL*FORMS,
SQL*REPORT, LOADER, MENUS ? I have an INFORMIX-SQL 2.10.06 (DOS) app I would like to rewrite with ORACLE 5.X
frankcomputer@live.com
We are still using forms 3.0 at some projects π
http://adf.webloji.net
http://www.yabancisarki.com
See for extra info on order by mechanism handling NULL values the link pointed out by Frank on Tom Kytes blog (http://tkyte.blogspot.com/2006/09/dbforum-2006-in-past.html).
As Tom always mentions (TEST, TEST, TEST). I double checked it (with commit and reverse insert of the values) and the behaviour shown is correct.
As can be seen from Thomas Kytes blog, Mogens NΓΒΈrgaard seems to have a copy of the docs. See http://tkyte.blogspot.com/2006/09/dbforum-2006-day-2.html
[Marco] Frank pointed out that the link should be http://tkyte.blogspot.com/2006/09/dbforum-2006-in-past.html and indeed the are some nice pictures.
Hi all,
I’m interested in a MS-DOS vmware appliance to install some old software other than Oracle.
Do you have a link to download such file?
Thanks in advance.
Hello, I was sent this link from a fellow member on the Oracle-L list. Basically, I misplaced/tossed my DOS PC Versions of Oracle 4, 5, and 6 (in this version I still have 12 utils/sql/etc disks but not the actual database disks). I would like to get them back if someone has them. This is just for personal use. I know I can download a free and more recent version but I enjoyed working with the earlier versions.
These screenshots bring back memories. So if anyone can help, you may email me directly (theguru00@excite.com), thanks.
I mentioned subqueries because I read the following in Dave Ensor’s chaptor in “Oracle Insights – Tales Of The Oak Table”:
“Oracle’s SQL implementation has moved on a great deal since, but the key step in Version 5 was the implementation of subqueries, which were simply not recognised by the Version 4 parser.”
Also mentioned as new features in Version 5 are database links and encrypted passwords. It might be interesting to query SYSTEM.USERS.
Thank you Marco, for your cooperation on this matter. Due to the
possible presence of third-party software (which you may not have
the right to redistribute), it simply is the safest course to simply share
your experiences, but not the software itself.
By the way, subqueries were implemented in Version 2 (1981) of Oracle.
The correlated subquery format came later …
This blog entry has changed its contents on kind request by Ken Jacobs. The reason is that it would endanger a project, that i as oracle database enthousiast, would never ever would or want to jeopardize.
Is it true that subqueries were a new feature in Oracle 5? It’s be nice to see a screenshot of one not being recognised in v4.
I’d also be interested if anyone could resurrect a v6 database or Forms 3 and see whether the mythical Implicit Cursor Second Fetch thing ever had any truth in it.
The login.ufi is the same as nowadays login.sql. It’s in the demo directory. If you CD \ORACLE\DEMO first and then start UFI, you won’t get the warningmessage.
A few things I found out. 15 years with Oracle, but started with V6….
* Boot VM
* Optionally, for supporting Swiss Keyboard, edit AUTOEXEC.BAT
o Add a line “KEYB SG”
o Reboot VM
* Connect floppy drive by double-clicking on the floppy icon in the VM’s bottom status bar and activating “Connected”.
o Do not choose “Connect at power on”, since the system would then try to boot from floppy at next boot.
* Start Oracle
o C:\> ORACLE
* Start Database
o C:\> IOR W
* Start SQL command tool using
o C:\> UFI -or-
o C:\> UFI user/pwd
o Login as scott/tiger or system/manager or sys/change_on_install
o “Cannot read command file…” can be ignored. I googled for “login.ufi”, but there is no documentation to be had.
o For SCOTT, Dept/Emp/Bonus/Salgrade are present
o DESC also works.
* List of commands
o UFI> show help
o Parameter settings
+ UFI> show all (or show [param])
o Display the release
+ UFI> show rel
o Interesting Views (run as User….)
+ PARTITIONS = Database Files SYSTEM
+ SESSION = A log of connections SYSTEM
+ USERAUTH = Read Passwords in Clear! SYS
+ TAB = The schema’s tables
+ SYSUSERLIST = List of schemas
* Load Help System
o Goto C:\ORACLE\DEMO
o With running DB, run LOADHELP.BAT
* Comprehensive demo
o Goto C:\ORACLE\DEMO
o RUNDEMO.BAT
o Just runs without stopping, despite me setting “set pause [enter]” – any idea?
* Shutdown Database
o C:\> IOR S
* To reboot the system, disconnect the Floppy-Disk first.
Of course, how could I forget: IOR W. Man, that’s a long time ago. Too bad I threw away these grey boxes 2 years ago, since, yes, I did have Oracle 4.1.
Dan Hotka still has the UFI documentation, so he claims
Sorry. To be precise –> http://www.freelists.org/list/oracle-l (not http://www.freelists.org)
I know. I posted this on http://www.freelists.org (mailing list monitored by Steve Adams) and apart from the software no one could help me on doc’s anymore – but who knows π
Marco,
As much as I can recall, way back in 1987, Oracle did not provide electronic
documentation. You may have a slim change that someone out there OCR’ed
the three booklets that came with the floppies.
Toon
I have updated (the postscriptum) the blog, so this should help you on your way. As said if there is someone with some documentation then it would be great if you would send it to me, so i can post it here.
Marco
(marco.gralike[at]amis.nl)
Very nice. Got the image working. When I start Oracle.EXE mem.exe (or mem/c) reveals Oracle is indeed running. But how do I connect to it with UFI? It keeps complaining that it can not find the SGA (osdlsg: SGA file not opened).
Not only did the software fit on a few (5-1/4) floppies…
You could also read the complete documentation over the weekend!
Try doing that nowadays.