I am looking for a command that lists Database file members of a database file. I have looked into DSPOBJD command. It lists libraries and objects in the library. I would want to go one step beyond ...
Most "real" databases don't run on "files", they use their own FS and span entire disks. You probably won't be able to copy over a file, you need to unload the database to a set of files and then move ...