DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Set Until Time

  1. #1
    Join Date
    Dec 2001
    Posts
    320
    hi guys,
    i'm trying to write a backup script that would recover until a specific time (incomplete recovery), when writing the set until command like:
    set until time 'AUG-09-02 14:25:00';
    i get ora-01830 date format picture ends before converting entire input string.
    i added an entry in the registry (i'm in a windows 2000 box)-
    NLS_Date_format 'dd/mm/yyyy HH24:MM:SI' but it seems that Oracle doesn't care about it, even if i use the same format in the set command.

    what can i do?

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Recover database until time '1999-12-01:12:00:00';
    http://metalink.oracle.com/metalink/...T&p_id=94114.1
    Jeff Hunter

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width