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

Thread: Question for Tim Hall/Pando/Julian

  1. #1
    Join Date
    Dec 2001
    Posts
    139
    I'm working as a Database Analyst/Data Modeller in Toronto. Have a background in Oracle Development/Forms Development. Additionally I'm trying to upgrade my skills in Oracle Dba 8i. Have passed SQL-PL/SQL & Architecture & Administration exams recently.

    I've recently installed Oracle 9i EE on Win 2K. My question is If I'm preparing for Back Up exam on 9i. Would it be OK or are there any 8i features which have been discontinued in 9i.

    Is it possible to perform a BU via RMAN on a standalone system. As RCAT should be in a seperate database & disk but if I create a second database on a standalone m/c. And then create my RCAT in that will it work. What are the pros and cons of this scenario??????????????

    Any other tips or advice on preparing BUR exam. I'm using Sybex study guides, STS & Oracle documentation.

    Shaan
    Shaan - Virginia - USA
    rshaan@hotmail.com
    ___________________________
    OCP DBA 9i, 8i - DEV 6i, 2.0, 1.0
    SCSA 8.0

  2. #2
    Join Date
    Jun 2001
    Location
    Helsinki. Finland
    Posts
    3,938
    Would it be OK or are there any 8i features which have been discontinued in 9i.
    The way you configure RMAN in 9i is slightly different. Now all your setting can be made with a simple CONFIGURE command. Then you can just issue BACKUP DATABASE;

    As far as I remember before 8.1.7 the default location of the sanpshot control file was not ORACLE_HOME-dependent. In 9i it is. LIST has new syntax. CROSSCHECK and DELETE have been consolidated, while UNTACALOG is otally removed. The UNTIL and REDUNDANCY options in REPORT OBSOLETE are supported in 9i only for backwards compatability.

  3. #3
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    I can tell you after I attend the ILT in 2 weeks time

    I am too lazy to read the pdfs I have heh

  4. #4
    Join Date
    Dec 2001
    Location
    UK
    Posts
    1,684
    Take a look at these links for 9i new features related to recovery:

    http://www.oracle-base.com/Articles/...ncements9i.asp

    http://www.oracle-base.com/Articles/...ncements9i.asp

    If possible I would forget about 9i and do your 8i OCP prep work with 8i. Once you've passed all the exams do the 9i upgrade. If you're anything like me you'll get caught up in the "Wow isn't that cool!" of 9i and forget you're studying for 8i.

    If you only have access to 9i I think you'll be OK but you must be disciplined and ignore anything that's not relevant until you've passed the 8i exams.

    To answer your questions:

    Q - Is it possible to perform a BU via RMAN on a standalone system.

    A - I assume you mean without a recovery catalog! Yes, even more so than 8i since more info can be stored in the controlfile.

    Q - RCAT on same machine?

    A - Fine as long as it is a separate instance. On the same instance, if you were attempting a cold backup you would shutdown the instance and lose the RCAT during the process. A separate instance avoids this.

    Q - Pros & Cons?

    A- You need more memory, disk and CPU or your machine will run like a dog with multiple instances. I built another 2 servers to help prepare for my 9i exam. They were pretty small (1Gig P3 Processors and 512M Ram) and I managed to max them out on several occasions. You'll need to make sure your memory allocations are as small as you can get away with.

    Good luck!
    Tim...
    OCP DBA 7.3, 8, 8i, 9i, 10g, 11g
    OCA PL/SQL Developer
    Oracle ACE Director
    My website: oracle-base.com
    My blog: oracle-base.com/blog

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