Please help with RMAN dup for RAC db

Happy Holidays!! All,
I need help with the following issue:
Both target and auxiliary databases are:
Database version is 10.2.0.3 with 2-node RAC db
Servers are MS 2003
Oracle Clusterware 10.2.0.3
Oracle ASM for storage
I have run the rman dup from RAC to a single instance db for a while. This is the first time I ran from RAC to RAC. This auxiliary db was refreshed before and was up for a while and was managed by server control tool. Now I am trying to refresh it with new backup files from production. I did the following as people suggested:
1)     shutdown instance in the second node.
2)     Startup nomount mode in the first node
3)     Run RMAN dup
It failed in the same place with slightly different errors. I pasted error messages at the bottom. I already created a TAR with Oracle but would like to know if anybody has any info related to this. Also I have several questions to ask:
1)     Should I stop all services related to Oracle in node-2
2)     Should I stop all clustware related services in node-1 except oracleCSServie since ASM uses it?
3)     Is there any way I can finish the dup manually from the place I failed? What going to happen if I don’t finish the rest of the dup and go ahead with “alter database open resetlogs”?
4)     How do I remove the database from under Server control – I already run “srvctl remove database -d atlrac” successfully. Is this all?
Thanks a lot for your help and have a great holiday season!!!
First time run:
contents of Memory Script:
shutdown clone;
startup clone nomount ;
executing Memory Script
database dismounted
Oracle instance shut down
connected to auxiliary database (not started)
RMAN-00571: ====================================================
RMAN-00569: ======= ERROR MESSAGE STACK FOLLOWS ==============
RMAN-00571: =============================================
RMAN-03002: failure of Duplicate Db command at 12/21/2009 20:24:47
RMAN-03015: error occurred in stored script Memory Script
RMAN-04014: startup failed: ORA-00610: Internal error code
Second time run:
contents of Memory Script:
shutdown clone;
startup clone nomount ;
executing Memory Script
database dismounted
Oracle instance shut down
connected to auxiliary database (not started)
RMAN-00571: ===================================================
RMAN-00569: ========== ERROR MESSAGE STACK FOLLOWS ==========
RMAN-00571: ===================================================
RMAN-03002: failure of Duplicate Db command at 12/22/2009 15:53:27
RMAN-03015: error occurred in stored script Memory Script
RMAN-04014: startup failed: ORA-03113: end-of-file on communication channel
Shirley

1) Should I stop all services related to Oracle in node-2
No, you just need to stop the second instance.
2) Should I stop all clustware related services in node-1 except oracleCSServie since ASM uses it?
No, you don't need to stop anything. Just have the instance startup nomount.
3) Is there any way I can finish the dup manually from the place I failed? What going to happen if I don’t finish the rest of the dup and go ahead with “alter database open resetlogs”?
You have not shown enough information. Did the restore succeed ? Did the recover succeed ? What was it doing when it failed ?
4) How do I remove the database from under Server control – I already run “srvctl remove database -d atlrac” successfully. Is this all?
Yes, srvctl remove database is all you need. (unless you also want to remove from listener.ora, tnsnames.ora, oratab etc)

