How to create a RMAN channel (remote host)

Hi Folks
I am trying to duplicate a DB with RMAN, but when I run in the box2(aux)
$ rman target sys/oracle@stdp auxiliary /
(stdp is my target)
RMAN>duplicate target database to basedos;
(basedos is my aux)
the follow error message is displayed:
channel ORA_AUX_DISK_1: reading from backup piece +GRUPO01/stdp/backupset/2006_04_23/nnndf0_tag20060423t130319_0.268.588517401
ORA-19870: error reading backup piece +GRUPO01/stdp/backupset/2006_04_23/nnndf0_tag20060423t130319_0.268.588517401
ORA-19505: failed to identify file "+GRUPO01/stdp/backupset/2006_04_23/nnndf0_tag20060423t130319_0.268.588517401"
ORA-17503: ksfdopn:2 Failed to open file +GRUPO01/stdp/backupset/2006_04_23/nnndf0_tag20060423t130319_0.268.588517401
The +GRUPO01/stdp/backupset/2006_04_23/nnndf0_tag20060423t130319_0.268.588517401 is in box1(target), how to create a channel in the box2 that reference this backup piece or need aditional permissions or grants?
Thanks for your responses?

RMAN needs access to the backup sets. You can try:
- running RMAN on the target machine whilst still duplicating to the auxilliary box;
- copying/mounting your backup sets to the same path on the auxilliary box;
- copying/mounting your backup sets to a different path on the auxilliary box and registering in RMAN;
Details on versions, O/S, backup locations, channel specs would help.

