Just checking

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Diego de la Vega

    Just checking

    Hi All,

    I have to move a 40 GB database from one windows server to another.
    The db has
    logretain = recovery
    userexit = off
    logarchmeth1 = DISK:D:\.....


    I will full backup the database and restore it on the other box.

    Do I need to copy log files or anything else? I don't think so but I
    want to be sure.

    Thanks for your help
    Diego
  • Ian

    #2
    Re: Just checking

    Diego de la Vega wrote:
    Hi All,
    >
    I have to move a 40 GB database from one windows server to another.
    The db has
    logretain = recovery
    userexit = off
    logarchmeth1 = DISK:D:\.....
    >
    >
    I will full backup the database and restore it on the other box.
    >
    Do I need to copy log files or anything else? I don't think so but I
    want to be sure.
    If you do an offline backup of the database, then you don't need to
    copy anything else.

    If you do an online backup, you may need some of the log files from
    the location specified in the logarchmeth1 parameter.

    Comment

    Working...