Similar Messages

  • PLEASE Help with HTML code for email background image...

    Hi there!
    i have a background image that I want to pop into an html email widget for the email's background...  here is the web link I created in Photoshop: file:///C:/Users/Rachel/Desktop/iMuse%20Clients/LeadMachine360/Email%20Signatures/tileabl e-metal-textures-2.html
    If anyone could please help me out that would be AWESOME!  I've attached pics of the background & I'm using Infusionsoft email builder which allows for HTML widgets.  I have a code that I use for my landing pages & webforms which works, tried that but no dice!
    Any help would be much appreciated - I'm an html newbie!
    Here is the code that I use for landing pages & works great, tried it for the email & it was a fail:
    <style>
      #mainContent .background, {
          background: url('file:///C:/Users/Rachel/Desktop/iMuse%20Clients/LeadMachine360/Email%20Signatures/ti leable-metal-textures-2.html') no-repeat center center fixed;
        background-size: cover;
    </style>
    <script src="file:///C:/Users/Rachel/Desktop/iMuse%20Clients/LeadMachine360/Email%20Signatures/ti leable-metal-textures-2.html">
    </script>
    <script>
      jQuery(document).ready(
          function(){
          jQuery(' table.bodyContainer').removeAttr('bgcolor');
    </script>
    thanks in advance!
    Muse

    Not sure what you expect. Your URL is absolute and pointing to a local file resource. It's not a proper relative HTML link. Beyond that it's toatlly unclear how you actually plan to load your image and where they are hosted, so nobody can tell you anything. Either way, there is an obviously painful lack of understanding of even the most basic web techniques, so the best advise anyone would give you is to spend some time with a web search and actualyl learn some of that stuff...
    Mylenium

  • Please help with Posting Keys For Fast Entry (t.code OBXJ)

    Dear experts,
    Please help me to be more familiar with configurtation of Enjoy Transactions (t.code OBXJ). I want to configure fast entry transaction and change standard assignement of posting key. But there are no editing options in this transaction, just three transaction keys are predefined and posting keys are assigned to them (those are changable). But where to see what those transaction keys mean? And what could be your proposals, how to configure this IMG step?
    Thanks!

    Hi,
    t.code OBXJ is for automatccly postings, normal you never change the standard posting keys.
    In the block line items you can select colums you need and place the one's you need to the begin of the screen and in the right top corner of posting line items you can click an save this as (default) variant.
    When you want to use an other posting keys you use the option complex posting (F6)
    Paul

  • Please help with this bapi for creating billing document

    I want to create a billing document using the bapi:  BAPI_BILLINGDOC_CREATEMULTIPLE from a delivery number and NOT A SALES ORDER.
    Please tell me what  details to be passed to table  BILLINGDATAIN . Please don't provide me function module documentation because it does n't help me create billing document from delivery. A sample source code or suggestion to what to pass would be really great!
    Thanks,
    Krishen
    P.S. Points assured for helpful answers and thanks for your time.

    Hi,
    Try this..
    DATA: s_vbap TYPE vbap.
    TABLES: vbak,vbap,likp, lips.
    DATA: t_billing TYPE STANDARD TABLE OF bapivbrk WITH HEADER LINE.
    DATA: t_conditions TYPE STANDARD TABLE OF bapikomv WITH HEADER LINE.
    DATA: t_return TYPE STANDARD TABLE OF bapireturn1 WITH HEADER LINE.
    DATA: t_ccard  TYPE STANDARD TABLE OF bapiccard_vf WITH HEADER LINE.
    DATA: t_errors TYPE STANDARD TABLE OF bapivbrkerrors WITH HEADER LINE.
    DATA: t_success TYPE STANDARD TABLE OF bapivbrksuccess WITH HEADER LINE
    PARAMETERS: p_vbeln TYPE vbeln.
    select single * from likp
                    where vbeln = p_vbeln.
    SELECT SINGLE * from lips where
                    vbeln = likp-vbeln.
      t_billing-salesorg   = likp-vkorg.
      t_billing-ref_doc     = likp-vbeln.
      t_billing-ref_item    = lips-posnr.
      t_billing-doc_number     = p_vbeln.
      t_billing-itm_number    = lips-posnr.
      t_billing-ordbilltyp  = 'ZINV'.
      t_billing-price_date = sy-datum.
      t_billing-ref_doc_ca  = likp-vbtyp.
      t_billing-material    = lips-matnr.
      t_billing-plant       = lips-werks.
      APPEND t_billing.
    CALL FUNCTION 'BAPI_BILLINGDOC_CREATEMULTIPLE'
      TABLES
        billingdatain         = t_billing
        return                = t_return
        success               = t_success
    commit work.
    Thanks,
    Naren

  • Please Help With Academic Proof for Lightroom!

    I got the version of Lightroom that you download, and I need to provide academic proof. When I go to the "My Orders" page, I click on the "Submit Proof" thing like I am supposed to, but then nothing happens. It doesn't bring me to a new page or anything. It just sits there and when I scroll over "Submit Proof" the box that popped up before is sitting there with a loading circle inside of it. No matter how long I leave it there it doesn't do anything. Please help me!

    If a different web browser still is not resolving the issue then I would recommend you contact our support team to submit your proof of eligibility directly.  For the best assistance, I recommend our chat support at http://adobe.ly/tuMwkC.  Our chat representatives can provide a personalized experience to resolve the issue you have described.

  • Please help with OWB Mapping for Children Parent relationship attributes.

    Hi there,
    I am pretty new to Oracle Warehouse Builder (Ver10.2.0.3). If you have attempted the following, appreciate if you can share your knowledge.
    I have to create a mapping to populate the following attributes in a Children Parent relationship mapping.
    1. isleaf
    2. path
    3. descendant_level
    4. parent_level
    5. descendant_order (tree walking)
    6. root_parent
    Please refer to the following SQL which is based on the scott/tiger EMP table. This SQL generates me the above attributes correctly.
    select h.*,
    nvl(i.descendant_level,0),
    nvl(j.parent_level,0),
    row_number()
    over(partition by SUBSTR(path, 2, INSTR(SUBSTR(path, 2)||'/','/')-1 ) order by ROWNUM) - 1 DESCENDANT_order,
    SUBSTR(path, 2, INSTR(SUBSTR(path, 2)||'/','/')-1 ) parent
    from (select
    emp.empno,
    emp.ename,
    emp.mgr,
    decode(connect_by_isleaf,0,'N',1,'Y') isleaf,
    sys_connect_by_path(emp.empno,'/') path
    from emp
    CONNECT BY MGR = PRIOR EMPNO) h,
    (select
    level descendant_level,
    emp.empno
    from emp
    CONNECT BY MGR = PRIOR EMPNO
    start with mgr = 7839) i,
    (select
    level parent_level,
    emp.empno
    from emp
    CONNECT BY MGR = PRIOR EMPNO
    start with mgr = 7839) j
    where h.empno = i.empno(+)
    and SUBSTR(path, 2, INSTR(SUBSTR(path, 2)||'/','/')-1 ) = j.empno(+)
    order by nvl(parent_level,0),nvl(descendant_level,0),DESCENDANT_order
    I searched OTN and found the following document:-
    http://blogs.oracle.com/warehousebuilder/newsItems/viewFullItem$10
    I tried all the 3 variations of the expression below in my FILTER condition.
    CONNECT BY INOUTGRP1.MGR = PRIOR INOUTGRP1.EMPNO
    CONNECT BY INOUTGRP1.MGR = PRIOR INOUTGRP1.EMPNO START WITH INOUTGRP1.ENAME = 'KING'
    START WITH INOUTGRP1.ENAME = 'KING' CONNECT BY INOUTGRP1.MGR = PRIOR INOUTGRP1.EMPNO
    When I tried to validate each of the above expression, it came back with the following error:-
    'ORA-00936 missing expression' error.
    Hope someone can help me with the above or better still have done the above and can sent me an MDL export file.
    Thanks in advance.
    Regards
    Rudy

    Hi Carsten,
    Thanks for your help.
    Oracle Support provide me the solution. I have to do the following:-
    1. Set the mapping's "Default Operating Mode" and "Generation Mode" to 'Set Based'
    2. Changed the Filter condition to "CONNECT BY PRIOR INOUTGRP1.EMPNO = INOUTGRP1.MGR"
    You right, the Filter condition still produce an error 'ORA-00936 - missing expression' when I tried to 'Validate', but it deployed and executed successfully.
    Again thanks for your help.
    Regards
    Rudy

  • Please Help With This Survey For My Master Thesis

    Hi all,
    I am presently conducting an educational research survey about data quality in SAP XI/PI systems as part of my master thesis. Please take a few minutes to answer the questions.  Partially given answers to the questions will help me as well. Your participation would be greatly appreciated.
    Link: [https://www.surveymonkey.com/s/6VR8GQL|https://www.surveymonkey.com/s/6VR8GQL]
    As it consists of only two pages it should take only a few minutes to complete.
    Thank you for your help.
    Kind regards,
    Sebastian Grunow

    > I am presently conducting an educational research survey about data quality in SAP XI/PI systems as part of my master thesis.
    Have you thought about the quality of the answers that you get?

  • PLEASE HELP with publishing video for youtube use while on trial!

    I have the 30 day trial of adobe premiere pro and i just finished a project i have been working on for a long time of me singing with multiple videos playing at once. i would like to know how i can save the video to put onto my youtube page. i need to know as soon as possible! can anyone help me?

    These videos show the use of the YouTube H.264 preset that shooternz mentioned, as well as other crucial aspects of exporting:
    http://www.video2brain.com/en/videos-4001.htm
    http://www.video2brain.com/en/videos-3781.htm

  • Please help with ENGLISH names for extd details

    Please can anyone with an ENGLISH OS (en-xx, Sub langID should all be the same ?? i guess) run the following lines and post the result.
    tab = Text.GetCharacter(9)
    tmpFile = File.GetTemporaryFilePath()
    allDetails = LDShell.AllDetails
    nDetails = Array.GetItemCount(allDetails)
    ' TextWindow.WriteLine(allDetails)
    'Goto End '
    For n = 1 To nDetails
    File.WriteLine(tmpFile, n, n-2 +tab+ allDetails[n-2])
    'File.WriteLine(tmpFile, n, allDetails[n-2])
    EndFor
    File.WriteLine(tmpFile, n+1, tab)
    File.WriteLine(tmpFile, n+2, "sum:" +tab+ nDetails)
    LDProcess.Start("notepad.exe", tmpFile)
    End:
    Needs LitDev extension and will return a long list like this one in german (Win7 SP1):
    -1    Infotip
    0    Name
    1    Größe
    2    Elementtyp
    3    Änderungsdatum
    4    Erstelldatum
    5    Letzter Zugriff
    6    Attribute
    7    Offlinestatus
    8    Offline verfügbar
    9    Erkannter Typ
    10    Besitzer
    11    Art
    12    Aufnahmedatum
    13    Mitwirkende Interpreten
    14    Album
    282    Datenrate
    283    Bildhöhe
    284    Einzelbildrate
    285    Bildbreite
    286    Gesamtbitrate
    I would need the ENGLISH (original) detail names for
    Win7 and up, if there are more then 286 (288) extended details available or other details on newer Win8, Win8SP1 and/or Win10.
    The only old overview in englsh i could find was on
    Get Extended File Properties (kixtart) and this is incomplete (or incorrect) too. Seems the latest there is from Win7 (noSP ??)
    The list is rather long ~300 lines, so if it's too long to post, maybe try an ID, an upload anywhere or pastebin.com.
    Thanks

    Windows 7 Professional SP 1
    -1 Infotip
    0 Name
    1 Size
    2 Item type
    3 Date modified
    4 Date created
    5 Date accessed
    6 Attributes
    7 Offline status
    8 Offline availability
    9 Perceived type
    10 Owner
    11 Kind
    12 Date taken
    13 Contributing artists
    14 Album
    15 Year
    16 Genre
    17 Conductors
    18 Tags
    19 Rating
    20 Authors
    21 Title
    22 Subject
    23 Categories
    24 Comments
    25 Copyright
    26 #
    27 Length
    28 Bit rate
    29 Protected
    30 Camera model
    31 Dimensions
    32 Camera maker
    33 Company
    34 File description
    35 Program name
    36 Duration
    37 Is online
    38 Is recurring
    39 Location
    40 Optional attendee addresses
    41 Optional attendees
    42 Organizer address
    43 Organizer name
    44 Reminder time
    45 Required attendee addresses
    46 Required attendees
    47 Resources
    48 Meeting status
    49 Free/busy status
    50 Total size
    51 Account name
    52 Task status
    53 Computer
    54 Anniversary
    55 Assistant's name
    56 Assistant's phone
    57 Birthday
    58 Business address
    59 Business city
    60 Business country/region
    61 Business P.O. box
    62 Business postal code
    63 Business state or province
    64 Business street
    65 Business fax
    66 Business home page
    67 Business phone
    68 Callback number
    69 Car phone
    70 Children
    71 Company main phone
    72 Department
    73 E-mail address
    74 E-mail2
    75 E-mail3
    76 E-mail list
    77 E-mail display name
    78 File as
    79 First name
    80 Full name
    81 Gender
    82 Given name
    83 Hobbies
    84 Home address
    85 Home city
    86 Home country/region
    87 Home P.O. box
    88 Home postal code
    89 Home state or province
    90 Home street
    91 Home fax
    92 Home phone
    93 IM addresses
    94 Initials
    95 Job title
    96 Label
    97 Last name
    98 Mailing address
    99 Middle name
    100 Cell phone
    101 Nickname
    102 Office location
    103 Other address
    104 Other city
    105 Other country/region
    106 Other P.O. box
    107 Other postal code
    108 Other state or province
    109 Other street
    110 Pager
    111 Personal title
    112 City
    113 Country/region
    114 P.O. box
    115 Postal code
    116 State or province
    117 Street
    118 Primary e-mail
    119 Primary phone
    120 Profession
    121 Spouse/Partner
    122 Suffix
    123 TTY/TTD phone
    124 Telex
    125 Webpage
    126 Content status
    127 Content type
    128 Date acquired
    129 Date archived
    130 Date completed
    131 Device category
    132 Connected
    133 Discovery method
    134 Friendly name
    135 Local computer
    136 Manufacturer
    137 Model
    138 Paired
    139 Classification
    140 Status
    141 Client ID
    142 Contributors
    143 Content created
    144 Last printed
    145 Date last saved
    146 Division
    147 Document ID
    148 Pages
    149 Slides
    150 Total editing time
    151 Word count
    152 Due date
    153 End date
    154 File count
    155 Filename
    156 File version
    157 Flag color
    158 Flag status
    159 Space free
    160 Bit depth
    161 Horizontal resolution
    162 Width
    163 Vertical resolution
    164 Height
    165 Importance
    166 Is attachment
    167 Is deleted
    168 Encryption status
    169 Has flag
    170 Is completed
    171 Incomplete
    172 Read status
    173 Shared
    174 Creators
    175 Date
    176 Folder name
    177 Folder path
    178 Folder
    179 Participants
    180 Path
    181 By location
    182 Type
    183 Contact names
    184 Entry type
    185 Language
    186 Date visited
    187 Description
    188 Link status
    189 Link target
    190 URL
    191 Media created
    192 Date released
    193 Encoded by
    194 Producers
    195 Publisher
    196 Subtitle
    197 User web URL
    198 Writers
    199 Attachments
    200 Bcc addresses
    201 Bcc
    202 Cc addresses
    203 Cc
    204 Conversation ID
    205 Date received
    206 Date sent
    207 From addresses
    208 From
    209 Has attachments
    210 Sender address
    211 Sender name
    212 Store
    213 To addresses
    214 To do title
    215 To
    216 Mileage
    217 Album artist
    218 Album ID
    219 Beats-per-minute
    220 Composers
    221 Initial key
    222 Part of a compilation
    223 Mood
    224 Part of set
    225 Period
    226 Color
    227 Parental rating
    228 Parental rating reason
    229 Space used
    230 EXIF version
    231 Event
    232 Exposure bias
    233 Exposure program
    234 Exposure time
    235 F-stop
    236 Flash mode
    237 Focal length
    238 35mm focal length
    239 ISO speed
    240 Lens maker
    241 Lens model
    242 Light source
    243 Max aperture
    244 Metering mode
    245 Orientation
    246 People
    247 Program mode
    248 Saturation
    249 Subject distance
    250 White balance
    251 Priority
    252 Project
    253 Channel number
    254 Episode name
    255 Closed captioning
    256 Rerun
    257 SAP
    258 Broadcast date
    259 Program description
    260 Recording time
    261 Station call sign
    262 Station name
    263 Summary
    264 Snippets
    265 Auto summary
    266 Search ranking
    267 Sensitivity
    268 Shared with
    269 Sharing status
    270 Product name
    271 Product version
    272 Support link
    273 Source
    274 Start date
    275 Billing information
    276 Complete
    277 Task owner
    278 Total file size
    279 Legal trademarks
    280 Video compression
    281 Directors
    282 Data rate
    283 Frame height
    284 Frame rate
    285 Frame width
    286 Total bitrate
    sum: 288

  • Please, help with Incremental Update for Linearized document.

    Hi, here is my problem.
    I'm working in my own annotation app. It incrementally updates pdfs. Works fine with most of the pdfs.
    But i've found couple of pdfs, that was being corrupted after updating.
    Here goes more details:
    Single page-linearized pdf: when i've looked into pdf source, i found that page object has /Parent key which referencing to non-existing object. Normally, as i understand /Parent for page object is /Type /Pages objects with /Kids /Count etc.
    12 0 obj
    <</ArtBox[26 0 585.999 792]/BleedBox[26 0 586 792]/Contents[14 0 R 15 0 R 16 0 R 17 0 R 18 0 R 19 0 R 20 0 R 21 0 R]/CropBox[0 0 612 792]/MediaBox[0 0 612 792]/Parent 8 0 R/Resources 37 0 R/Rotate 0/TrimBox[26 0 586 792]/Type/Page>>
    endobj
    Parent 8 0 R - Is missing
    But all pdf viewers are ok with that.
    So, this pdf has two Xref tables:
    36 0 obj
    <</DecodeParms<</Columns 4/Predictor 12>>/Filter/FlateDecode/ID[<2C9B406A12A771465F8FE0D6A4DC67ED><9B829DD8BDB09849A00CA5D75E7 5CDF4>]/Index[10 54]/Info 9 0 R/Length 114/Prev 66739/Root 11 0 R/Size 64/Type/XRef/W[1 2 1]>>stream....
    and Second one at the end of file.
    5 0 obj
    <</DecodeParms<</Columns 5/Predictor 12>>/Filter/FlateDecode/ID[<2C9B406A12A771465F8FE0D6A4DC67ED><9B829DD8BDB09849A00CA5D75E7 5CDF4>]/Info 9 0 R/Length 51/Root 11 0 R/Size 10/Type/XRef/W[1 3 1]>>stream
    Linearized dict:
    10 0 obj
    <</Linearized 1/L 67043/O 12/E 48239/N 1/T 66738/H [ 534 185]>>
    endobj
    /T 66738 points to Xref table in 5 0 obj's stream
    Now, when my annotation is stored: i'm adding the following object to the end of file:
    8 0 obj <</Type /Pages/Count 1/Kids [ 12 0 R ]>>
    endobj
    I've create the missing 8 0 obj with Kids and /Count 1
    12 0 obj<</Type /Page/Annots [ 65 0 R ]/ArtBox [ 26 0 585.999 792 ]/BleedBox [ 26 0 586 792 ]/Contents [ 14 0 R 15 0 R 16 0 R 17 0 R 18 0 R 19 0 R 20 0 R 21 0 R ]
    /CropBox [ 0 0 612 792 ]/MediaBox [ 0 0 612 792 ]/Parent 8 0 R/Resources 37 0 R/Rotate 0/TrimBox [ 26 0 586 792 ]>>
    endobj
    it's page objects with new Reference to Annotation object which is:
    65 0 obj<</Type /Annot/Contents (Test 2)/M (D:20120507172231+03'00')/Open true/P 12 0 R/Rect [ 0 0 100.000 100.000 ]/Subtype /Text/T(Test 1)>>
    endobj
    then goes my xref table
    xref
    8 1
    0000067045 00000 n
    0000067189 00000 n
    0000067591 00000 n
    trailer
    <<
    /ID [ <FE1185EC7443D19473E8A4A1569A1CB2> <FE1185EC7443D19473E8A4A1569A1CB2> ]
    /Info 64 0 R
    /Prev 66739
    /Root 11 0 R
    /Size 69
    >>
    startxref
    67760
    %%EOF
    And this totally broks my PDF.
    Questing: /Prev in my trailer should point ot 5 0 obj or 36 0 obj?

    Ok, thanks, and /Pref in my trailer should point to which xref? 5 0 (and the end of the original file) or 36 0 at the beginning?

  • Please help with a website for job apllication. I did not have this problem before updating to new firefox!

    I am applying for positions through lake county reg. off. ed. I can get on website but when I actually apply for jobs it does not go the correct page. This was not an issue before getting the new firefox

    I do not have a solution, just the same complaint.  ***!  !    I just used the iTunes store 2 weeks ago and now, after reviewing everything they asked for including ID/Pass/ Account Info etc.  I can't even get into the store.  I have tried asking at the Mac store and it has all been to no avail.  I was perfectly happy with iTunes before all of this ********... seriously what is the issue with iTunes?  They ask me to upload a new version (with no system specs anywhere that I can find on the page)  and then say it can't utilized because of system inadequacy.  It is exceedingly frustrating.

  • Welcome. At the outset, I'm sorry for my English :) Please help with configuration Photoshop CS6 appearance. How to disable the background of the program so you can see the desktop. (same menus and tools) Chiałbym to be the same effect as CS5.

    Welcome.
    At the outset, I'm sorry for my English
    Please help with configuration Photoshop CS6 appearance.
    How to disable the background of the program so you can see the desktop. (same menus and tools)
    i wantto be the same effect as CS5.

    Please try turning off
    Window > Application Frame

  • HT3209 Purchased DVD in US for Cdn viewing. Digital download will not work in Cda or US? please help with new Digital code that will work

    Purchased DVD in US for Cdn viewing. Digital download will not work in Cda or US? please help with new Digital code that will work

    You will need to contact the movie studio that produced the DVD and ask if they can issue you a new code valid for Canada. Apple cannot help you, and everyone here in these forums is just a fellow user.
    Regards.

  • Dear Apple,please help me.the glitch and lags on games made me sad beause i am too love with my 4s. Why iOS 7 really made me sad...please help me.im beg for you.

    Dear Apple,please help me.the glitch and lags on games made me sad beause i am too love with my 4s. Why iOS 7 really made me sad...please help me.im beg for you.

    www.apple.com/feedback/iphone.html
    No one from Apple is listening on these forums.

  • Need help with correction inscript for duplication on regular basis

    Hi,
    I am using Oracle 10.2.0.4 on Win 2008 R2. We have Archive mode enabled and no rman catalog is used. I have a requirement where i have to duplicate prod sevrer on regular basis to development server.
    I have created few batch files so that the entire process in automated. Stored all the scripts in c:\script\clone\ directory.+
    I have taken the backup copy of password and spfile from prod server and copied to the development server in same location.
    These are the scripts i run in order:
    *1_clone.bat*
    set ORACLE_SID=orcl
    sqlplus / as sysdba @c:\script\clone\2_test.bat
    *2_test.bat*
    shutdown immediate
    startup nomount
    host rman target sys/oracle@live nocatalog auxiliary / @c:\script\clone\3_rman.rcv
    *3_rman.rcv*
    run {
    allocate auxiliary channel d1 type disk;
    duplicate target database to ORCL NOFILENAMECHECK;
    exit
    When the duplication process in about to finish, i get below error:
    contents of memory script:
    shutdown clone;
    startup clone nomount;
    executing Memory Script
    RMAN-03002: failure of duplicate DB command at 07/31/2012 08:02:21
    RMAN-03015: error occured in stored script memory script
    RMAN-06136: Oracle error from auxiliary database: ORA-01013: user requested cancel of current operation
    Recovery Manager complete
    SQL>
    When i press exit, this window closes and i can run the alter database open resetlogs;+ command from a new sql prompt. I check online and some suggest there might be a window open with system user connected. Please suggest any changes in the script.
    Best Regards,

    Hello;
    Having another session with system user will cause rman to throw this error. For example another session used to start up database in nomount mode still being active.
    Duriing the cloning process the rman session needs to be exclusively connected to the auxiliary instance (no other session are allowed).
    Duplicate post
    request for help with rman cloning script
    Best Regards
    mseberg
    Edited by: mseberg on Jul 31, 2012 5:02 AM

Maybe you are looking for