RMAN on another server

Hello

I have a server Oracle 10 g on a server called 'A' and I installed the Oracle client on a server called 'B '.
I want to backup my database using the rman on the 'B' Server client and put the backups on the server 'B '.
Is this possible?
and how?

I get this error when I try
channel ORA_DISK_1: starting total from 1 to 30 - SEP-08
RMAN-00571: ===========================================================
RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
RMAN-00571: ===========================================================
RMAN-03009: failure of the backup command on the channel ORA_DISK_1 at 2008-09-30 16:44:23
ORA-19504: cannot create the file ' / data/backups/database / POS / 9ajrtcn5_1_1.
ORA-27040: create file error, cannot create the file
Linux-x86_64 error: 2: no such file or directory

He is looking for the directory on my database server.

Take the rman backup of A server A and then copy/move it to B.

And for the error the path exist?

Tags: Database

Similar Questions

  • Restore the RMAN backup on another server

    Hello

    ENV: Oracle 10 g 2 64 bit, RHEL 5.8 64 bit on ASM, Database size = ~ 1.3 to

    Backup RMAN of PROD will FRA and then backed up to tape. I have limited access to the PROD because it is maintained by 3rd party.

    My client is planning to move this database on their own datacenter (from the 3rd party data center). For test purposes, I asked DBA of 3rd party to provide us with an export of drawings required data pump. Export takes about 8 hours, and the import takes the same time to the new location. To copy the files exported to new locations takes another few hours (over the network). The total size of the dump file is around 500 GB. Thus, a whole cycle of Export-Import-copy takes about ~ 20 + Hrs.

    I want to try another option to reduce the time required for the updating of the database of PROD and which is "use RMAN backup of PROD ' and restore it on the data center server. RMAN full backup takes ~ 4hrs PROD and the restoration should be at the same time (new server has better and faster HW, storage with a SSD). I found this thread very useful on the Oracle Forms on this topic:

    Restore backup RMAN on another server

    This thread contains very good example for a restoration of database on the file system.

    I have a bit of confusion because my database uses ASM. The default location of the backups in PROD is FRA (on ASM == > db_recovery_file_dest = + FRA ). If I understand correctly, the RMAN backup must be in the same place where he was on the PROD Server - i.e. the diskgroup FRA.

    If I get a copy of the part 3 RMAN backup, how would I copy on FRA?

    OR can / should I just change the init parameter "db_recovery_file_dest" on the new server to point to the file system directory where the backup (say "/ ora_backup") and RMAN will pick up and restore the database?

    Please advise!

    Best regards

    You can restore the backup files to any location, then you must configure the channel using the "CONFIGURE CHANNEL device type disk format 'new location ';

    This thread will help

    Restore from a different location from the original location of RMAN backup

  • Cloning of a database to another server.

    Hi all

    11.2.0.3

    I want to clone or reproduce our PROD database to another server, which is not on the same network, which means that I can't use rman duplicate.

    I use only the backup rman which are shipped to the server target using flashdisk.

    Can you share me docs on how to clone a database using rman backup?

    I tried Google, but I especially find is RMAN duplicate which is not viable in my situation.

    Thanks to all in advance.

    pK

    Hello

    procedure to clone the database restore/recovery of RMAN is same in 10g and 11g.

    Kind regards

    Renu

  • the database error duplicate from one server to another server

    Hello

    I'm practicing duplicate database to a single database server to another server. Path material and pilot on 2 machines is the same. Here are my steps:
    -Clone site:
    1 change the listener.ora with content:
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain) (PORT = 1521))
    )
    )

    ADR_BASE_LISTENER = / u01/app/oracle
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = orcl)
    (ORACLE_HOME = u01/app/oracle/product/11.2.0/db_1)
    (SID_NAME = orcl)
    )
    )
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER = WE
    2. stop and start receiving once again, show message as:
    Service "orcl" has 1 instance (s).
    Instance "orcl", status UNKNOWN, has 1 operation for this service...

    The command completed successfully
    3. create pfile from spfile file.
    4. stop and startup nomount with pfile is new pfile create in step 3.
    --------------------------------------- Source site
    1 edit tnsnames.ora with content like:
    VVCOREDB =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain) (PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = vvcoredb)
    )
    )

    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST = 10.254.1.235) (PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    )
    )
    2 run the command of rman like these:
    RMAN > Connect target sys@vvcoredb
    RMAN > target password database:
    RMAN > Connect auxiliary sys@orcl
    RMAN > database auxiliary password:
    RMAN > DUPLICATE TARGET DATABASE for database orcl active spfile nofilenamecheck.

    Then the result show below:
    From Db double to 24-SEP-12
    using the control file of the target instead of recovery catalog database
    allocated channel: ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: SID = 63 type device = DISK

    content of Script memory:
    {
    backup that copy reuse
    TargetFile ' / u01/app/oracle/product/11.2.0/db_1/dbs/spfilevvcoredb.ora' auxiliary format
    ' / u01/app/oracle/product/11.2.0/db_1/dbs/spfileorcl.ora';
    clone of SQL 'alter system set spfile = "/u01/app/oracle/product/11.2.0/db_1/dbs/spfileorcl.ora";
    }
    execution of Script memory

    Backup to starting 24-SEP-12
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID = 74 type device = DISK
    Backup finished 24-SEP-12

    SQL statement: alter system set spfile = "/u01/app/oracle/product/11.2.0/db_1/dbs/spfileorcl.ora"

    content of Script memory:
    {
    clone of SQL 'alter system set = db_name
    "ORCL" comment =
    "reproduce" scope = spfile;
    clone to stop immediately;
    startup nomount clone;
    }
    execution of Script memory

    SQL statement: alter system db_name set = comment "ORCL" = "duplicate" scope = spfile

    Instance Oracle to close

    connected to the auxiliary database (not started)
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Db in dual at 24/09/2012 17:44:12
    RMAN-03015: an error has occurred in the script stored memory Script
    RMAN-04014: failed to start: ORA-01261: parameter db_recovery_file_dest destination string cannot be translated
    ORA-01262: Stat failed on a destination of the file directory
    Linux-x86_64 error: 2: no such file or directory

    I don't know what wrong with my pfile file? I said to correct my pfile site clone like this:
    ORCL.__db_cache_size = 1476395008
    ORCL.__java_pool_size = 16777216
    ORCL.__large_pool_size = 16777216
    ORCL.__oracle_base='/U01/app/oracle'#ORACLE_BASE the value of the environment
    ORCL.__pga_aggregate_target = 1342177280
    ORCL.__sga_target = 1979711488
    ORCL.__shared_io_pool_size = 0
    ORCL.__shared_pool_size = 436207616
    ORCL.__streams_pool_size = 0
    *.audit_file_dest='/U01/app/Oracle/admin/ORCL/adump '
    * .audit_trail = "db".
    * full = '11.2.0.0.0'
    *.control_files='/u01/app/oracle/oradata/orcl/control01.ctl','/u01/app/oracle/flash_recovery_area/orcl/control02.ctl'
    * .db_block_size = 8192
    * .db_domain = "
    * .db_name = "orcl".
    *.db_recovery_file_dest='/U01/app/Oracle/flash_recovery_area/vvcoredb '
    * .db_recovery_file_dest_size = 4070572032
    *.diagnostic_dest='/U01/app/Oracle '
    *. Dispatchers ='(Protocol=TCP) (SERVICE = orclXDB)"
    * .memory_target = 3313500160
    * .open_cursors = 300
    * runoff = 150
    * .remote_login_passwordfile = "EXCLUSIVE."
    * .undo_tablespace = "UNDOTBS1.

    Please suggest me I miss some steps when trying to duplicate database?

    Any suggestions are welcome.

    Thanks in advance!

    P/s: sorry for my bad English.

    This error is because the location of the controlfile specified in your spfile is not present on your server to clone. Change the location of the parameter cntrolfile in spfil or create the same location on the server.

    Published by: Slim on 24 Sep 2012 17:47

  • Backup in another server

    Dear friends,

    So far I have saved in my local hard drive. Now, I am required to backup in another server.

    How could I do?

    My backup script:
    DBBackup.bat
    set ORACLE_SID=db
     
    sqlplus/nolog @e:\Oracle_Backup_Data\Details\Script\DB\DB_Backup.sql
    DB_Backup.SQL
    connect sys/password as sysdba;
     
    alter system switch logfile;
     
    alter system archive log current;
     
    $Rman target sys/password CMDFILE e:\oracle_backup_data\Details\Script\db\DB.rcv LOG e:\oracle_backup_data\Details\Script\db\DB_outfile.txt;
    DB.rcv
    RUN {     
      backup database format='e:\Oracle_Backup_data\Archived\DB\%U_%I_%T.bkp' tag="everyday_full_bkup"
      plus archivelog format='e:\Oracle_Backup_data\Archived\DB\Arch%U_%I_%T.arc' tag="arcbkp";
      backup current controlfile;
      restore database validate;
      crosscheck backup;
      crosscheck archivelog all;
       }
      
    exit;
    exit;
    Please guide me

    Thank you!

    RMAN-03002: failure of command thus backup archivelog to 2011-06-14 15:05:31
    ORA-19504: cannot create the file 'Z:\ORACLE_BACKUP_DATA\DB\ARCHALMESCHP_1_1_1970380511_20110614.ARC '.
    ORA-27040: create file error, cannot create the file
    04002 - OSD: could not open the file
    S/O-error: (OS 3) the system cannot find the path specified.

    It seems that there is problem with authorization to map the drive.

  • What is the recommended method to configure a web proxy to another server on the LAN?

    Hello

    I use Server to manage incoming web traffic, but also have another server running I want to use outside.

    I work in directly modifying the site configuration file and adding the ProxyPass and ProxyPassReverse directives but these overwritten when the site configuration is changed in the.app

    I want to implement this in a way that is not crushed and is more robust.

    Any advice would be very welcome.

    Thank you

    Gary

    I'm certainly not an expert in the field, but I think you can do what you're asking using the functionality of the Web application.

    You bring a plist to webapps folder and a conf file in the apache folder and then using.app, edit your Web site, and then click Change advanced settings and select the Web application that you created. It should not then be written more if you make any changes.

    The content of the conf file would proxy information in it:

    # of http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass

    RewriteEngine on

    RewriteCond% {HTTPS} = off

    RewriteRule. -[E = Protocol: http, E = port: 8000]

    RewriteCond% {HTTPS} = we

    RewriteRule. -[E = Protocol: https, E = port: 8010]

    ProxyPassReverse / http://secondserver.example.com:8000 /

    ProxyPass / http://secondserver.example.com:8000 /

    and the plist would be something like this:

    <? XML version = "1.0" encoding = "UTF-8"? >

    <! DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0 / / IN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd" > ""

    <!-see the manual pages for webapp.plist (5) and webappctl (8) for more information on this example webapp.plist->

    < plist version = "1.0" >

    < dict >

    includeFiles < key > < / key >

    < table > <! - include files are enabled in the virtual host then webapp - >

    < string > /Library/Server/Web/Config/apache2/httpd_yourwebapp.conf < / string > <! - name must match your conf file - >

    < / array >

    < key > name < / key >

    < string > com.example.secondserverwebapp < / string >

    displayName < key > < / key > <! - name displayed in app server - >

    < string > SecondServerWebApp < / string >

    installationIndicatorFilePath < key > < / key > <!-the presence of this file indicates web app is installed->

    < string > /Library/Server/Web/Config/apache2/httpd_yourwebapp.conf < / string >

    sslPolicy < key > < / key > <! - determines the behavior of the webapp SSL - >

    < number > 0 Integer < / integer > <!--0: by default, UseSSLWhenEnabled->

    <!--1: UseSSLAlways->

    <!--2: UseSSLOnlyWhenCertificateIsTrustable->

    <!--3: UseSSLNever->

    <!--4: UseSSLAndNonSSL->

    < / dict >

    < / plist >

    This is perhaps not completely right, but can direct you in the right direction, I hope that someone with more knowledge will be the chip in the meantime

  • I can script volume shadow copy service files to copy VSS files to another server?

    Hello

    Wanted to ask if it was possible to take the info created by VSS and move it to another server? The reason why I ask is that I need to information to a file on a backup server, copy it to another standby server and have it ready to go when the original bang goes machine!

    While enjoying the fact than expected jobs work fine with the backup software and can copy the file backup due to another server as a :-) scheduled task I can't put automated restoration work to restore back this folder on a daily basis by using the backup of windows server or backup exec (very annoying!). I was wondering if I could create shadow copies of the file/volume concerned on the original server, and then have a script that has copied the files on the backup server?

    Just in addition, the concerned files/folders are usually left "open" or "locked" (these include mdb files too!) so just using xcopy etc will not work :-(

    Any ideas or suggestions would be welcome :-)

    Thank you very much for your help

    Kevin

    I suggest that you take cela Server TechNet or TechNet IT Pro forums.  This forum serves users with Windows home versions.

  • How to disable MSTSC of Win2003 and Win2008 to jump to another server

    My company wants to limit the server admins to user\ \mstsc to jump from one server to another. Because users are already local admon on a server, can do something to stop them from using this server to jump to another server?

    These MS Answers forums are intended for the home rather than the it professional user. Please transfer your question in the relevant Microsoft Technet forum here:

    http://social.technet.microsoft.com/Forums/en-us/category/windowsserver .

    Thank you.      :)

    (I'm sorry, but I can't move this thread for you because the two forums are working on separate platforms)

  • Cannot connect to share on another server with a short name only

    • We are having a problem with a SCCM server on windows 2008 R2 enterpeise and trying to connect to another Server 2003 \\aush-pen-xxx01\c$ and gets the error message the specified network name is no longer available. I can do a nslookup and ping the server very well. can map using the ip address and the fully qualified name fine. Can get to other thin servers. and also connect to other servers to the server aush-feather end. This works if the server, then it stops again. No errors in the event log. Tried to get other disks on the server and the same issue. I created another share with permisions for all and always the same question.

      Any ideas?

      • This is the C$ which is the part of the administrator and I can access other servers. I created a test share and get the same question even if share and security permissions are at the world. When I restart the SCCM server, it's good for a while, then I get the error again. I need for SCCM to access this share. Maybe some kind of smb or implementing caching perhaps?

    Hello mrdamo,

    Your question of Windows Server is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the IT Pro TechNet public.

    Please ask your question in the Technet Windows Server General category.
    http://social.technet.Microsoft.com/forums/en-us/winservergen/threads

    Thank you

    Marilyn

  • transfer of license of windows server 2008 r2 to another server?

    can I transfer the license of windows server 2008 r2 to another server?

    Hi Freshner,

    Your (Windows server 2008 issue is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the IT Pro TechNet public. Please post your question in the Technet Forum. You can follow the link to your question:

    http://social.technet.Microsoft.com/forums/en-us/category/WindowsServer

  • How to map a server to another server rom cd drive?

    I'm trying to map a server (which is not a cd rom drive) on CD-ROM from another server.  I know it's possible, but don't remember how to do it.

    Share servers (right click, properties) CD player, give it a share name. On the other map it as you would with any other. You have provided us with details (such as BONE), so I can't really help you in past.

    I hope this helps.

  • Why the registry changes or the installation of security updates does not show in the session remotely from another server?

    Original title: the remote Sessions.

    When you install updates security directly on a particular server or change the registry, how is it that change is not displayed when you establish a remote session on this server to another server? My agency uses retina to analyze our servers for security flaws and he always report servers for missing patches or incorrect permissions on some registry settings. When you connect directly to the server, it ends up being false positive hits. Retina establishes remote connections to all servers in the domain to conduct its analysis. This has been an ongoing battle.

    Hi LadyDee68,

    Your Windows XP question is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the IT Pro TechNet public. Please post your question in the forum TechNet for assistance:

    http://social.technet.Microsoft.com/forums/en/itproxpsp/threads

    Hope the helps of information.

  • bi12c migrate data from one server to another server

    Hello!

    I have 2 servers bi12c - dev and the prd.

    Dev-server, I did several analyses, dashboards and other components.

    How can I migrate all the components of the dev-Server to prd-server?

    I know a method - move files out of the way

    .. / Oracle/BI/user_projects/Domains/bi/bidata/service_instances/SSI/Metadata/content/Catalog/root/Users

    This path on another server by hand

    But I think that it is an incorrect method.

    Hello

    You speak only on catalog of the web objects can't you just archive them on one side and Unarchive on the other? Using the OBIEE interface or the Catalog Manager.

    As you say you're not supposed to 'touch' directly the web catalogue at the file system level...

  • Is this possible in double database on another server without losing any data on the auxiliary database?

    Hi guys.

    I have following scenario

    -i have a backup game compressed a database in NOARCHIVELOG mode.

    -i want a database that has been duplicated on a server different but

    without losing the data on the auxiliary database.

    -the two server contains the same version of oracle 11g.

    -two servers UNIX/Linux then

    s ' please reply to more info.

    DB version: 11.2.0.1

    Name of the comic book source: has

    Name of the comic in double: diferent Pentecost B file structure.



    Can someone help me please?

    The target and duplicate database cannot have the same ID duplicate so is not what you need. If you have FOO database on a server and want to copy to FOO on server B, with a different file structure, then simply copy the RMAN backupsets to Server B, and restore the database by renaming the data files. There are many examples on the web.

  • For 'Post online', these files can be exported to another server?

    Hello

    I'm about to create a newsletter for a client (print version), and they want an online version. The feature to publish online looks great and works great, but my client wants to host the files on their server and not only on the Adobe server. Y at - it an option to publish the files to another server? The only alternative I could think was "Save as web page complete" on the web page so that all the files/folders should be saved in a folder, but that did not work.

    I need to let my client know immediately what the options are so I hope someone can answer this as soon as possible. This question has probably been asked before, but I couldn't find the answer. The "Export as html" option since InDesign is not the answer, but publish it online works fine, just can't find out how to get these files to another server. Thank you!

    Right now you can have documents published online on Adobe servers.

    The documents cannot be protected, which may not be important for a society newsletter.

    They can be viewed by any browser on any device and can include InDesign interactivity

    The link of the URL can be sent to readers, you can share via share (FaceBook, Twitter, Email) and embed the code on a Web site. You also have the ability to allow the user to download a PDF version.

Maybe you are looking for

  • Events are not displayed in my calendar

    I just installed the module for Thunderbird Lightning and I soon saw that events have disappeared from view in the calendar.I took notes to add network United Kingdom and the United States holiday schedules (for example: iCal to: http://mozorg.cdn.mo

  • How to prohibit private browsing

    in my PC?

  • Accessories lost

    Hello I've lost 'Accessories' on my laptop - Windows Vista, Satellite P205-S6267, so I can't enter the tools system; Disk Cleanup... I don't know when it happened. Please help me! Thank you.

  • split screens to 8.1

    Does anyone know how to make your email account for screen shared with Office? For example, if I have a document in Word I want to send as an attachment, is there a way to have the word split with my email screen?

  • Control PDF output resolution when converting AutoCAD to PDF

    I have a standalone java application that converts AutoCAD formats to PDF using the parameters of the API AutoVue VectorConvertOptions. Transformations work very well, but some documents PDF output quality is bad. Advice or code snippets on how to ha