copy the entire schema to the new database

Hi... What is the best way to copy the entire schema (25 GB) to the new database ther.

Thank you

What is best way to copy the entire schema (25 GB) to the new database ther.

Import/export
Import export/Datapump DataPump (if the database is in 10g)
DEC using the database link

Tags: Database

Similar Questions

  • E.M.P. 11.1.2.1 repointing to the new database

    Hi all;

    Need of your advice here;

    I had a requirement for re-pointer the EPM environment to the other (new) database. I just want to share my point of view how this can be done please correct me if I'm wrong.

    (1) the relational database of the former backup

    (2) backup the \Oracle\Middleware\ file of all servers in the EMP

    (3) the registry backup

    4) clone or COPY all schemas (HFM, planning, Essbase, FDM.. etc) to the database

    Then

    (4) remove the respective environmental USER_PROJECTS folders

    5) RUN the CONFIGURATION TOOL and then provide the NEW database server and port details. Update the TNSNAMES.ora file with the new database.

    (6) repeat step 5 for all other components

    OR

    Is there a way we can change the PROPERTIES file with the Reconfiguration pointing to the new database of execution? Please notify.

    Thank you

    UB.

    Yes you must reconfigure on these servers, but it is only shared services registry which needs configuration to point to the new database, Essbase uses the information updated in reg.properties.

    Try it and see.

    See you soon

    John

  • How to reconnect the new database with oracle and oracle mid infrastructure

    course oracle environment;
    Database; 10gr 2 (10.2.0.1) old-SID: gtxprod host: 10.30.100.199
    new database; 10gr 2 (10.2.0.1) - SID: gtxprod2 host: 10.40.110.199
    application sever. 10.2.0.1 (oracle mid level.) and oracle infra SSO, forms, reports, portal.

    problem;
    I try to reconnect from the application to the new database server. I do not know how?

    I went to /opt/oracle/10ggtxinf/network/admin/tnsnames.ora
    # tnsnames.ora Network Configuration File: /opt/oracle/10gasr2inf/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    
    asdb.gtx.com =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = isdev.gtx.com)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME =asdb.gtx.com)
        )
      )
    
    
    gtxprod.gtx.com =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = gtxprod.gtx.com)(PORT = 1521))
        )
        (CONNECT_DATA =
          (SID = gtxprod)
        )
      )
    
    gtxprod2.gtx.com =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = gtxprod2.gtx.com)(PORT = 1521))
        )
        (CONNECT_DATA =
          (SID = gtxprod2)
        )
      )
    In application of the oracle infra. How Asian Bank of development of database instance can connected with the new data base gtxprod2?

    In Forms Server, based on a Web site, if go to Forms Server, I can see tns.ora but I can't see anything to update to the new database.

    you could give me information how understand this problem?

    Thank you very much in advance

    Hi Wen,

    As you have created a new database 'gtxprod2' so the Stanley database should be in place
    cmd--> lsnrctl status
    That you have even made changes to 10ggtxinf/network/admin/tnsnames.ora
    do the same entry in the oraclebi/network/admin/tnsname.ora file

    You can check if your new entry is rite of
    tnsping gtxprod2 (>)
    Now you ask how the application will come to know what database to point to
    Go to oracle AS
    As using your forms and reports go to oraclebi/forms/server/formsweb.cfg

    At the end of the file, there might be a few entries
    for example
    [test]
    envFile = test.env
    Form = LOGIN_ENT.fmx
    LookAndFeel = oracle
    separateFrame = true
    UserID=nrs_fd/nrs_fd@fixdep
    SplashScreen = NO
    logo = NO
    Background = No.
    color = auto
    make = yes
    Archive = frmall.jar
    archive_jini = frmall_jinit.jar, frmwebutil.jar, Jacob.jar, icons.jar
    ImageBase codebase =
    term = frmpcweb.res
    baseHTML = webutilbase.htm
    baseHTMLjinitiator = webutiljini.htm
    baseHTMLjpi = webutiljpi.htm
    WebUtilArchive = frmwebutil.jar, jacob.jar

    "userid=nrs_fd/nrs_fd@fixdep" IE (username) / (password) @tnsname
    the following entry specifies what database, the application must point to

    If your using a war file, you must create a data source and as datasource, you must specify the tnsname input

    Concerning
    Fabian

  • Complete Impdp for the new database

    Hello
    I'm trying to move my database to a different server. What I need to ask about is: can I use impdp to move the database to the new environment, new server or the new database with the new paths? and what is the steps to do this? is is the fully automatic process?

    If you ask about the settings file, it's just a text file where you put your orders of datapump. Here is an example:

    my_imp.par
    --------------------
    Full = y
    job_name = my_full_import
    remap_datafiles = "C:\Documents and Settings\All Users\Favorites\file1.dbf":"/oracle_home/dbs/file1.dbf",
    "C:\Documents and Settings\All Users\Favorites\file2.dbf":"/oracle_home/dbs/file2.dbf"

    Then, you perform your impdp as command:

    Username/password Impdp parfile = my_imp.par

    Dean

  • Create the new database of complete hot RMAN, atrchivelog and backup control files

    Hi all

    I'm trying to create the new database U1234 of P1234 of full hot RMAN, atrchivelog and control P1234 file backup.

    Here are my steps

    (1) to restore the control file

    #! / bin/sh
    ORACLE_SID = P1234
    export ORACLE_SID
    RMAN nocatalog target / < < EOF | Tee restorecontrol.out
    startup nomount pfile=/u01/oradba/admin/U1234/scripts/restore/restore071009U1234/initP1234.ora;
    the value of DBID 6767676;
    run
    {
    allocate channel d1 type disk;
    controfile catering to ' / u02/oradba/U1234/control/P1234_control01.ctl';
    Restore controlfile to ' / orarman/restore/P1234/cf_P1234_c-00';
    change the editing of the database;
    }
    EXPRESSIONS OF FOLKLORE

    (2) database stop then restart the database with the new contraol file using pfile.

    (3) restore data files

    #! / bin/sh
    ORACLE_SID = P1234
    export ORACLE_SID
    RMAN nocatalog target / < < EOF | Tee restore_dbfiles.out
    Run {}
    the value of newname for datafile 1 to ' / u05/oradba/U1234/dbfile/U1234_system01.dbf';
    the value of newname for datafile 2 to ' / u05/oradba/U1234/dbfile/U1234_undotbs01.dbf';
    the value of newname for datafile 3 to ' / u05/oradba/U1234/dbfile/U1234_sysaux01.dbf';
    the value of newname for datafile 4 to ' / u06/oradba/U1234/dbfile/U1234_users_d01.dbf';
    the value of newname for datafile 5 to ' / u06/oradba/U1234/dbfile/U1234_tools_d01.dbf';
    the value of newname for datafile 6 to ' / u08/oradba/U1234/dbfile/U1234_audt_x01.dbf';
    the value of newname for datafile 7 to ' / u07/oradba/U1234/dbfile/U1234_audt_d01.dbf';
    the value of newname for datafile 8 to ' / u07/oradba/U1234/dbfile/U1234_audt_d02.dbf';
    the value of newname for datafile 9 to ' / u08/oradba/U1234/dbfile/U1234_lh_x01.dbf';
    restore the database;
    switch datafile;
    }
    EXPRESSIONS OF FOLKLORE


    ORA-27063: number of bytes read or written is incorrect
    SVR4 error: 28: no space is available on the device

    Now, I missed the space during the restoration of data files and want to restore remaining who is 3 and 4 of datafile datafile.

    Can you please let me know how I can restore it.

    I need to change the names of database after the successful restoration.

    DBVERSION 10.2.0.1
    operating system: solaris 10

    Thanks in advance.

    Hello..

    Do you have free space? If Yes, then you can try: -.

    RUN {}
    SET NEWNAME for DATAFILE 3 to ' / u05/oradba/U1234/dbfile/U1234_sysaux01.dbf';
    RESTORE THE 3 DATA FILE;
    DATAFILE 3 SWITCH;
    }

    [http://www.oracle-base.com/articles/9i/DBNEWID.php]

    Anand

  • How to create the new database in oracle 11g

    Hello
    I m new in oracle 11g, I downloaded oracle 11g and with the help of the guide of the developer-2 days, I learned all the SQL queries, but I worked with human resources database.
    Now, I want to create my own database with the required tables. Can anyone help me how I can make my own database in oracle 11g.

    Thank you
    Manna

    870692 wrote:
    Hello
    I m new in oracle 11g, I downloaded oracle 11g and with the help of the guide of the developer-2 days, I learned all the SQL queries, but I worked with human resources database.
    Now, I want to create my own database with the required tables. Can anyone help me how I can make my own database in oracle 11g.

    Thank you
    Manna

    Be sure to distinguish between the terms and the database schema. Other products, make them bad. It would be a HR diagram (or a user, which is the same in Oracle). If you do not need to use the database Wizard, unless you are working with a new host with no database.

    A simple way would be to get the DDL to create the HR schema and modify it for your own. It can be extracted from your database in several ways, or you can copy the hr_cre.sql to your own script and change. The two ways are educational, and you can google for instructions.

  • create the new database programmatically

    I am creating a new MS Access database you want to connect a few results for in a labview program using the toolkit of connectivity datab ase.  The examples show how link and create a new table in an existing database file, but I want to create a new database and then insert a new table inside for my results.  Any ideas?

    You have installed Access where you can create a blank MDB file?  If so, you can create an and store it as a template in your program folder.  Copy and paste when you run your routine and use table VI to create in the Toolbox to create tables to write.  It is possible to create tables in an INSERT, but you can't control the properties of the fields.  The OP in this thread is doing this thing. (http://forums.ni.com/t5/LabVIEW/Database-connectivity-toolkit/m-p/3046359#M868188)

  • Using copyTo to copy the Sqlite database file to the directory of the user

    I am trying to copy my database Sqlite directory of private enforcement directory of documents accessible to the user. Here is my code:

    // closing db connection
    dbConnection.close();
    // clearing the db file variable
    dbFile = null;
    
    // new handle on the same db file
    dbFile = File.applicationStorageDirectory.resolvePath("mydb.db");
    // copy to documents directory
    dbFile.copyTo(File.documentsDirectory);
    

    When I try to run the code on the device, I get:

    There is an example on the Adobe AIR help page:

    original var = air. File.documentsDirectory.resolvePath ("AIR Test/test.txt");

    newFile var = air. File.documentsDirectory.resolvePath ("AIR Test/copy.txt");

    original.copyTo (newFile, true); true means crushes!

    Therefore, specify the new file name too not only the directory.

  • Copy the new Gmail message to a local folder in Thunderbird-, and mark it as read ONLY on the Gmail server

    Hi forum,

    for a long time, I tried to set up a filter which copies new messages in the Gmail inbox to a folder in local mail in Thunderbird, and defines in addition/unread state correctly on both ends.

    However, no matter what I try, it doesn't work.

    There seems to be no way to set the playback on the IMAP server to 'read' State after the copy action and at the same time keep the "unread" status for mails that have been copied to the local folder in Thunderbird.

    It does not work even if I created an intermediate folder on the IMAP server where mail is first moved to and only then is copied to the local Thunderbird folder later.

    I also tried all sorts of combinations with the 'move later' and other actions to FiltaQuilla.

    I'm really at a loss. I'm the only one who wants to copy the message from Gmail to a local Thunderbird folder and get the status of unread / read appropriate on the server, as well as in Thunderbird?

    Bunch help, thank you

    Bravo David.P

    Why is that every time I ask about any TB support forum, I find myself explaining things instead of getting an answer?

    I need to mail to stay on the server, even if I delete it locally. What part of this is not understandable?

    In any case, don't bother. I fixed it myself at the same time by putting in place the new Gmail account in Thunderbird.

    See also:
    http://forums.mozillazine.org/viewtopic.php?f=31 & t = 2877149

  • How do I add the new database to RAC 10 g 1

    Hello, guys!

    I'll migrage RAC 2 - nodes to a new hardware (virtual machine is), but I don't know how to do this.

    Guys, please, can you me the migration steps?

    I was thinking about this:

    (1) I install clusterware on 2 new nodes.

    (2) restore database backup rman (production system)

    (3) is not sure how to register restored the database on the new cluster

    Thanks in advance.

    You must first reconfigure init.ora (for all instances) with the new configuration, as remote_listener local_listener, instance_number cluster_database...

    After that, you must save the database and everything what you bodies

    srvctl add database d o Pei

    srvctl add instance d -i - n

    srvctl add instance d -i - n

    HTH - Antonio NAVARRO

  • Add the new database

    I have a 2 rac cluster

    rac1 server with 2 network cards

    eth0, eth1

    rac2 server with 2 network cards

    eth0, eth1

    We have completed the installation of rac cluster

    the database is rac

    Now the manager who comes to me and says

    I want you use the environment above and create another database QA

    of course I can easily create a single instance of QA Manager

    said... I want allows you to create a car QA database

    How do I do this with the same material?

    Imagine the size of the data set is 20 GB and data used are 10 GB

    the sys admin says if you want it can create discs more than necessary.

    How to use two servers to create another data base rac called QA

    I can't go to the Manager and say... BUY a material more

    What are the minimum requirements and that is the necessary steps.

    Of course I don't want detailed step by step guide

    just a preview...

    You can use dbca (Database Configuration Wizard) to create multiple databases in the same installation of RAC cluster.

    But first think how big disks (data, Redo, Arch) (grid Infra (clusterware) disc can be same for all databases) you need this new database and add these new drives for servers and ASM if you use.

    And then create a new database with dbca.

  • How to export the Apex asks the new database

    Hello

    Pls help me with the steps on how to pass my Apex 4.2.3 a database to a different database in the new pc

    Thanks and greetings

    Idris

    Hi Idris,.

    Initially, there are two aspects to move an Apex Application to a completely different environment.

    1. Components of the apex.
    2. Database components.

    both are well documented in this forum and elsewhere.

    Components of the apex can be moved to the Apex export and import tools. Components of database can be moved using more general DB tools such as datapump.

    Hope this gets you started.

    Concerning

    André

  • Installation of VirtualCenter migration with the new database

    I have an existing installation of Virtual Center and sql server that was installed by an employee of the past. The installation needs cleaning and migration.

    So I decided to prepare a new physical server to host a new installation of VirtualCenter and another SQL Server. I installed VirtualCenter, and the database was created. But now I'm starting to think that she can't be as easy as adding ESX hosts to the installartion of Vcenter new/database and update the IP of the server for the hearbeat.

    So I have a few questions:

    (1) if I disconnect the old installation of VirtualCenter and ESX hosts, add them to the new facility, my storage adapters will remain intact?

    (2) I'll currupt one of my virtual machines on ESX host?

    If I can lose data, I'll obviously have to migrate the existing database, rather than nine.

    You can unplug and remove the hosts of their current instance of vCenter and then add the host in the new.  Don't hurt your VM.  You do not also lose connection also well to the storage fabric.

    Just keep in mind that moving to a new instance of vCenter will lose you all the performance and historical data as well as any rules DRS/HA, pools of resources, permissions, roles, etc.

  • Installing Vcenter new server with the new database

    Hello

    We currently have the virtual Center 2.5 with SQL express back-end and we are planning to upgrade to vcenter server with Oracle backend. My original plan was to start over by installing vcenter on a temporary server with Oracle and eventually return the current server vcenter and use the same Oracle server. What would be the simplest solution for this? Essentially, in the end, we need to use the current server to vcenter but move from the db to the Oracle database. Our group consists of 3 servers and only active DRS at present (HA disabled for this upgrade). Can I upgrade the current virtual Center vcenter server directly and do fresh install for the Oracle database?

    Thank you

    I would also install a new server vCenter thr.

    After that, make a new configuration and Noor and if everything works correctly, uninstall the old und VC 2.5 check also the HA!

    Good luck!

  • Copy the new computer export presets

    I recently reformated my computer and I just realized that I have lost all my presets to export, even if I copied the catalog on. I tried Finder in all the usual places that Adobe programs store user data, but I can't find them. Anyone know where I can find my presets to export to copy in my new home folder?

    Thank you.

    This should help you: http://kb2.adobe.com/cps/843/cpsid_84313.html

Maybe you are looking for

  • Updated Windows Update for microsoft security updates

    I have problems updating KB982308 KB979441, KB952158, KB982135, KB976321, KB982312, KB982331, KB980729, KB974561and KB981715.  Is there a way to deal with these updates individually?

  • Windows 7 64 - bit on Precision M6300 - video problem

    I just installed Windows 7 64-bit on a Dell Precision M6300. There is a video problem. Here's what's happening and what I tried: The problem: If I move or resize a window, the colors go crazy and it becomes illegible or at best, barely readable. What

  • Audio for Inspiron E1450

    Had to recently reformat my laptop and since I have no sound... I tried the sndvol32.exe file and it does not exist on my pc.  don't know anywhere I can get it?

  • Problem with BlueTooth stereo!

    Im having trouble getting my pTunes to play through my stereo Bluetooth headset.  Correctly, it is paired with the phone as im able to make calls him.  Advice, am I missing a step?  Any advice would be most useful, Im using Motorola S9 and stereo hea

  • ORA-305500 which tent to download XLS

    HelloI use forms11, when I try to download data for the XLS file error appear ORA-305500. any suggestion?the error displayed when running this codeworkbook := ole2.get_obj_property(workbooks, 'Open', args);all of the code: application := ole2.create_