- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- VMS RDB database
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-19-2005 11:53 AM
тАО09-19-2005 11:53 AM
VMS RDB database
Please help. IT tell us the VAX will retired and I have no way to know how to pull the data out.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-19-2005 12:05 PM
тАО09-19-2005 12:05 PM
Re: VMS RDB database
I would start with determining if you have a functioning RDB SQL there.
Type SQL
If not, do a dir sys$system:SQL*.* to see if there is an SQL image.
if so, ddefine a foreign symbol SQL :== $SQL$
Type SQL
then a "Show TABLE
and report back...
q
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-19-2005 06:35 PM
тАО09-19-2005 06:35 PM
Re: VMS RDB database
You can unload into a text file format which you can use for whatever purpose you want.
Cheers,
chris
P.S. Documentation is available on the Rdb web site.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-19-2005 09:03 PM
тАО09-19-2005 09:03 PM
Re: VMS RDB database
will start SQL then you can attach to the database ATTACH 'FILENAME nameoffile' then the SHOW TABLE command will tell you about the tables that are defined and SHOW TABLE tablename will tell you fields within tables.
HELP SHOW TABLE will display some help text.
RMU/UNLOAD is the command to use to retreive data data.
RDB documentations is online
http://www.oracle.com/technology/products/rdb/rdb_doc_index.html
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-20-2005 06:00 AM
тАО09-20-2005 06:00 AM
Re: VMS RDB database
$ rdo
RDO> invoke database filename
RDO> show relations
RDO> show fields for
RDO> exit
In the above, you will need to replace items in <> with actual names. There is also help available in RDO.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-20-2005 08:15 AM
тАО09-20-2005 08:15 AM
Re: VMS RDB database
In the later case it is possible to use a emulator on windows/unix (e.g. Charon-VAX comercial, or SIMH free of charge)and copy your VMS system over to the emulator.
Besides this, there is an unsupported version of RDB for Windows, called RDB workbench, which can be downloaded from the oracle website.
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-21-2005 03:52 AM
тАО09-21-2005 03:52 AM
Re: VMS RDB database
rmu/unload/record_definition=(file=
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-21-2005 03:59 AM
тАО09-21-2005 03:59 AM