Kbase P44964: Does a binary dump with -RO option takes buffers from the normal -B- Buffer pool?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
GOAL:
Does a binary dump with -RO option takes buffers from the -B- Buffer pool?
FIX:
No. This is connected to the way of using the -RO option. The -RO option cannot be used with proserve/running database. Thus a binary dump session with -RO option looks like this:
-proutil dbname -C truncate bi
-proutil dbname -C dump tablename destination-file -RO
This means, no shared memory, database buffer pool, shared memory locks, lock table etc. has been touched. If you specify the -B parameter with the binary dump session like
-proutil dbname -C dump tablename destination-file -RO -B 2000
then, 2000 buffers will be allocated in a private buffer pool.