HiI guess there are several things:- Using the password in the command line can be displayed by anyone running in the same box. The username and password can then be easily used to connect to the server.- The key itself, if captured from the command ...
The file gets created and locked to avoid that it gets overwritten by a concurrent dump. The first to check is if there isnt another session, maybe left around from a previous dump that is locking the file. See if there are symbultbuf processes aroun...
Dropping a database will clear the device pages.Creating a database, unless you specify FOR LOAD, will also initialize the devices. If you use FOR LOAD, then it will initialize the alloc pages only (1 every 256 pages)Load database will initialize any...
HP is big-endian while Linux is little-endian. This means that you will have to do, as Ben says, a cross platform dump and load. But we never finished the project and hence there are some restrictions. The main one is that we only added log transala...