export the database to a different server

Hello Guru:

I would like to empty at any database in my SID to a different server.
Please let me know how to achieve this.


Thanks in advance.

Salvation;

1. you can go with the option of database clone for your question:
Database duplication

See also:
How to make a copy of a database that is open to the Duplication of another Machine [ID 224274.1]

2. If you want to use datapump to see:
http://asktom.Oracle.com/pls/asktom/f?p=100:11:0:P11_QUESTION_ID:1463976400346989259

Respect of
HELIOS

Tags: Database

Similar Questions

  • How can I restore and recover the database to a different server using RMAN?

    Hello Friend:

    How can I restore and recover the database to a different server using RMAN? I want to implement an enviroument which has a different enviroument and different directories.

    That's the two servers. different stored different on each server and a single link, a table library where backup set.

    I can only restore and recover the database of the Rman command. Could you give me a demo?

    Thank you

    How can I restore and recover the database to a different server using RMAN? I want to implement an enviroument which has a different enviroument and different directories.

    That's the two servers. different stored different on each server and a single link, a table library where backup set.

    I can only restore and recover the database of the Rman command. Could you give me a demo?

    Check this box
    * How to restore Rman backups on a different node when the Directory Structures are different [ID 419137.1] *.

  • Move the database on its own server Vcenter 4

    My current Vcenter Server 4.0 has the Vcenter Server and database SQL 2005 on the same computer. My performance is EXTREMELY slow, as in there more than 15 minutes for the client to connect, Vsphere load inventory and discover plugins until I'm able to use it. Once loaded, clicking on the servers and things within the client is very slow. So I think that by moving the database of its own machine, it will increase the performance of the vcenter server. I was looking in the vcenter admin section, and I can't find a way to 'clear' to tell him to look for the database on a different server.

    Does anyone have any documentation on how to move the vcenter database to another server?

    Thank you!

    Lex

    Take a look on:

    http://KB.VMware.com/kb/7960893

    André

  • How to restore a database to a different server, do not use the catalogue

    Hello


    I have to restore a database to a different server, but without using the catalogue, i.e. I can use the control as a repository file.

    I have measures to restore on the same server. Are the steps even if I want to restore the backup to a different server.

    Please guide me.

    Waiting for the answer.



    Thank you and best regards,

    Deepak

    Please see this thread for creating a database from backups of the production test

  • Mobile part of a table in a different database on a different server.

    I need to copy part of TABLE_A of SCHEMA_A on server_1 to another database on a different server SERVER_2.

    I have to use INSERT_INTO to copy part of the TABLE_A and create another table TABLE_B under SCHEMA_A on server_1 and then export/import in SERVER_2?

    Is there a better way to do it?

    Please let me know... Thank you!

    Assuming that both systems can connect to each other, the simplest option would be to create a database link in the database on server 2 that connects to the database on server 1 and do

    CREATE TABLE copy_of_table_a
    AS
    SELECT *
      FROM schema_a.table_a@db_link_to_database_on_server_1
    

    That will copy data, but it will not copy indexes, constraints, or triggers. If you want to copy, you can get the DDL for them using the DBMS_METADATA package and then just run the DDL in the database on server 2.

    Justin

  • How to export the database and import the database using sql developer

    Hello

    I need to export the database to a server and import it on another server db using the export function of database under the Tools menu in SQLl developer. How to import it? This is for Oracle database 10g.

    Thank you

    Hello

    I think it generates the file .sql containing all the objects that you are exported. Then you can simply open the target database file and run as a script. Also, there is another forum for sqldeveloper related issues.

    Concerning

  • Export the database from another pc - problem EXP-00056

    Hi all,

    I have a pc (called PC1) with installed Oracle11gR2. I want to export the database from another pc (called PC2) which is connect with PC1 with a LAN.
    I have connected PC2 to PC1 so:
    $ ssh oracle@IP_of_PC1

    and as the user oracle, I tried export then:
    index of the_user/the_pass exp = y subsidies forced is y = y line is my_dump.dmp log = my_log.log

    but he said to me:
    Export: Release 11.2.0.1.0 - Production on Tue 7 Sep 14:44:13 2010

    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    EXP-00056: ORACLE error 1034
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 error: 2: no such file or directory
    EXP-00005: all authorized logon attempts failed
    EXP-00000: export completed unsuccessfully

    Why it does not work?

    Thank you much in advance.

    Run this and show me where exactly you run

    index italia/italia@dbSID exp = y subsidies forced is y = y line is dump070910italia.dmp

  • Necessary to define the database time zone differs from the OS

    We have a database of who currently resides in New York. Let's move to another server that resides in London. This is a problem, because each date which is currently in the time base is New York time, but after the move, all the new data that created time will always be time to London. We do not want users to have to remind any date preceding the date of move, will idle 5 hours if we would like to do is to have the database always on time in New York despite the BONE being London time. The server will be shared with other applications for the operating system time zone will have to remain with London time. The database will only have data for our application. So is there a setting of database that we can use to set the time zone database is different from the operating system time zone? The database is currently 10 GB but is promoted as part of the move to 11 g.

    What is the data type of the column? If the date or timestamp, then there is no time zone stored with the data. If timestamp with time zone, then the time zone of the data remains the same regardless of the time zone database and operating systems.

    SQL> select dbtimezone from dual;                    
    
    DBTIME
    ------
    -05:00                                               
    
    SQL> alter database set time_zone='EST';             
    
    Database altered.
    
  • Access to the database/schema to another server...

    Hello - I have a need that will require me to access additional information about a schema on a server that is different from what my APEX installation runs on (IE 3rd part of the data that is not part of the inherent schema that accesses the APEX)...

    My APEX server running version 3.2.1.00.11 on top of oracle 11 g Enterprise Edition Release 11.1.0.7.0 - 64 bit Production. We will call this server "A".

    The target server is currently an Oracle server, but will eventually migrate to a Teradata installation (no - I have no word to say in the matter!). We will call this server 'B '. No idea what versions in both cases.

    I understand that if I needed to access different patterns on the same server (IE Server A) it would be easy enough to do using grant statements.

    Also, I understand that to access a schema on server B, I could use a DBLink to do.

    My questions are:

    (1) oracle allow a DBLink to teradata? I found the following thread that seems to indicate that it is possible (or at least used to be - don't know if it's still a valid configuration) Re: Teradata to Oracle connection

    (2) is there another way to make this available external data source? A tech in our team 'Architecture COMPUTING"said DBLinks are not recommended or a best practice. He proposed adding the data source 'directly '?

    This thread (add multiple schemas in a workspace seems to speak of adding multiple schemas to a workspace, but I do not have access to this part of our oracle server (I'm only a workspace administration).)

    (3) if I create a view that accesses the tables through the DBLink to Server B when it comes to Oracle, and then update the DBLink to point to the new teradata server during the migration happens - it will break anything within the APEX?

    My hypothesis is that the table names are the same concerns only APEX that the view is valid and not what fuels the view.


    The rationale against using DBLinks gave me was that "it is not sensible for APEX down to the oracle database (its native underlying server/schema) to cross to another server and return to the oracle database that then went up to the APEX." It makes more sense for APEX to go straight to the other source of data. Normally, I would say that they (Apex/infrastructure) are the same server so it does not really matter that he might have to go through additional 1 'service' or 'interface', but this area is not my specialty.

    Also - I think that technically speaking our APEX service is already separated from its native schema/data on different servers (for load balancing), so in this case really maybe a middle Server Getting (IE Server APEX A-> native schema/data of the server where the DBLink might be-> server B) do an unnecessary extra jump (APEX Server A)-> server B. Note : I am sure that our architect does not know that this is the case, then it is not part of its raison d'etre.

    Thoughts?

    Thank you!
    Jim

    (1) there is a wide variety of databases that you can access from Oracle using the links to the db. The main purpose of a db link must provide connectivity between databases that are not consistent with the use of a certain type of driver or translator. Some databases provide native connectivity with other thing than their own products.

    (2) I would ask another dba from this source that he or she recommends, and if he or she has all the documentation. The long and short of it is (as I explained above) few providers of database provides native support for other database engines, which is needed for the kind of "direct connection" implies that person. My suspicion is that this person is an ODBC user and is equivalent to the use of ODBC drivers with "direct connection", which is far from accurate. ODBC only provides a generic interface to a database, at the expense of speed, functionality and efficiency thanks to the translation of the command and overhead.

    (3) oracle generally doesn't care about the back end of a connection to a different database and neither does APEX. As long as you can build a database to the database in question, shouldn't you have any problems ask these data, although only in a reduced performance due to air travel, networking, drivers, etc.

    Really, APEX is intended to be run against and integrates better with Oracle databases. If your main data is on another platform, APEX may not be the best solution for your needs.

  • export the database by expdp

    HI experts
    I have a question about expdp
    I created a directory/opt/app/oracle/backup of sqlplus, but after that I can't display the directory is not command line exist. How can I view the contents of this directory?
    When I try to expdp kennam/kennam007@kennam directory = dmpdir dumpfile = kennam.dmp, it gives errors such as
    ORA-39002:?
    ORA-39070:?.
    ORA-29283:?
    ORA-06512:? 'SYS. UTL_FILE", line 488
    ORA-29283:?
    any expert knows how to fix this problem and where is the problem?
    Thank you very much

    SQL > create or replace directory dmpdir as ' / opt/app/oracle/backup ';
    Created directory.
    SQL > grant read, write on directory dmpdir to kennam;
    Grant succeeded.
    SQL > exit
    Disconnected from the database to Oracle 11 g Enterprise Edition Release 11.1.0.6.0 - Production
    With partitioning, OLAP, Data Mining and Real Application Testing options
    [oracle@localhost ~] $ expdp directory dumpfile = kennam.dmp dmpdir = kennam/kennam007@kennam

    Export: Release 11.1.0.6.0 - Production on Tuesday, September 23, 2008 12:16:50

    Copyright (c) 2003, 2007, Oracle. All rights reserved.

    Connected to: Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    With partitioning, OLAP, Data Mining and Real Application Testing options
    ORA-39002:?
    ORA-39070:?.
    ORA-29283:?
    ORA-06512:? 'SYS. UTL_FILE", line 488
    ORA-29283:?

    Published by: devotee on Sep 23, 2008 12:29

    The physical directory ' / opt/app/oracle/backup "must exist on the database server with the permissions granted to the oracle account.

  • Need a little help. Script to export the single document for different types of files.

    Hey guys, I'm new to scripting. have looked everywhere but cannot find an answer to this, I'm sure it's pretty simple


    At work we export logos all the time in a few different formats for the clients.
    I looked in the script as a way to automate the process.

    So far, I thought a little script to export my Illustrator formats document... now I need to be able to export this document even outside as a res low and high PNG, low and high res JPEG, EPS, PDF and TIFF etc.
    I have scripts to do all these separately but just need to know how to put it all in a single script I can do all at once

    Here is an example of my two different scripts to export PNG. I just need to know how string together so I can add all of the formats without breaking it.

    function savePNG() {}
    var destFolder = Folder.selectDialog ("select the folder to export the PNG files to :');")
    If {(destFolder)
    If (app.documents.length > 0) {}
    var Nomdoc = app.activeDocument.name.match(/^.*[^.ai]/i);
    var destFile = new file (destFolder + ' /' + Nomdoc + "-HR.png");
    if(destFile == null) {return ;}
    var doc = app.activeDocument;
    var artRect = doc.artboards [0] .artboardRect;
    var exportOptions = new ImageCaptureOptions;
    exportOptions.resolution = 300;
    exportOptions.antiAliasing = true;
    exportOptions.transparency = true;
    doc.imageCapture (destFile, artRect, exportOptions);
    }
    }
    }
    savePNG();

    and here is the version low resolution

    function savePNG() {}
    var destFolder = Folder.selectDialog ("select the folder to export the PNG files to :');")
    If {(destFolder)
    If (app.documents.length > 0) {}
    var Nomdoc = app.activeDocument.name.match(/^.*[^.ai]/i);
    var destFile = new file (destFolder + ' /' + Nomdoc + "-LR.png");
    if(destFile == null) {return ;}
    var doc = app.activeDocument;
    var artRect = doc.artboards [0] .artboardRect;
    var exportOptions = new ImageCaptureOptions;
    exportOptions.resolution = 72;
    exportOptions.antiAliasing = true;
    exportOptions.transparency = true;
    doc.imageCapture (destFile, artRect, exportOptions);
    }
    }
    }
    savePNG();

    Thanks for any advice you can give!
    Eli

    Oh, you want to perform two functions, one after another at the same time? then just name with different names and perform one function after another, if all files will be saved in the same folder, the argument selectDialog move method on each of your functions to don't do only once.

    function savePNG_HR(){
        var destFolder = Folder.selectDialog('Select the folder to export the PNG files to:');
        if (destFolder) {
            if(app.documents.length > 0){
                var docName = app.activeDocument.name.match(/^.*[^.ai]/i);
                var destFile = new File(destFolder + '/' + docName + " - HR.png");
                if(destFile == null){return;}
                var doc = app.activeDocument;
                var artRect = doc.artboards[0].artboardRect;
                var exportOptions = new ImageCaptureOptions;
                exportOptions.resolution = 300;
                exportOptions.antiAliasing = true;
                exportOptions.transparency = true;
                doc.imageCapture(destFile, artRect, exportOptions);
            }
        }
    }
    
    function savePNG_LR(){
        var destFolder = Folder.selectDialog('Select the folder to export the PNG files to:');
        if (destFolder) {
            if(app.documents.length > 0){
                var docName = app.activeDocument.name.match(/^.*[^.ai]/i);
                var destFile = new File(destFolder + '/' + docName + " - LR.png");
                if(destFile == null){return;}
                var doc = app.activeDocument;
                var artRect = doc.artboards[0].artboardRect;
                var exportOptions = new ImageCaptureOptions;
                exportOptions.resolution = 72;
                exportOptions.antiAliasing = true;
                exportOptions.transparency = true;
                doc.imageCapture(destFile, artRect, exportOptions);
            }
        }
    }
    savePNG_HR();
    savePNG_LR();
    
  • updating of the database in a different version

    Oracle 11.2.0.1 and 11.2.0.3.

    Can rman update database 11.2.0.1 to 11.2.0.3?

    In other words, my source database is 11.2.0.1, my target database is 11.2.0.3

    I want to update the target database source database. Is permitted because the version is different?

    Appreciate any help.

    S.

    Hello;

    No, is the short answer. To duplicate or to restore the databases must be the same version.

    There is a method of upgrading, but I doubt you want to do this every time.

    DUPLICATE considers both 32-bit and 64-bit of the same operating system as belonging to the same platform.

    See:

    Note to master for Oracle Recovery Manager (RMAN) [ID 1116484.1]

    RMAN restore backups as part of an upgrade of database [ID 790559.1]
    The database upgrade Version online by using streams and RMAN [ID 782444.1]
    Restoring a database to a group of highest patches [558408.1 ID]
    Different methods of upgrade for the upgrade of your database [ID 419550.1]

    For more information.

    Best regards

    mseberg

    Published by: mseberg on August 24, 2012 12:31

  • Symantec AntiVirus recommended for the database oracle on windows server 2003

    Hi all

    I have a server of oracle database on the windows server 2003 version 10.2.0.4 platform. What are best practices for symantec antivirus running on this server, but the database of their scanning file exclusions.

    My server restarted unexpectedly for many times. I have in the log of event id 6008. What can be the cause of it... ?

    How to configure the anti-virus protection on Windows Server that is running the database Oracle [ID 782354.1]

  • Why should store the database call should be server-side?

    Hi gurus,

    I use the tool obpm.

    I have a requirement to store the data in the database. I catalogued the required tables. I wrote a so-called method "storeDetails" in which I'm defining all the required values in the DB and then object by calling the method of the store .

    My question is why should he 'storeDetails' method is configured as a method on the server side?

    Kind regards
    Neya

    There is a misunderstanding common and essential to understand. Even today, some people think that BPM Oracle 10g supports not both server-side and client (things made from your browser by pressing the application of the workspace)-side (database calls, web service calls...).

    Methods marked as server-side mean they need the Oracle BPM engine to make the connection (for example the thread pool of database for database calls). SQL calls are thus only by the engine (server side). Separate the features of the workspace (client side) and the engine (server side), is an important way that customers can improve performance because you can choose to group together or both. Keeping the side Server and client side separate, you can scale the workspace as your number of end users increase. You can scale your engines as your number of cases increases.

    The engine can do tasks side server because it is what has been built to make. The workspace was built instead to do client-side UI and to publish data on end users, according to the needs.

    Dan

  • Publish the project to a different server

    Hello...

    I have WLS (11g) with a domain name with two managed servers:
    Server1 running on port 8011
    Server2 running on port 8022

    I use sbconsole to import my configuration (JAR file exported from ofm_osb).
    The resources are made available on the first server managed without any problem (e.g.: http://localhost:8011/proxy/dummyService? wsdl).

    Now, I would like to make my second project available on the Server2 (e.g.: http://localhost:8022 / myResources), but I didn't know how to accomplish this.
    Am I missing something here?

    Tanks in advance.

    OSB does not provide the possibility to selectively deploy services on a particular server in the domain.
    For Clusters, when you import and activate, objects/services are deployed on all servers managed cluster of OSB.
    For the topology not clustered, http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15022/intro.htm#CEGFIAEG
    You can have only one server of OSB in the field. Another managed server in areas that can accommodate other products (SOA/EM etc.)

    Hope this helps
    Maury

Maybe you are looking for