Creating RMAN catalog. Are these steps correct?

Are these steps to set up the RMAN catalog correct?
I.
The following two databases are the target databases which needs to be backed up.
1. a 11.1.0.7.0 database
2. a 10.2.0.1.0 databaseII.
Catalog schema in a 10.2.0.4.0 database called catdb.
III.
I am going to use the RMAN client(10.2.0.1.0) in my laptop (Windows Server 2003).
CATALOG schema creation
=======================
To create the Catalog Database (10.2.0.4.0), this what i am going to do in catdb
     a. create tablespace CAT_TBS
     b.     CREATE USER rman_cat_schema
          IDENTIFIED BY rman_cat_schema
          DEFAULT TABLESPACE cat_tbs
          TEMPORARY TABLESPACE temp
          QUOTA UNLIMITED ON cat_tbs;
     c.      GRANT create session TO rman_cat_schema;
     d.      GRANT recovery_catalog_owner TO rman_cat_schema;
     e.      GRANT execute ON dbms_stats TO rman_cat_schema;
   f. Invoke the <font color="red"><b>RMAN binary from my laptop</b></font> :
              C:\>set ORACLE_SID=catdb
           C:\>rman catalog rman_cat_schema/rman_cat_schema@catdb log=catalog.log
                           Hopefully Catalog will get the created at catdb .
Registering the database
=========================
To register the database,this is what i am going to do.
     a. Add the Tns Entry about the catdb in tnsnames.ora file of the target database
     b. Log in to target database's machine and invoke the<font color="red"><b> RMAN executable in the target database. </b></font>
        $  export ORACLE_SID=oraprod314
        $  rman TARGET / CATALOG rman_cat_schema/rman_cat_schema@catdb
             c. Then i can give the REGISTER DATABASE command. like
             $rman > register database;
        Edited by: Citizen_2 on 14-Sep-2009 11:46

Yes, You can connect to RMAN catalog using a lower version client. see this.
SQL> conn rman/rman@mycatdb
Connected.
SQL> select * from rcver;
VERSION
11.01.00.06
SQL>
rman
Recovery Manager: Release 9.2.0.7.0 - 64bit Production
Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.
RMAN> connect target /
connected to target database: STSTDB (DBID=2045697105)
RMAN> connect catalog rman/rman@abcd.
connected to recovery catalog database
RMAN>
You can take the backups and do recoveries. But, if you want to achieve certain features of the recovery catalog of higher versions to backup / recover your database, you better use the right RMAN client which allows the features to use.
It is always advisable to use the RMAN Client same as the database version you want to backup to avoid any confusions.
Hope it is helpul.
Regards
Edited by: vasu77 on Sep 15, 2009 10:01 AM
Edited by: vasu77 on Sep 15, 2009 2:11 PM

