On Nov 29, 2011, at 5:30 AM, Martin Bowes wrote:
Quote:
Hi All,
Yes a table/index create has a hard coded path in it... |
I never understood why the server uses hardcoded paths anywhere, after going
to all the trouble of doing location support. I'm going to fix that before I die. :-)
(and it might take that long...)
Quote:
So it appears that I need to edit the dumps/journals as well.
Rather than decode the blasted journals with od does anyone know where I can find the journal file descriptions? |
As far as I know, the journals are the same as the transaction log.
There might be a header of some kind, I'm not sure. The log record
definitions are in back/dmf/hdr/dm0l.h. The low level journal
file readers are in cl/clf/jf_unix_win/jf.c and in back/dmf/dmp/dm0j.c
(the JF routines are the CL equivalent of read() and write(), and
the dm0j routines give you read-a-record.)
Karl