• Data Base Management

    IT Discussion
    49
    1 Votes
    49 Posts
    4k Views
    1

    @dave_c said in Data Base Management:

    @Pete-S
    We were not sure they were dBase files. Even Oracle database uses .dbf extension for data files.

    I understand. You can't be sure until you try but usually you'll know if you're running Oracle because you'll have oracle listener and other services running as well as a completely different folder structure. When you find files that are dbf somewhere, they're usually dBase because you can make a small database inside an application just by importing some libraries. So dBase isn't something that has to be installed on the computer but Oracle is.

  • memory.dmp viewing

    IT Discussion
    8
    0 Votes
    8 Posts
    2k Views
    momurdaM

    I used to use the windows debugging tools. Set it up once on your workstation, use the MS symbols , then !analyze -v (if I remember correctly) on the .dmp file should spit out the offender.