<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi,<br>
    <br>
    I am running an application on a single node and the application
    creates some <b>ram copies</b> tables on the same node, but the
    problem what I am facing is that, if I restart my system suddenly
    after successful creation of all tables, in the next start the table
    which got created last is missing, but if I give some delay after
    creation of tables and restart the system all tables will be
    available in the next start. In mnesia reference manual and users
    guide I could not find a proper solution to this issue, can somebody
    kindly explain what is the reason behind this behavior and is there
    any solution for this ?. Will the function mnesia:dump_log/0 be
    helpful ?<br>
    <br>
    Regards,<br>
    Arun P<br>
  </body>
</html>