Similar Messages

  • Are these steps correct  for ALE configuaration ?

    1.An ALE Configuration we have to do five steps
    a)Define logical System (SALE&#61664;sending and receiving system logical system&#61664;define logical system)
    b)Assign client to the logical system( SALE&#61664;sending and receiving system&#61664;logical system&#61664; Assign client to the logical system)
    c)We have to define port at (WE21)
    d)GENERATING PARTNER PROFILES(WE20)
    e)Define target system for RFC calls (sm59)
    f)Creating Distribution model (BD64)
    g)WE42 for creating process code.
    h)Send Data ( bd10)
    i)Get Data(bd11)
    j)BD51
    k)WE57
    We have to repeat the FIRST 6 steps for each of the sender and receiver and those are compulsory. I am not yet clear about the last 5 steps.
    E.g. our sender is 200 and receiver is 400
    So for each of them we have to do the 5 steps twice.

    folow the link
    http://searchsap.techtarget.com/general/0,295582,sid21_gci1130337,00.html
    /people/kevin.wilson2/blog/2006/11/13/ale-scenario-development-guide
    which will givw u the steps for ale configuration
    steps are
    . ALE->Sending and Receiving Systems->Logical Systems->Define Logical System. a. Here you add the name of the logical system for the distributed system. To make them easy to find I like to name them based on instance/client so in the case of the system listed above I would call it DM7200. This naming convention makes it easy to follow in various systems.
    2. ALE->Sending and Receiving Systems->Logical Systems->Assign Client to Logical System.
    a. In this step you assign your logical system to a particular client. WARNING: DO NOT CHANGE THIS IF IT IS ALREADY CONFIGURED!!! That holds especially true on an FI system as it cannot be changed once it is set. Make sure to discuss this with the Basis team before entering the data.
    3. ALE->Sending and Receiving Systems->Systems in Network->Synchronous Processing->Determine Target System for RFC Calls
    a. This area allows you to tell SAP where to make RFC calls based on the logical system. That means that when I want to look up Vendor information in cases like infotype 194 and 195 where a function module is called that I can tell the system where to go to find that information. To configure this you should make sure that the system where the financial information will be kept is listed.
    4. ALE->Modelling and Implementing Business Processes->Maintain Distribution Model and Distribute Views
    a. In this step we will define where the FI data comes from and what data we expect to receive. We will also define the system that will be receiving the payroll posting and what data we will be sending that system.
    b. SAP Recommends the following list of messages to be received from the financial system:
    i. COACTV-IDoc for cost center/activity type
    ii. COAMAS-Master activity type
    iii. COELEM-Cost Element Master Data
    iv. COGRP1-Cost Center Groups
    v. COGRP2-Cost Element Groups
    vi. COGRP5-Activity Type Groups
    vii. COSMAS-Master Cost Centers
    viii. CRECOR-Core Vendor master data distribution
    ix. CREMAS-Vendor master data distribution
    x. GLCORE-Master data G/L accounts (CORE IDoc)
    xi. GLMAST-Master data G/L accounts (master IDoc)
    xii. PRCMAS-Profit center master record
    xiii. RCLROL-Reconciliation ledger rollup
    c. To add these messages you can follow the steps listed here:
    i. Go into change mode by clicking on the pencil/glasses button or Distribution model->Switch Processing Modes via the menu
    ii. Click on the Create Model View Button
    Fill in the data for your model. Below is my example.
    iii. Now it is as simple as adding message types. Click on the Add message type button and enter the required data. The sender is the FI system and the receiver is the Payroll system. Tip: Once you add the first message type if you select it before adding the next message you will only need to fill out the message portion and not the sender and receiver
    iv. Now we need to build the partner profiles so that the systems know where the distribution model needs to get or put things. To do this go to Environment->Generate Partner Profiles.
    Enter the partner system you want to use and press execute or F8.
    This screen shows the successful creation of the partner profiles. If you want to see them can go to transaction WE20.
    v. Now we must send the model to the other system. To do this use menu path Edit->Model View->Distribute
    Now I should be able to see this model in my FI system, in this case, DM3. I can take a look at this via transaction BD64 in the other system
    You'll notice that the coloring on the messages and models is in gray. This indicates that the model is maintained in another system.
    d. We also have to configure the model for posting to the other system. In this case we will be using BAPI's and not message types. SAP recommends the following BAPI's:
    i. AcctngServices.DocumentDisplay, Accounting: Display Method for Follow-On Document Display
    ii. AcctngEmplyeeExpnses.Post, Accounting: Post G/L Acct Assignment for HR Posting
    iii. AcctngEmplyeeRcvbles.Post, Accounting: Post Cust. Acct Assignment for HR Posting
    iv. AcctngEmplyeePaybles.Post, Accounting: Post Vendor Acct Assignement for HR Posting
    e. For the most part the steps are the same as above but it is slightly different because you use the Add BAPI button instead of the Add Message Type. BAPI's are case sensitive so you'll need to be exact.
    <REMOVED BY MODERATOR>
    <REMOVED BY MODERATOR>
    Edited by: Alvaro Tejada Galindo on Feb 22, 2008 2:27 PM

  • HT1751 Are these instructions correct?  They don't mention the ITL file...

    Are these instructions correct?  They don't mention the ITL file...

    I'd say they are generally correct, however they don't account for the circumstances in which, following advice given elsewhere in Apple's support documents, the media folder is no longer contained inside the main iTunes folder. This can happen when the media has been consolidated elsewhere,, e.g. an external drive, due to space constraints. This creates what I call a "split library". In such cases the media folder and iTunes folder (holding the .itl database) each need to be backed up and, when restoring, the media folder must be restored to exactly the same path or iTunes will have trouble connecting to the media.
    Should you have created a split library that you'd like to reconnect see make a split library portable.
    There is some odd numbering on the support doc. page so I can't give a section number, but the bit on where to find your iTunes folder doesn't make it clear that the "iTunes" (or "library") folder is normally the parent folder of the "iTunes Media" folder shown in the dialog box, and that they are not the same thing. I suspect this is one of the reasons that some users manage to migrate or restore their media only to find they have lost playlists, ratings, play counts etc.
    Another issue with the article is that it provides a way to backup the library once, but not to efficiently maintain that backup. Deleteing the entire backup to regenerate it would be a waste of time and potentially risky. See this iTunes backup tip for a suggested strategy.
    tt2

  • JDBC-Adapter - Are these Properties Correct?

    Hi,
    I am trying to execute a stored procedure on a Microsoft MSSQL Server via the JDBC Adapter.
    The adapter is installed like it is described in the Driver-Manual and I configured the Adapter according to the User-Manual of the driver. But it doens't work.
    Are these properties correct?!
    http://www.devilstorm.com/downloads/jdbc.jpg
    Thank you for your help
    Thomas

    1. Did you check whether your communication channel is active and in green status in the adapter monitor ?
    2. If it is in the error status what is the error ? If it is in green status does it say it last polled at date and time ?
    3. it is not call ZZ_COPA_ZCHECK, it should be EXEC ZZ_COPA_CZECH.
    One other thing is you do not have a namespace, click on Advanced Mode (Erweiterter Modus) and add
    Name = docNamespace
    Value = <your namespaece>
    regards
    SKM

  • HT2463 Are these ports correct?

    Are these ports correct? NTP more usually uses UDP as does DNS. Also, we found that we needed to open TCP5223 as well.

    Don't worry, the numbers are correct.
    In Intel's calculation, FSB is calculated as Quad Rate, so you'll have to mutiply the reported FSB by 4 which is 200MHz x 4 = 800MHz.

  • Are these the correct linked libraries inside of the AppKit?

    I was wondering, I was having strange issues with a program and DTrace was showing this error:
    dtrace: error on enabled probe ID 2 (ID 1371: pid353:libobjc.A.dylib:objc_msgSend:entry): invalid address (0x7fff9410a22a) in action #3 at DIF offset 24
    dtrace: error on enabled probe ID 2 (ID 1371: pid353:libobjc.A.dylib:objc_msgSend:entry): invalid address (0x7fff9410a22a) in action #3 at DIF offset 24
    dtrace: error on enabled probe ID 2 (ID 1371: pid353:libobjc.A.dylib:objc_msgSend:entry): invalid address (0x7fff9410a22a) in action #3 at DIF offset 24
    Which ultimately showed up belonging to AppKit in LLDB, like so:
    (lldb) image lookup -v -a 0x7fff9410a22a
          Address: AppKit[0x0000000000acb22a] (AppKit.__TEXT.__objc_methname + 502802)
          Summary: "_inspectorBarView"
           Module: file = "/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit", arch = "x86_64"
    Anyways, using otool, I saw a whole bunch of dynamic libraries linked with the AppKit binary and would like to confirm that these are all legit (Any help would be appreciated, thanks!):
    jburnetts-Mac-Pro:~ jburnett$ otool -L /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit:
              /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit (compatibility version 45.0.0, current version 1265.20.0)
              /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices (compatibility version 1.0.0, current version 1.0.0)
              /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services (compatibility version 1.0.0, current version 48.0.0)
              /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox (compatibility version 1.0.0, current version 492.0.0)
              /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit (compatibility version 1.0.0, current version 1.0.0)
              /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData (compatibility version 1.0.0, current version 481.1.0)
              /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore (compatibility version 1.0.0, current version 354.4.0)
              /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv (compatibility version 1.0.0, current version 738.3.1)
              /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation (compatibility version 300.0.0, current version 1056.13.0)
              /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox (compatibility version 1.0.0, current version 698.0.0)
              /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore (compatibility version 1.2.0, current version 1.8.0)
              /System/Library/Frameworks/Security.framework/Versions/A/Security (compatibility version 1.0.0, current version 55471.14.2)
              /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition (compatibility version 1.0.0, current version 1.0.0)
              /usr/lib/libauto.dylib (compatibility version 1.0.0, current version 1.0.0)
              /usr/lib/libicucore.A.dylib (compatibility version 1.0.0, current version 51.1.0)
              /usr/lib/libxml2.2.dylib (compatibility version 10.0.0, current version 10.9.0)
              /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.5)
              /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI (compatibility version 1.0.0, current version 231.0.0)
              /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio (compatibility version 1.0.0, current version 1.0.0)
              /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration (compatibility version 1.0.0, current version 1.0.0)
              /usr/lib/liblangid.dylib (compatibility version 1.0.0, current version 1.0.0)
              /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport (compatibility version 1.0.0, current version 245.13.0)
              /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit (compatibility version 1.0.0, current version 275.0.0)
              /usr/lib/libDiagnosticMessagesClient.dylib (compatibility version 1.0.0, current version 1.0.0)
              /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices (compatibility version 1.0.0, current version 59.0.0)
              /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis (compatibility version 1.0.0, current version 1.0.0)
              /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage (compatibility version 1.0.0, current version 160.2.0)
              /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL (compatibility version 1.0.0, current version 1.0.0)
              /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing (compatibility version 1.0.0, current version 132.2.0)
              /usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version 228.0.0)
              /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1197.1.1)
              /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO (compatibility version 1.0.0, current version 1.0.0)
              /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText (compatibility version 1.0.0, current version 1.0.0)
              /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics (compatibility version 64.0.0, current version 600.0.0)
              /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.14.0)

    Thanks for this info. Much appreciated.
    Can I ask why you recommend purchasing a hard drive? On this G5 we're speaking about, I have a 'Macintosh HD' drive (of which there are only 6 Gigs left -- although this is probably because the computer is clogged up with crap. I will clear this up soon).
    There is also a Movie Drive (70 Gigs left on it) and just rebuilt using Disk Warrior 3 after it disappeared on me.
    It might sound like stupid question, but if I buy another drive, can I insert that into the G5 and leave the other two in it aswell, or are you saying to replace a damaged drive or something? Would a third drive speed up the computer. Sorry, but I don't understand. Thanks again.

  • Are these the correct memory cards?

    Hi, I'd love it if someone could help me out here. I have previously posted about speeding up my old Mac G5. It is only a single processor 1.8 Ghz.
    I was recommended OWC, in order to buy memory, but I'm living in Ireland and have been recommended this product from this company:
    http://www.komplett.ie/k/ki.aspx?sku=310789
    Does anyone know if this is the one to buy? Here are my specs. Thanks!
    Machine Name: Power Mac G5
    Machine Model: PowerMac7,2
    CPU Type: PowerPC 970 (2.2)
    Number Of CPUs: 1
    CPU Speed: 1.8 GHz
    L2 Cache (per CPU): 512 KB
    Memory: 512 MB
    Bus Speed: 900 MHz
    Boot ROM Version: 5.1.5f2

    Thanks for this info. Much appreciated.
    Can I ask why you recommend purchasing a hard drive? On this G5 we're speaking about, I have a 'Macintosh HD' drive (of which there are only 6 Gigs left -- although this is probably because the computer is clogged up with crap. I will clear this up soon).
    There is also a Movie Drive (70 Gigs left on it) and just rebuilt using Disk Warrior 3 after it disappeared on me.
    It might sound like stupid question, but if I buy another drive, can I insert that into the G5 and leave the other two in it aswell, or are you saying to replace a damaged drive or something? Would a third drive speed up the computer. Sorry, but I don't understand. Thanks again.

  • Create Image Catalog using Bridge?

    I have a collection of ClipArt CD's, definietly over a thousand images in total. I'd like to create a catalog of these images, so there would be ~20 per page (I guess thumbnails), along with the file name, and the CD it came from. I suppose each CD would have it's own set of pages (E.g. header of page = "CD 23").
    Is there any way I can create such a catalog using Adobe Bridge, or maybe a different Adobe product? If not, would there be any other products (ideally freeware) that would do this?

    Ouch. I only have the Cs3 Production Premium package. But I have some interest in getting the 'all CS3 products ever' package, whatever it was called. Good to know it's possible w/ InDesign. Thanks for the headsup Bob.

  • Steps to create a catalog item requisitions from iProcurement

    Hi All,
    Can any one give me what are the steps that I have do create a catalog item requisitions from iProcurement.
    Please I need your help and suggestions.
    Thank you,
    Pramood

    Hi,
    Please follow below steps :
    1) Create a BPA using Core Purchasing form or through Buyer work Centre
    2) Enable/Authorise the BPA for Catalog Admin (not a mandatory step)
    3) Go to iProcurement Resp
    4) Go to Shop Tab .. Search with %
    5) Now the BPA should appear..you can now do shopping..follow normal iprocurement check-out Process
    In iProcurement, a Catalog item of a requisition is basically point to an agreement like BPA.
    / S.P DASH

  • What are the steps to create sap apo ..plz send step by steps plzzzzzzzzzzz

    what are the steps to create sap apo ..plz send step by steps plz. Iam new for these ?

    what are the steps to create sap apo ..plz send step by steps plz. Iam new for these ?

  • Need a create db script to manually create a 10g rman catalog db on unix

    Hi, Gurus:
    I would like to manually create a rman catalog database (Oracle 10g) on a HP-UX environment. Could anyone share a sql script to do that?
    It is going to be used to backup about 15 databases directly to tape and the retention policy is going to be 35 days. How big the database should be?
    Thanks in advance.

    I can't find any documentation supporting Oracle support's theory.And who writes the Oracle documentation? People in this forum?
    You got the "Best Practice" advise.
    If you have rman catalog on the same server or on the same database, it is like storing your backup on the same server you took it from.
    So, the idea od RMAN catalog is to have your catalog available for any recovery. If you cannot recover your recovery catalog, then you are better off using the controlfile as the repository.

  • I am trying to create mobile pages using the steps file new new document page from sample mobile starters jquery mobile (cdn).  When "page from sample" is selected, the subsequent options are not available.  This seems like a silly question, but how do I

    I am trying to create mobile pages using the steps file>new>new document>page from sample>mobile starters>jquery mobile (cdn).  When "page from sample" is selected, the subsequent options are not available.  This seems like a silly question, but how do I acquire these options?

    You can get the latest jQuery Mobile Themes directly from jQuery Mobile's web site.
    https://demos.jquerymobile.com/1.1.0/docs/api/themes.html
    Or roll your own with ThemeRoller
    http://themeroller.jquerymobile.com/
    Nancy O.

  • I have created a movie of vacation pictures on my windows movie maker (vista op system). When I open the timeline, select audio, and drag a tune from i-tunes, windows movie maker shuts down and no song is transferred. Are these systems incompatible

    I have created a movie of vacation pictures on my windows movie maker. ( Windows vista) When I open the timeline, click on audio, and drag a song from itunes, windows movie maker shuts down, and the song is not transferred. Are these systems incompatible? Can I upload the movie to I tunes somehow and then add the music tracks? Thank you...

    You may need to convert the file to mp3
    iTunes: How to convert a song to a different file format
    http://support.apple.com/kb/HT1550
    Correction, I was able to add m4a files to Windows Live movie maker in windows 7, but not sure about your version
    Message was edited by: polydorus

  • HT5621 I am having trouble with my Apple ID and AppStore Here are the steps I have taken and the results: 1.     Changed my Apple ID with new email address. 2.     Changed my iCloud with above new email address. 3.     NOW - Apple ID appears correct in Ap

    I am having trouble with my Apple ID and AppStore
    Here are the steps I have taken and the results:
    Changed my Apple ID with new email address.
    Changed my iCloud with above new email address.
    NOW - Apple ID appears correct in AppStore Settings, iCloud and AppStore*
    If I scroll to bottom of screen in *App Store/Featured, I can see that the Apple ID is my new email.
    Upon “updating” Apple ID reflects OLD email.
    Deleted accounts, re-added accounts.
    Signed out and signed in with new UN/Email
    Issue remains the same.

    To migrate your data to a new iCloud account go to Settings>iCloud and turn off all synced data (contacts, calendars, etc.), when prompted choose to keep the data on your phone.  After everything is set to off, scroll to the bottom and tap Delete Account.  Next, create the new iCloud account on your phone and turn on syncing for contacts, calendars, etc again.  If prompted, choose Merge.  This will upload your data to the new iCloud account.

  • LR 5.6 on Mac desktop all of a sudden will not read any card from any reader but will work on my laptop. I can work on previous images but not import new ones. Even if I create a catalog on laptop and import to my desktop on a thumb drive, the images are

    LR 5.6 on Mac desktop all of a sudden will not read any card from any reader but will work on my laptop. I can work on previous images but not import new ones. Even if I create a catalog on laptop and import to my desktop on a thumb drive, the images are only accessible as long as the thumb drive is inserted.

    Sounds like you may need to repair the Disk Permissions on your drive where your images are stored.

Maybe you are looking for