[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference orarep::nomahs::rdb_60

Title:Oracle Rdb - Still a strategic database for DEC on Alpha AXP!
Notice:RDB_60 is archived, please use RDB_70..
Moderator:NOVA::SMITHISON
Created:Fri Mar 18 1994
Last Modified:Fri May 30 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:5118
Total number of notes:28246

5077.0. "Default recovery journal location" by 4177::MHAGE (M�rta Hage, Oracle Rdb Support,Sweden) Wed Feb 26 1997 10:32


When defining a default location for the ruj file, it's a no no
to change this location after a RMU/RESTORE of database to another
system if the disk defined doesn't exist on the restored system.

On system A:
alter database mf_personnel
recover journal (location is 'dua2:[rdmruj]');

$rmu/backup mf_personnel mf_pers

On system B where disk dua2 doesn't exist

$rmu/restore/nocdd/dire=<newdir> mf_pers

$ sql
alter database filename mf_personnel
recover journal (no location);
RDB-F-SYS_REQUEST, error from system services request
-RDMS-F-FILACCERR, error parsing file DUA2:[RDMRUJ]MF_PERSONNEL$0001038E62B3.RUJ
;
-COSI-I-NOTDISKFILE, file is not a disk file


I tried defining rdms$ruj before restore database - no luck!

I'd like a new option to rmu/restore where I can specify a new default
location for the RUJ file. I know, a suggested enhancement will be
entered.

Is there a way of resolving this problem after restore until then?
Can I change it with rmu/alter? 
It's not doable to change the recover journal to no location before
a rmu/backup.

M�rta

    
T.RTitleUserPersonal
Name
DateLines
5077.1ukvms3.uk.oracle.com::PJACKSONOracle UK Rdb SupportWed Feb 26 1997 10:386
>Is there a way of resolving this problem after restore until then?
    
    If you don't have DUA2: on your new system, define a system logical
    called DUA2 to point to a disk you do have, then create the directory.
    
    Peter
5077.2NOVA::SMITHIDon&#039;t understate or underestimate Rdb!Wed Feb 26 1997 12:253
And please submit BUG report so this can be fixed.

Ian
5077.3BUG# 4584154177::MHAGEM�rta Hage, Oracle Rdb Support,SwedenWed Feb 26 1997 14:135
    
    Peter, that was too simple! I wanted to run RMU/ALTER...
    Bug 458415 
    
    /M�rta