[HELP] A DATABASE restore tablespace at DATABASE B)

Hi, I am a beginner, I have a problem on restoring with rman
example: I have 2 database in 2 different server, I backup full of database in a server (RMAN > backup database format ' / u01/BK_FULL_A.bak ') so I have BK_FULL_A.bak, and now I want to restore a tablespace (in BK_FULL_A.bak) in the database server B
What should I do?

Thank you

I don't think you can use an rman backup to restore only a single tablespace on another database.

You can do it from a backup, it is all automated by RMAN. It creates an auxiliary instance, do TSPITR to auxiliary, making the tablespace (s) readonly and then exports the metadata for the transport of tablespace. It's pretty amazing to watch him do this.

Tags: Database

Similar Questions

  • I accidentally erased by iphone and all my photos are deleted. can someone help how to restore deleted photos

    I accidentally erased by iphone and all my photos are deleted. can someone help how to restore deleted photos. I do not have the backup, and it was not synchronized with library icloud.

    If you do not have a return to the top, the images have disappeared.

  • Need help bridge database for MS SQL Server, error ORA-28546 configuration problems

    Dear all,

    I'm trying to configure Oracle to MS SQL Server(I don't have admin access to the MS SQL Server) database gateway.  When I try to test the dblink connection, I get the following error.

    I published select * from dual@xyz;

    ORA-28546: initialization of the connection failed, probable Net8 admin error

    ORA-28511: interruption of the RPC connection to heterogeneous remote agent using SID = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=localhost) (PORT = 1521)) (CONNECT_DATA = (SID = dg4msql)))

    ORA-02063: preceding 2 lines of xyz

    28546 0000 - ' failed to initialize connection, unlikely Net8 admin error.

    My setup is as follows.

    1 oracle 11 GR 2 under Oracle Linux 6, the same gateway version is installed on the same server but different base directory.

    2 oracle DB base directory is u01/app/oracle/product/11.2.0/dbhome_1, gateway home directory is/u01/gateway.

    3. I use the same file listener.ora for db and the entry door.

    4. the content of my listener.ora, tnsnames.ora and the initdg4msql.ora is below.

    /U01/app/Oracle/product/11.2.0/dbhome_1/network/admin/listener.ora

    LISTENER =

    (DESCRIPTION_LIST =

    (DESCRIPTION =

    #(ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1522))

    (ADDRESS = (PROTOCOL = TCP (PORT = 1522))(HOST = db.abc.com.tw))

    )

    )

    MSSQL =

    (DESCRIPTION_LIST =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))

    )

    )

    SID_LIST_LISTENER =

    (SID_LIST =

    (SID_DESC =

    (GLOBAL_DBNAME = db.abc.com.tw)

    (ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1)

    (SID_NAME = orcl)

    )

    )

    SID_LIST_mssql =

    (SID_LIST =

    (SID_DESC =

    (SID_NAME = dg4msql)

    (ENVS = LD_LIBRARY_PATH = / u01/gateway/dg4msql/pilot/lib: / u01/gateway/lib)

    (Program name = / u01/gateway/bin/dg4msql)

    )

    )

    /U01/app/Oracle/product/11.2.0/dbhome_1/network/admin/tnsnames.ora

    LISTENER_ORCL =

    (ADDRESS = (PROTOCOL = TCP (PORT = 1522))(HOST = db.abc.com.tw))

    ORCL =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP (PORT = 1522))(HOST = db.abc.com.tw))

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = orcl.abc.com.tw)

    )

    )

    dg4msql =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP) (HOST = localhost)(PORT = 1521))

    (CONNECT_DATA = (SID = dg4msql))

    (HS = OK)

    )

    /U01/gateway/dg4msql/Admin/initdg4msql.ora

    HS_FDS_CONNECT_INFO=[192.168.0.1]:1433//XIETEST

    # replacement connect format is the name of host/serverinstance/databasename

    HS_FDS_TRACE_LEVEL = 255

    HS_FDS_RECOVERY_ACCOUNT = RECOVERY

    HS_FDS_RECOVERY_PWD = RECOVERY

    the dblink is created with the following statement.

    CREATE DATABASE LINK "xyz.abc.COM.TW".

    CONNECT TO ITS IDENTIFIED BY

    With the HELP of "dg4msql";

    Couple of other things I did to check the above works.

    [oracle@db admin] $ ping 192.168.0.1

    PING 192.168.0.1 (192.168.0.1) 56 (84) bytes of data.

    64 bytes from 192.168.0.1: icmp_seq = 1 ttl = 61 time = 7.61 ms

    64 bytes from 192.168.0.1: icmp_seq = 2 ttl = 61 time = 7,41 ms

    ^ C

    -ping 192.168.0.1 - statistics

    2 packets transmitted, 2 received, 0% packet loss, time 1818ms

    RTT min/avg/max/leg = 7.417/7.516/7.615/0.099 ms

    [oracle@db admin] $ tnsping dg4msql

    AMT Ping utility for Linux: Version 11.2.0.1.0 - Production on 2013-SEPT-11 10:53:11

    Copyright (c) 1997, 2009, Oracle.  All rights reserved.

    Use settings files:

    /U01/app/Oracle/product/11.2.0/dbhome_1/network/admin/SQLNET.ora

    TNSNAMES adapter used to resolve the alias

    Try to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) (HOST = localhost)(PORT = 1521)) (CONNECT_DATA = (SID = dg4msql)) (HS = OK))

    OK (0 msec)

    [oracle@db admin] $ lsnrctl status mssql

    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 2013-SEPT-11 10:54:23

    Copyright (c) 1991, 2009, Oracle.  All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=localhost) (PORT = 1521)))

    STATUS of the LISTENER

    ------------------------

    Alias mssql

    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production

    11-SEP-2013 start date 10:09:46

    Uptime 0 days 0 h 44 min 37 sec

    Draw level off

    Security ON: OS Local Authentication

    SNMP OFF

    Parameter Listener of the /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora file

    The listener log file /U01/app/Oracle/diag/tnslsnr/DB/MSSQL/alert/log.XML

    Summary of endpoints listening...

    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=127.0.0.1) (PORT = 1521)))

    Summary of services...

    Service 'dg4msql' has 1 instance (s).

    Instance of 'dg4msql', status UNKNOWN, has 1 operation for this service...

    The command completed successfully

    Obviously, I'd like to get this configuration to work, but I have also a couple other questions about this configuration.

    1. for the installation of the bridge, he wants to run the root.sh script.  the script root.sh as to what follows.

    Enter the full path of the local bin directory: [/ usr/local/bin]:

    The 'dbhome' file already exists in the usr.  Overwrite it? (y/n)

    [n]: n

    The 'oraenv' file already exists in the usr.  Overwrite it? (y/n)

    [n]: n

    The 'coraenv' file already exists in the usr.  Overwrite it? (y/n)

    [n]: n

    the above answer is correct?

    Thanks for reading.

    The strace shows:

    2796 open ("/ u01/app/oracle/diag/tnslsnr/db/mssql/trace/mssql.log", O_WRONLY |) O_CREAT | O_APPEND, 0660) = 12

    9564 access ("/ u01/app/oracle/product/11.2.0/dbhome_1/dg4msql/admin/initdg4msql.ora", F_OK)

    2796 write (12, "2013-SEPT-11 15:02:44 * (CONNECT_"..., 175 ")")

    9564 <... access="" resumed="">) =-1 ENOENT (no such file or directory)

    2796 <... write="" resumed="">) = 175

    2796 close (12

    9564 brk (0x14a3000) = 0x14a3000

    2796 <... close="" resumed="">) = 0

    2796 poll ([{fd = 8, events = POLLIN |}]) POLLRDNORM}, {fd = 11, events = POLLIN |} [POLLRDNORM}, {fd-=-1}, {fd = - 1}]-1, 4

    9564 access ("/ u01/app/oracle/product/11.2.0/dbhome_1/dg4msql/log/dg4msql_agt_9564.trc", F_OK) =-1 ENOENT (no such file or directory)

    9564 access ("/ u01/app/oracle/product/11.2.0/dbhome_1/dg4msql/log/dg4msql_agt_9564.trc", F_OK) =-1 ENOENT (no such file or directory)

    9564 statfs ("/ u01/app/oracle/product/11.2.0/dbhome_1/dg4msql/log/", 0x7fff91f005b8) =-1 ENOENT (no such file or directory)

    9564 open ("/ u01/app/oracle/product/11.2.0/dbhome_1/dg4msql/log/dg4msql_agt_9564.trc", O_WRONLY |) O_CREAT | O_TRUNC, 0666) =-1 ENOENT (no such file or directory)

    => so that it always uses the database as Oracle_home House

    With this info, I rechecked the listener and saw that you are missing the ORACLE_HOME setting in the dg4msql section of SID. Please correct your entry to mssql_sid to:

    SID_LIST_LISTENER =

    (SID_LIST =

    (SID_DESC =

    (GLOBAL_DBNAME = db.abc.com.tw)

    (ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1)

    (SID_NAME = orcl)

    )

    )

    SID_LIST_mssql =

    (SID_LIST =

    (SID_DESC =

      (ORACLE_HOME = / u01/bridge)

    (SID_NAME = dg4msql)

    (ENVS = LD_LIBRARY_PATH = / u01/gateway/dg4msql/pilot/lib: / u01/gateway/lib)

    (Program name = / u01/gateway/bin/dg4msql)

    )

    )

    Then please stop and restart the mssql listener and check again.

    -Klaus

  • HELP-Oracle Database 11 g Instalation interrupted

    I have a problem with the instalation of Oracle database 11g. I am completely new to the Oracle database. During the installation of Oracle database 11 g for Windows (32 bit), I got the following messages. My OS is Vista 32 bit.

    Output generated by the configuration wizard 'Oracle Net Configuration Assistant:
    Command = C:\Windows\system32\cmd/c call /orahome D:\app\danilo & jaca\product\11.1.0\db_1 /orahnam OraDb11g_home1 ${ORACLE_HOME}/bin/netca.bat, /instype typical /inscomp client, oraclenet, Java virtual machine, server, ano /insprtcl tcp, nmp /cfg local /authadp NO_VALUE /nodeinfo NO_VALUE /responseFile D:\app\danilo & jaca\product\11.1.0\db_1\network\install\netca_typ.rsp}

    Setup Wizard 'Oracle Net Configuration Assistant' failed
    -----------------------------------------------------------------------------
    The script 'D:\app\danilo & jaca\product\11.1.0\db_1\cfgtoollogs\configToolFailedCommands' contains all commands that failed, was omitted or were cancelled. This file can be used to run these wizards of configuration outside of YES. Note that you may need to update this script with passwords (as applicable) before executing the same. - outputs generated configuration wizard 'Oracle Net Configuration Assistant:
    Command = C:\Windows\system32\cmd/c call /orahome D:\app\danilo & jaca\product\11.1.0\db_1 /orahnam OraDb11g_home1 ${ORACLE_HOME}/bin/netca.bat, /instype typical /inscomp client, oraclenet, Java virtual machine, server, ano /insprtcl tcp, nmp /cfg local /authadp NO_VALUE /nodeinfo NO_VALUE /responseFile D:\app\danilo & jaca\product\11.1.0\db_1\network\install\netca_typ.rsp}

    Setup Wizard 'Oracle Net Configuration Assistant' failed
    -----------------------------------------------------------------------------
    The script 'D:\app\danilo & jaca\product\11.1.0\db_1\cfgtoollogs\configToolFailedCommands' contains all commands that failed, was omitted or were cancelled. This file can be used to run these wizards of configuration outside of YES. Note that you may need to update this script with passwords (as applicable) before executing the same. -.

    Also, I have a message that the Oracle Database Configuration assistant is underway.
    I would appreciate if you can help me with this.
    Thank you in advance.
    Kind regards.

    OK - pl see the requirements of the 11.1.0.7 install manual - http://download.oracle.com/docs/cd/B28359_01/install.111/b32301/toc.htm#BGBEEBAD

    HTH
    Srini

  • Helps the database refresh

    I had a request... I'm new Refresh activity.

    The user requires the referesh of the database:

    Source: [email protected] 11.1.0 instance
    Target: [email protected] 11.1.0 instance

    Can someone guide me please on this application... what tool I should how I shud perform this refresh without taking the time to stop.

    Use this:
    http://docs.Oracle.com/CD/B19306_01/backup.102/b14191/rcmdupdb.htm

  • 1.1.0 bug on emoticons 'Help' Palm database (easily reproducible) server-side

    Opens a text message window > click on the top left icon "Messaging" > press help (sometimes the error 404 message / will appear, try again a few times more in this case) > click on the heading 4 "emoticons use in a message"

    Immediately after that 1.1.0 is released, emoticons have been posted here with their combination of characters corresponding entries. Now, if you look closely, the icons associated with the input characters are poorly associated.

    For example:

    This shows that, if you type : confused or o_O in a window of text messaging, you will get a the battery charge icon? The list is incorrect at random.

    In fact, each of them still work and help page still shows the text necessary to the creation of each of them, evil icons have been deployed, a simple will redeploy will fix this 'problem '.

    I said it is underway, but it may take a while to propagate the machines, that really affected devices.  I'm going to rustle a few feathers more tomorrow if its still showing incorrect icons.

    Update: icons are busy.

    Message edited by anachronistic on 27/07/2009 17:55
  • Help with database owner

    Hello

    I have access to an Oracle DB with a user different owner of the table.

    But, the person running the script in the system have on behalf of the owner. For example, in the script when reference us any object in DB (in a negative selection, my user have permission) I never put owner.tbl_system_anything.

    When I run the script on my local machine with the user who is not the owner of the table the sqlDeveloper came a mistake.

    I want to put the owner of the table as a user by default when I connect with my user.

    Can someone help me?

    Sorry for my bad English, it's because I'm Brazilian and I speak very well English.

    You can do this in two ways:
    * synonyms of public (or private), so no one does (or simply not only you) is prefixed (recommended for universal use)
    * with this extension: http://javaforge.com/project/schemasel (works only under sqldev)

    Have fun
    K.

  • Need help for the restoration of the level 1 backup

    Hello!

    I am trying to create my database on a new server using hot rman incremental backups.

    I already restored and retrieved my database of level 0 on the new server, but I am not able to restore/recover the level 1 backup of the new server. I transported irom backup level 1 the old server to the new. What I need to get lvl 1 bkp only or also to restore it.

    Can someone help me on this problem by specifying the steps to restore/recover backups incremental level 1?

    Thank you!

    If the recovery has been completed and "tables are not present", this means that the tables were not present at this SNA. Either they were created after the SNA GOLD were dropped from the later the RCS.

    You must have block change tracking for restoration. It is used for backups only (and it of okay if she was present or not in the backup).

    Hemant K Collette

  • Backup/restore tablespaces in noarchivelog mode

    In our office, there is a box of oracle 10g that is used for testing purposes.
    He got only 1 database, but each user has its own tablespace.
    As it is not a 'live' box, archivelog and flashrecovery have been disabled by the dba likely in favor of speed.

    I have a suit of NUnit test that crosses a tablespace, and I'm trying to restore the tablespace before each race.
    In noarchivelog mode, RMAN allows me to take the tablespace offline and create a backup - well.
    Later, I'm capable of taking the tablespace offline again and issue a command to "RESTORE the TABLESPACE.
    But then I can't bring the tablespace online without issuance of an order to 'RECOVER '.
    I tried the NOREDO option but it still says that the file has a media recovery before it can be brought online.

    Is there a way to bring the tablespace online without applying REDO logs?
    Backup/restore of tablespace or not possible because of noarchivelog?

    Thank you.

    He asks for any newspaper archive, when you turn the fire 'recover' command?

    When you take a tablespace offline, the tablespace is not updated with the oracle's internal clock. So when you try to bring the tablespace online, oracle estimated that the tablespace is not in harmony with the other storage spaces. That is why it requires recovery. If you turn the fire back the command simply updates the tablespace and brings online storage space after applying the data available in the online redo log.

    But if the data has been flushed to redo, then it is difficult to synchronize the tablespace.

    Kind regards
    S.K.

  • simple help please in the tablespace

    I create a new user.
    When I try to create this user's table, you'll see this message:
    ORA-01950: no privileges on tablespace 'SYSTEM '.
    How can I grant this user tablespace?
    thanx

    It is also good to change default tablespace for the user

    ALTER USER xxx
    DEFAULT TABLESPACE tablespacename;
    

    or for all users at all:

    ALTER DATABASE DEFAULT TABLESPACE tablespacename;
    

    Bartek

  • Re: Need help for the restoration of the system

    Hi, I need help!

    I recently bought a Toshiba Satellite. I had some problems when trying to install some programs, some seem to fail. I wanted to clean the computer with system restore disc, only to find a record of 32-bit to a 64-bit computer.
    There is a repair of the setting system installed on the computer but it does not work, when I put it on disk, files, it cannot be opened.

    I can restore the system somehow repair; It must have been damaged by a virus. It should come with a big warning that the disk is not compatible!

    I have burned one day drive the first if I d just so you know! Any advice?

    Hello

    At first, I must say that you should tell us what model of laptop you have exactly.

    I put t know what cell phone you have and what you have with her, but in fact, it's that many laptops come with preinstalled OS 64-bit and 32-bit version on DVD.

    In this case, you must create own 64 bit preinstalled use Toshiba recovery media creator recovery DVDs. Alternatively, you can install 64-bit without DVD disk with HARD drive recovery option > http://aps2.toshiba-tro.de/kb0/HTD9102IR0000R01.htm
    Of course, this will not work if you didn't change the factory settings.
    Try if it will work for you.

    At the end I would say that what I wrote is detailed described in the document s user manuals but I presume that you didn t read it, right?

  • How can I get rid of iminet icon taskbar, no help and not in Add/Remove HELP either, System Restore

    Help system, no help to restore and not in Add/Remove of either, it's in my taskbar.

    Hi richardwaldrip,

    Thanks for posting in the Microsoft community! If I understand correctly you want to remove application IMinent.

    What happens when you try to uninstall IMinent request for Add/Remove programs?

    Method 1
    I suggest you to run the fixit from the following link:

    Solve problems with programs that cannot be installed or uninstalled
    http://support.Microsoft.com/mats/program_install_and_uninstall

    Method 2
    Try the steps from the following link:

    How to manually remove programs from the add tool / remove programs
    http://support.Microsoft.com/kb/314481

    Note: To do: Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click on the number below to view the article in the Microsoft Knowledge Base: 322756 (http://support.microsoft.com/kb/322756/) how to back up and restore the registry in Windows

    Hope this information is helpful and let us know if you need more assistance. We will be happy to help.

  • I deleted my hp pavilion dv6 headphones. can you help me to restore the capacity?

    Recently, my speakers went out on my HP Pavilion dv6 of Beats edition laptop.  I used my headphones since, and in a last attempt to restore my speakers (an attempt tragic dyi) I accidentally deleted my headset to my laptop capabilities.  Can you please tell me how to get the functionality I've lost.  I run on Windows 7 on my computer. Need help please, I rely on this computer to watch TV and movies while I'm in College.  And if there is a way to fix my computer speakers, that would be great as well.

    Thank you

    deis2016

    Well, you must make sure that the speakers are set as the default audio device. Try the following.

    1. Click Start, type 'Sound' and press ENTER. This will open the sound preferences window.
    2. Click on the speakers and the "set as default" button down.
    3. After you click OK, restart your computer.
    4. Display the result.
  • I accidentally deleted all my Inbox and then deleted from the Recycle Bin. I need to see if someone can help me to restore it.

    * Original title: tjbturner/remove

    Hi,

    I accidentally deleted all my Inbox and then deleted from the Recycle Bin. I need to see if someone can help me seek and find these files so that I can restore. I looked everywhere to see if they are there, I can't find the.

    HELP PLEASE!

    tjbturner

    (Moved to repair and recovery)

    Unless you do the backup that Microsoft has offered when you have joined the electronic address data are gone because, like you, the online servers are not backed up

  • helps the system restore

    Hello

    I have my IBM T - 42 2373-DC2 for awhile now. A year ago, I installed linux Ubuntu. I never noticed until now, I can't launch the rescue and recovery to factory settings:

    1. Select the recovery in the Grub to the boot partition, which has already worked, now gave me the blue screen.

    2. I panicked and delete all partitions of linux I created - it did not help.

    3. I think that because of my frequent uncautious reboots, my work windows now gave me the blue screen too.

    4. I deleted the windows partition, leaving only the EISA partition - it has not helped.

    5. I installed windows xp with a cd - still cannot go to R & R at work.

    6. now, I have my computer work, but I lost all the drivers, Access IBM benefits etc.

    a. can you help to restore my system? Note that EISA patition is in original condition and has never been amended. I just need a patch to run it.

    b. If not, I can find all the programs supplied with the laptop of Lenovo or IBM Web sites?

    Thank you

    Vladi

    Thanks to everyone who took the time to read this thread, I found a solution.

    I downloaded and installed softwere Rescue and Recovery of:

    http://www-307.IBM.com/PC/support/site.WSS/document.do?sitestyle=Lenovo&lndocid=MIGR-70034

    In this way, that I found the F11 function to reboot. Using it, I could access the menu of R & R at the start where I found the opportunity to restore the system to its original factory condition. Now my T42 works very well.

    Nice day!

Maybe you are looking for