Questions tagged [raima]

Raima is a database vendor specialized on network model DBMS.

The Raima tag covers all database products offered by them, namely: RDM (Raima Database Manager) and the old db_VISTA product family (for MSDOS).

Relevant links: Raima / RDM Family product comparison / db_VISTA

8 questions
2
votes
2 answers

Dump all Raima db_VISTA Version 3.20 data to text

A friend has an old program that no longer works but he wants to recover the data. From the file's header I've found out that it's a legacy Raima db_VISTA Version 3.20 database. I've found this similar question How can I export data in a legacy DOS…
Eduardo Molteni
  • 38,786
  • 23
  • 141
  • 206
1
vote
1 answer

Is there any easy way to edit clearcase database using dbedit command?

Is there any easy way to edit clearcase database using dbedit command ? I just want to remove an event/operation so that sync packets has no information about that event.
HITENC
  • 67
  • 7
1
vote
1 answer

Set new relic to show data for a specific database used by a custom drupal module

I have installed New Relic on my live instance on AWS . New Relic identifies correctly the drupal modules and also the mysql database. On my environment there is a drupal module that connects with an external DB hosted on another machine. I would…
hopper
  • 4,230
  • 8
  • 36
  • 49
0
votes
8 answers

How can I export data in a legacy DOS application when no export option is available?

We've been given the task by my customer to export data from a legacy DOS system, using a RAIMA database, so it can be imported into a new system we are writing for them. It looks like the data is stored in a flat file format, though when we open…
mattruma
  • 16,589
  • 32
  • 107
  • 171
0
votes
1 answer

Left join with additional join condition on Raima

I am struggeling with a left join on a Raima database. I'd like to add an additional join condition, but in this case the join behaves like an inner join, thus I am losing some of the expected results. Example: TABLE_A ID ------- 1 …
stg
  • 2,757
  • 2
  • 28
  • 55
0
votes
1 answer

Unable to open Clearcase raima database.

I am trying to read raima database of Clearcase. The db directory is copied from the vob storage and renamd to vob_db. The location where the vob_db is present, there exists the VOB_DB.java file and dependent dlls and jar file. In fact they were…
HITENC
  • 67
  • 7
0
votes
1 answer

import from raima

I have an old in DOS program (1) with Raima(db_vista) database and i must create import data from program (1) to other program (2). Program (1) has *.dat and *.key files, but i can't find *.dbd file. Is it possible that file *.dbd not exists? Can it…
Omega
  • 1
0
votes
2 answers

How to access Raima DB using linux commands - Access and list tables

I am dealing with a legacy system which uses Raima as database manager. I want to be able to access the database using this type of management system . I am new to this and want to understand how it works and how can I do basic queries to this DB…
hopper
  • 4,230
  • 8
  • 36
  • 49