Similar Messages

  • How to create multiple physical channels using DAQmx?

    Hi, I am new to Labview.
    Can anyone please help me on how to create multiple physical channels? I am following the LabVIEW examples in the NI example finder but they are only for acquiring signals from one channel.
    Actually, I am using the channels of an SCXI 1520 to measure voltage signals. And one more thing, in the NI Example Finder, they are sample codes there for setting the filter in SCXI 114x.
    Will this example work with an SCXI 1520, too?
    Thanks!

    There are many ways to read multiple channels in LabVIEW. First, if you look at that example that lets you set the filter setting on the 114x and you click on the 'Physical Channel Listbox' then click 'Browse' you can see that you can select multiple channels. After you select the channels and hit 'Ok' it will build a multiple channel string. This is one way to read multiple channels.
    Next, you can create a 'Task' in Measurement and Automation Explorer(MAX). When you create this task select all the channels that you need to read then back in LabVIEW simply select a 'DAQmx Task Name Constant' Select the task you just created and wire that to an Input of your first DAQ VI. If you do this you do not need to have a 'DAQmx Create Physical Channel' VI or create
    Task because it is already created in MAX.
    When looking at example VIs you can tell if a multi-channel read is acceptable by looking at the 'DAQmx Read' and if it says NChan that means it will do a multichannel read. There are tons of example programs that will display the multichannel read capabilities.
    This example may not work for the 1520 because the properties that are set could possibly be specific to the 142x. When using the 1520 though it is very likely that the properties will be very similar if not exact. You will simply put a DAQmx Channel property node on your block diagram and then look for the Lowpass filter settings properties that will most likely be in the same location. Now another way todo this without using a property node would be in MAX when you create a task set the filter settings from the Device tab in the task configure window.
    Let me know if you need anymore help with reguards to this issue! Have a great day!
    Allan S.
    National Instrument
    s
    Applications Engineering

  • How to create a new channel for a role or an organization using API

    Hi all,
    I tryed to create a new channel using the method createChannel(...)+ in the class ContainerProviderContext+ of the package com.sun.portal.providers.context+ and everything is fine. The channel is created under the display profile of the authenticated user who asked for the new channel.
    But I'd like to create new channels for other users/roles/organizations. Does anybody know how to do that???
    Thanks in advance.

    Hi Juan,
    Yes you can use JDBC adapter to integrate with DB2 but you need to deploy the DB2 drivers.
    Possible options to integrate with DB2 are :
    We can integrate DB2 system with XI using different methods :
    a)For batch mode we can work with standard file adapter of XI
    b)Install MQ Series and use JMS Adaptersto send and receive messages with DB2
    c)Use the JDBC Adapters to directly write to the DB2 Database.These is for
      incoming interfaces
    d) Third Party Adapters provided by iway can also be utilized ,but it requires a separate license
    regards
    Gangaprasad

  • How to display a file on remote host?

    Hi, All,
    I want to know how to display a text file on a remote host on APEX.
    In my APEX application, I call a OS command which execute a shell script on a remote host. The shell script will run for 5mins, and send out its running status on the remote host every 10 seconds.
    For APEX application, I want to display the output file on the remote host, and refresh the screen every 10 seconds. So the user can get the running status while the shell script is running.
    Thanks in advance for any advice.
    Sharon.Ni

    I call a OS command which execute a shell script on a remote hostI am assuming that you are using a Java wrapper to execute the OS script.
    <li>If so add another script that 'echo's or displays(cat) the file content in your OS
    <li> Add another java wrapper that runs the script (PLSQL OS COMMAND library can return the unix output of a script to PLSQL and is feature rich)
    <li> Have a PLSQL ondemand process that runs the Java code that returns the file content_(it can even return a clob) to JS ( using htp.p).
    <li> In the page have a timer JS which calls the Ondemadn process and put the content into an HTML div(eg by using html() function) with the Ondemand processes return string.

  • How to send the mail to remote host

    I'm using sendmail as my default SMTP service, but when I was sending the mail to remote host, I got error from /var/log/syslog:
    Feb 22 15:44:24 hostname sendmail[897]: [ID 801593 mail.info] g1M7fW800840: to=<[email protected]>, ctladdr=<user@hostname> (0/1), delay=00:02:18, xdelay=00:00:00, mailer=esmtp, pri=300344, relay=relay.us.mailserver.net. [200.100.100.1], dsn=4.0.0, stat=Deferred: Cannot assign requested address
    How can I solve this problem?

    Hi,
    please enter the tcode SBWP click on new message then enter the subject and description.
    enter email id and select type as  internet address or external address then click on send button.
    Regards,
    Arti

  • How to create managed server in remote machine ?

    Hi,
    I have a cluster. It has 2 managed servers
    one managed server runs on machine A
    I want to run another managed server on machine B
    How do i do that.
    I have weblogic installed on both machines A and B
    Problem:
    a.) how to create domain in machine B ? should i use pack/unpack commands or can i create a new domain from scratch in the machine B ?
    Machine A has the domain directory created. Machine A also has admin server
    b.) if i create a domian from scratch in machine B, then how does synchroniziation happens ?
    say in machine A ( initially where the domain is created ). I add some entries in setDomainenv.sh, how will it reflect in machine B ?
    Regards,
    Harsha

    There are many ways to achieve this, this is one of the method that might help you get started...
    http://download.oracle.com/docs/cd/E12839_01/web.1111/e14144/toc.htm
    Hope this helps.
    .raja

  • How to "Create New RSS Channel" in GroupSpace.

    I try to create new rss channel following groupspace document( http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/groupspace/index.html ).
    but it have some error "Failed to add RSS channel. Be sure this URL returns valid RSS output.".
    I put "http://rss.news.yahoo.com/rss/oddlyenough" in input box follow the document.
    I missing some information except the document?
    Thank you .
    Ron.

    use the standard java system properties (either through command line or code)
    http.proxyHost,http.proxyPort,
    http.proxyUser,http.proxyPassword - If your proxy needs authentications
    regards
    deepak

  • How to create new MTA channels for redirecting mail.

    I have to forward a mail to faxserver.Faxserver has its own mail id on messaging server.When I send a mail to a user on my messaging server it should automatically be forwarded to faxserver user account.For that I need to make a new rule and channel.Please suggest me the way of writing rule/channel with an example.

    "Faxserver has its own mail id on messaging server" What messaging server? The iMS machine, right? In which case then no you do not need a new channel.
    The mail will be accepted, and once the final address is determined then the final domain and the rewrite rules will determine just what channel this message will leave via. It'll be either tcp_intranet or tcp_local is my guess.
    As for creating a new channel. The manuals should have some examples of that. You could always use an existing one as an example. If you search through things that I've said on this site you'll find examples.

  • How to create and access a Virtual Host on the J2EE WAS?

    Hello, I have searched through the Forums and help.sap.com and found a lot of information on how to set up a Virtual Host on the J2EE server but am having issues with it working.
    The goal is to provide a simple virtual host on the J2EE Portal server to host some static image and HTML files. Previously I had stored these files in the standard publicly accessible SAP J2EE folder location /usr/sap/<SID>/JCxx/j2ee/cluster/serverx/apps/sap.com/com.sap.engine.docs.examples/servlet_jsp/_default/root/. This location is resolved to when using the URL <host>:50000 for example.
    The main issue here is that during Portal support pack applications this folder gets wiped out and we have to remember to save off any custom files and folders in this location and replace them.
    I would like to create a virtual host to store these static files (i.e., branding-image.jpg, etc...).
    I have run through the process of creating the virtual host both using Visual Administrator and <host>:50000/nwa but am not able to get the virtual host name to resolve properly.
    The following are the steps that I have taken. Let's assume the standard SAP portal (i.e., xSS, etc...) is running properly on <host>:50000.
    1. create virtual host via Visual Administrator/NWA called 'sapwebserver1' by using the Create Host option (takes on the attributes of the 'default' standard virtual host)
    2. change the root directory for this virtual server to a custom folder at E:/tmp/mimes (where E:/usr is where the J2EE files are all installed), no start files were set up and nothing else was changed in the new virtual host record, no permissions were changed on the /tmp/mimes folder from whatever the default Windows user permissions are normally set, I am using a local Windows  administrator account but I have not seen any reference in the help files or the examples that indicate that any specific permissions updates need to be made on the virtual host root folder
    3. restarted the J2EE server as well as the HTTP Provider service
    4. before updating the company DNS, I wanted to test this locally on the server and so have updated the server's local HOSTS file with a <host IP address>   sapwebserver1 entry
    5. from that server I can ping the sapwebserver1 virtual host name and it resolves properly to the machine's physical IP address
    According to all of the documentation and examples I have seen I should now be able to (from that server) launch a browser and access the static files in the virtual host by referring to http://sapwebserver1:50000/branding-image.jpg for example. This is not working and the browser just brings up a Cannot display the web page error in IE. By referring to the virtual host name sapwebserver1:50000 it's supposed to hit the J2EE server and based on the host name sapwebserver1 realize that it should resolve to the root directory E:/tmp/mimes. This is not happening. Just as a test I have created a copy of the 'default' virtual host and called it sapwebserver2, updated the local HOSTS file for this entry, and tried to see if that would work like the 'default' host. My expectation was that http://sapwebserver2:50000 would behave the same was as http://<host>:50000 but it too fails to resolve just like the sapwebserver1 virtual host refernce.
    Would anyone happen to have any pointers on what to do next? I just want a simple virtual host to be able to serve up some static images and files.
    Thanks for any insight or assistance you might be able to provide here.
    Graham

    This defeats the purpose of trying to centralize SAP-related web resources on the SAP server. Typically IIS/Apache or other non-SAP servers are under the control of IT and not the SAP BASIS group.
    We simply would like to have a centralized location to store static web files so that they are not overwritten during Portal support pack applications.

  • How to Create HyperV VM's remotely

    Hi,
    I have the following code typed in a remote windows 8 machine and trying to create a VM on my HyperV server.
    $CLI1 = "Windows7"
    $CRAM = 1GB
    $CLI1VHD = 20GB
    $VMLOC = "\\HypervSRV\c$\Vms\VM1"
    $NetworkSwitch1 = "vswitch"
    $W7ISO = "\\hypervsrv\c$\ISO\windows7.ISO"
    Invoke-command -computername HypervSRV -scriptblock {New-VM -Name $CLI1 -Path $VMLOC -MemoryStartupBytes $CRAM -NewVHDPath $VMLOC\$CLI1.vhdx -NewVHDSizeBytes $CLI1VHD -SwitchName $NetworkSwitch1}
    But this command does not work
    Please help.
    Thanks,
    Shamir

    Hi Shamir,
    Also please refer to following article regarding how to run powershell command remotely :
    http://blogs.technet.com/b/heyscriptingguy/archive/2010/11/16/enable-powershell-remoting-to-enable-running-commands.aspx
    I suggest you to use enter-pssession to run the script you posted .
    Best Regards,
    Elton Ji
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected] .

  • How to create a portlet through the hosted portal service?

    Hi!
    I'm currently working with Release 2, Portal Version 9.0.2.2.14.
    I read that it is possible to create a portlet (eg. survey portlet) through the hosted portal serviced (portal.oracle.com). How can I do this?

    The easiest way to provide search on just pages (not content areas) would be to crawl portal pages just like static pages. We have search partners on http://portalcatalog.oracle.com/ that can help you w/ this.

  • How to create seperate color channel for print of illustrator document

    Hi,
    I need to print a document with partial UV-spots, and cannot figure out how to make my Illustrator document ready for print!
    The online print center guides me to:
    create a 'seperate print channel' for the specific elements in my document i want covered, with either a '5th color or a special color' set for 'over-print and 100% color'.
    Can anyone help?
    Thank you!

    Draw the spots you want to use and fill them with a spot color.

  • MAX: how to create a Calculated Channel based on two physical channels?

    Good morning,
    I need to configure some tasks in MAX with Virtual Channels that are calculations based on physical channels. I saw this article : http://digital.ni.com/public.nsf/allkb/1BFCE6FAD5B3944986256D67006DF7EC but cannot see the equivalent in the newest versions of MAX (V5.1).
    As an example I am already acquiring the physical channels Ch1 and Ch2 and I want to build a virtual channel Ch3=E+(A.Ch1+B)/(C.Ch2+D). A,B,C,D,E are constant values. I would then like to integrate Ch3 in a task together with other physical channels that I am acquiring.
    Could you direct me to this function?
    Thanks for your answer.
    Christophe

    Hello Christophe,
    With the newer versions of NI DAQmx and NI MAX there was a choice made to go from the relatively limited VI Logger options to a more extensive form of configurable applications.
    For this purpose (and others) NI Signal Express was created, which allows you to configure applications with a limited amount of programming.
    To do similar (and more things) then you were used to do with VI Logger you can use NI SignalExpress
    http://www.ni.com/white-paper/5825/en/
    http://www.ni.com/white-paper/5827/en/
    This specific VI logger functionality for the creation of ""virtual channels" (step 5 to 10) through VI Logger Tasks (directly from inside NI MAX) however does no longer exist.
    This also more clearly seperates your Configuration Tools (like NI MAX) from your actual applications made with LabVIEW or SignalExpress.
    Would using NI SignalExpress be an option for you?
    Kind Regards,
    Thierry C - Applications Engineering Specialist Northern European Region - National Instruments
    CLD, CTA
    If someone helped you, let them know. Mark as solved and/or give a kudo.

  • How to create a Lab channels substitute in FW CS4 or PSE 7

    I'd like create Lab channels substitute or something similar in Fireworks or PSE for more accurate photo retouching.
    I mean noise reduction, sharpening and special cases of isolation. All images will be intended for web publications.
    If possible I don't want to buy PS since I have acccess to FW and PSE.

    This has nothing to do with color management, you'd be better off posting in the Fireworks forum.

  • How to Create Process Chain for Remote Cube.

    Hi,
              I created Remote info cube, data from ECC, loaded Successfully, I want to create Process Chain for Reomte Cube, Please Help me.
    Thanks,
    Nandish Gowda

    Hi Nandish,
    After initialization, th next delta will come as per your delta nature, if it is 0calday: Then your next delta will come tomorrow only.
    If you are able to 7 records in RSA3, why not in PSA( Why it's only 5 records). Analyze this closely.
    Sometimes, RSA3 exactly doesn't match with PSA because, RSA3 works on update mode F.
    Regards,
    Suman

Maybe you are looking for

  • Win 7 dual boot with SafeBoot encryption halfway there!

    EDIT: Sorry for changing the title. It used to be Need those knowledgeable with Windows (esp. 7) for dual boot input, but I had some success and didn't want to start a whole new post. See the last comment for the update! Hi, Disclaimer: please don't

  • 3D bar graph: issues using 2D Y-Z plane and timestamp

    Hi, I'm having issues trying to plot a multiplot 3D bar graph using view towards Y-Z plane property (3D plot properties/View direction). This makes the 3D graph basically look like 2D. Bar graph looks quite ok when it is drawn without y vector (times

  • Segment wise balance sheet

    Hi All, We are into SAP 6 version in IS retail. We are not getting segment wise balance sheet report. we have done the following Document splitting is active. Profit Centers is assigned to Cost centers Segements are assigned to profit Centers unable

  • Get currently opened file in code editor

    Hi, I am writing an extension for Oracle Jdeveloper. I have created a view and now I need to access the currently opened file in the code editor. However, all I get is the context of my own view: Context.newIdeContext(this); But how can I get the Cod

  • How to generate Process chain status reports

    Hi Friends, I have a requirement to capture process chains runtime on a daily basis. I know we can get this in RSPCM, however my requirement is to automate this as a report. This report should be automatically generated daily and e-mail has to be sen