Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: About Oracle Rdb
I was member of an Rdb DBA team couple years back (now an Oracle DBA). I
liked RDB! Here's my tour (but check current facts before you leap): - Your
SQL is still usable, of course create syntax is different - Stored procedures
(when I left RDB) were very limited compared to Oracle's. I think triggers
were different and fewer types. - Utilities are very different (main command,
of which everything else is a switch, is RMU). Backup and reload is easy and
fast. The unload and reload (like imp/exp) are very fast (but table at a
time) - Redo is called "AIG" (after image journal) and takes (took) a little
practice to understand and use - Rollbacks were per individual and were VAX
files (but I forget what they were called) -- a little dangerous if you let
the users at them (we just put something in user's startup to force those
files to a common undeletable area) - There aren't (weren't) roles -- but
there is (was) a strange hierarchy of identifiers and permissions based on
the operating system granted identifiers (you could write validate routines
in code) - There was an ability to partition one table among disks (e.g. this
range here, that range there), but it wasn't as extensive as Oracle's
partition. - As you said, you may need VMS knowlege -- I never got to use the
NT version (was almost available when I changed jobs)
In article <35921CE2.20C3C292_at_kofex.com>,
tshan_at_kofex.com wrote:
>
> As I know it from ORACLE web site, http://www.oracle.com/rdb, Oracle Rdb
> is the product purchased from DEC by ORACLE Corp. in 1994. And it is
> used on VMS OS or NT/alpha machine. What I really want to know is Rdb
> and Oracle DBMS are totally different databas engines. If it is true
> ORACLE DBA has to learn Rdb from new commands to administrate Rdb in
> addition to VMS knowledge ? If there is someone who knows well about
> that please answer my questions.
>
>
-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/ Now offering spam-free web-based newsreading Received on Thu Jun 25 1998 - 23:37:12 CDT
![]() |
![]() |