passage from 10g to 12 c

Hi all

I have my production on oracle 10.2.0.5 on windows platform server.

I have another server with Oracle 12 c on Linux platform.

I want to move my server 10g with data users to 12 c.

How I do that? What is the best approach?

Thank you.

Use export and import.

See also this Blog:

https://blogs.Oracle.com/upgrade/entry/welcome_to_the_oracle_database

Tags: Database

Similar Questions

  • Impossible to upgrade the schedular schema from 10g to 11g

    Hello

    Im doing an upgrade of the schema S_NQ_SCHED from 10g to 11g, its failure to upgrade, while the review, he throws the error in the log below:


    [2012-03-16 T 12: 09:21.363 + 02:00] [BIPLATFORM] [ERROR] [update. BIPLATFORM] UPGCMP-05001: table 10 g S_NQ_SCHED. S_NQ_JOB. Oracle.IAS.mrua.plugin.BI.DBTable@6a493b65 does not use the default columns.   He can't be updated[2012-03 - 16 T 12: 09:21.363 + 02:00] [FrameworkMR] [ERROR] [UPGAST-01008] [update. FrameworkMR] review of the scheme has failed for Oracle's BI platform.
    [2012-03-16 T 12: 09:21.363 + 02:00] [FrameworkMR] [ERROR] [update. FrameworkMR] Cause: upgrade framework determined that the review of upgrade phase failed for the named component. This is often due to a the prerequisite check failed. No patterns changes have been made to the component that failed. Action: Check the log files upgrade for the cause of the message. Fix the source of the problem if possible and start the exam. Do not have to perform a real upgrade upgrade all components unless mode to succeed during the review.
    [2012-03-16 T 12: 09:21.363 + 02:00] [FrameworkMR] [NOTIFICATION] [update. Failure_total M_upgradeMode 1 FrameworkMR] N
    [2012-03-16 T 12: 09:21.363 + 02:00] [FrameworkMR] [NOTIFICATION] [update. Failure_total M_upgradeMode 1 FrameworkMR] N
    [2012-03-16 T 12: 09:21.363 + 02:00] [FrameworkMR] [ERROR] [UPGAST-01015] [update. Specific software components FrameworkMR modules] some update of the repository report the failure.
    [2012-03-16 T 12: 09:21.363 + 02:00] [FrameworkMR] [ERROR] [update. Cause FrameworkMR]: one or several modules specific to software components returned a status of error during upgrade from the repository. A few other components could be upgraded successfully. Action: Review upgrade logs to determine which components have failed and locate the source of the errors for each component. Correct the conditions that caused the errors. It may be possible to restart the upgrade.
    [2012-03-16 T 12: 09:21.379 + 02:00] (Framework) [NOTIFICATION] [update. Finishing frame] examination of the components.



    Kind regards
    KK

    KK,

    When we install OBIEE 11 g, we run a repository creation utility (RCU) creates two schema called schema of metadata (MDS) and BIPLATFORM.
    The planner of all associated tables were created in the BIPLATFORM schema.
    If Enterprise Manager (EM) takes these patterns automatically and executes BI 11 g Planner services.
    Connect with the BIPLATFORM schema in the data source. Here we can see the Scheduler tables S_NQ_JOB, S_NQ_INSTANCE, S_NQ_JOB_PARAM, S_NQ_ERR_MSG which are born already when we ran RCU related

    For more information,.

    http://allaboutobiee.blogspot.in/2012/03/creating-agent-in-OBIEE-11g.html

    Thank you
    Oldia...

  • Migrate content from 10g to stellent 7.5

    Anyone know if it is possible to migrate the content of the University Complutense of MADRID 10 G (10.1.3.51) to Stellent 7.5.2? Thank you!

    Archiver has not changed too much between 7.5 and 10 g. He main difference in my opinion, is the ability to migrate tables as well as the content.

    If you move just happy, then it might be easier to import it into an external collection. You must run archive in stand-alone mode (not web applets), and then an additional button appears when you open an external collection. You can ' go local ' to browse the file system. If you mount the directory 10g of system 7.5, you can open the archives/collections.hda 10g file in the box of 7.5. Then you can import that you checked out of the box of 10 g.

    But really... Why do? Would rather just move the content from 7,5 to 10g system? Or a new system of 11g? 10g is almost 10 years...

  • Passage of 10g R2 to 11g R2

    Hello world
    I have 2 servers, we have Windows Server 2003 with Oracle 10g R2 and the other has Windows Server 2008 with Oracle 11 g R2, so all my data is stored in my Oracle 10 g R2 server and I would like to import all my data to my new Oracle 11 g R2 Server. I run an export on my server 10g R2 using exp and I tried to import it into my new server, but I get lots of warnings and data is never imported.
    Y at - it an instruction step by step on how to import to my new 11g R2 server?
    Thanks in advance!

    Hello
    As you use the old imp utility the user that you import must exist (unless you did a full = exp there which I don't think you did). The error is simply to say that the object which imp tries to create already exists. If you open a session as long as user you want to import, and then select * from user_tables do you see something? If you are planning that the schema is clean and empty, simply drag the user and manually re-create - then restart import. I suspect a previous imp order was partially successful and managed to create some objects?

    expdp/impdp is a lot better to all of this - it will still create user for you if it does not exist and is about 10 x faster than exp/IMP.

    Kind regards
    Harry

  • update from 10g to 11g xe xe

    Hello world
    I'm upgrading to 10g to 11g xe xe traying.
    Oracle 10g XE is installed before on my C:\
    I want to install 11 g xe even directory.
    To export the data from 10.2 XE database, perform the following steps:
    
    Connect to 10.2 XE database as SYS user.
    
    Create a dump folder dump_folder on the local file system.
    
    Create directory object DUMP_DIR with READ and WRITE privilege to SYSTEM user.
    
    SQL> CREATE DIRECTORY DUMP_DIR AS '/<dump_folder>';
    SQL>GRANT read, write ON DIRECTORY DUMP_DIR TO system;
    Export data from 10.2 XE database to the dump folder.
    
    expdp system/system_password full=Y 
     EXCLUDE=SCHEMA:\"LIKE \'APEX_%\'\",SCHEMA:\"LIKE \'FLOWS_%\'\" 
     directory=DUMP_DIR dumpfile=DB10G.dmp logfile=expdpDB10G.log
    expdp system/system_password 
     TABLES=FLOWS_FILES.WWV_FLOW_FILE_OBJECTS$ directory=DUMP_DIR 
     dumpfile=DB10G2.dmp logfile=expdpDB10G2.log
    When I get to the step
    ORA-39002: invalid operation
    ORA-39070: Unable to open the log file.
    ORA-29283: invalid file operation
    ORA-06512: at "SYS.UTL_FILE", line 475
    ORA-29283: invalid file operation
    
    
    
    SQL>
    Published by: esra aktas on 06:54 18.Nis.2011

    ESRA aktas wrote:
    I haven't installed the new database 11g xe still...
    Should I install 11g xe first?

    Oops. You have changed the first post :)

    So, you see the error when you export.

    Are you sure that oracle can access your DUMP_DIR (the folder created for the export of landfills)?

  • Sudden passage from portrait to landscape screen.

    Somehow, while on the Internet, I hit I thought were the keys to my speed (CTRL + ALT + A) to call my dictionary program, but what I got was a landscape screen and could not escape from her until I did a restore. What happened and what to do if it happens again? Thanks for the help. G. R. Davis

    Some graphics cards have rotating "hot keys", enabled by default, and this is probably the most common cause of this problem. The exact procedure to correct the display may depend on the particular brand and the configuration of the graphic card.

    Try to use the combination of keys, "Control + Alt + Up Arrow Key". CTRL + Alt with one of the arrow keys is a fairly common rotation keys configuration. Microsoft® Security MVP, 2004-2009

  • Document for replication from 10g to 12 c m

    Hello

    Can someone tell me a document to implement the goldengate between 10g and c 12 databases replication?

    Thanks in advance

    _

    Kind regards

    Mahmoud Tareef

    Mohmoud salvation,

    The latest version of Oracle GoldenGate for Oracle Database 10g was 11.2.1.0.28. You can use version Oracle goldengate for oracle database 12 c 12. Below please find links to documents,

    Installing Oracle GoldenGate 11.2.1.x

    https://docs.Oracle.com/CD/E28323_01/doc.1121/e27278.PDF

    Installing Oracle GoldenGate 12.1.2.x

    https://docs.Oracle.com/GoldenGate/1212/Gg-Winux/Giora/install.htm#GIORA162

    You can use these above two document to set the replication between the Oracle database 10g and 12 c.

    Kind regards

    Veera

  • The upgrade from 10g to 11 GR 2

    Hello people:

    I run an instance of Oracle 10 g with Application Express 4.0.2.00.07.  I have 23 requests, which all of the custom images used throughout. 

    According to your experience, what is the best way to upgrade to 11 g 2 without having to rebuild all applications?  Is this possible?

    Thank you

    Aqua

    AquaNX4 wrote:

    I'll be upgrading on the same server, but what I understand is no 'upgrade' so to speak for 10g to 11 GR 2.  As I understand it, you have uninstall 10g and then install 11 GR 2.  Is this correct?  I'm not aware of all hotfix that upgrades 10g to 11 GR 2.

    This is my version of 10g:

    BANNER

    Oracle Database 10 g Express Edition Release 10.2.0.1.0 - product

    PL/SQL Release 10.2.0.1.0 - Production

    "CORE 10.2.0.1.0 Production."

    AMT for 32-bit Windows: Version 10.2.0.1.0 - Production

    NLSRTL Version 10.2.0.1.0 - Production

    Express Edition is different. That is why providing details of the environment at the front is so important: it avoids wasting time for everyone.

    To upgrade 10g to 11g XE XE, perform the installation of 11g according to the instructions in the section "importing and exporting data between 10.2 and 11.2 XE XE" Guide of Installation for Windows XE.

  • Adapter entity from 10g to pre fill adpter in conversion of 11g r2

    HI -.

    I'm looking for expert advice on a migration of the adapter that I am doing.

    Here's the deal:

    As the entity adapters are not longer supported 11 g r2. I intend to convert the adapter of the entity on the shape of the object at the front fill the adapter on the process of 11 GR 2.

    The area that I am interested in has a data type of research. and I have observed that the form of process user for the resource has values that are not research.

    Q: is it possible fill in the value of the field with a random value (some user form filed in this case) that is not in the definition of research in 10g using adapters of the entity? Make the same adapter pre-filled using 11 g?

    Or the Enitity adapter is not in use in this case and its Direct copy of class since the form user field?

    Thank you

    SK

    Use the label of the field of the UDF.  The values must be constant.

    -Kevin

  • Info of passage from one type to another

    I will implement a program of promotion with our distributors to give them an incentive for registration of products sold at the time of the sale. To do this, we must enter the coordinates of the seller Distributor, as well as contact information for the end user and to link the two sets of data. I need this connection to occur in Eloqua, I just need to have the possibility of linking the two sets of data in excel. So, I thought that there are two options:

    1. create two forms in Eloqua and move some of the data from the field of form 1-form 2 and then provide all data in field of two forms in the presentation of data in the form of 2 somehow so I can download in excel.  Is this possible without the help of the contact fields? How can I do this in the form editor, as I have very little knowledge in programming?

    2. we have a form of end-user that we currently use for the product records located on our website and I was able to create another form in Eloqua request information by the dealer. How can I pass data field in a hosted form Eloqua form Eloqua not hosted?

    Thanks for any help on this!

    Lisa

    Hi Lisa, is logical.

    A couple of years, we did a very similar project for one of our customers. What you mentioned, it's the same concern that we have sought to prevent.

    The method used was to use Eloqua data search as a method of validation. Basically, when a sales representative/distributor entered e-mail address of the end user, Eloqua research would fill all their information in the form of sellers/distributors. If no data has been taken from Eloqua then it means the email address is incorrect or the contact wasn't in Eloqua. Form validation would not allow EPR send form without user prepopulated information. The form fields were also defined as disabled fields so it could not be changed/seizures manually by the user.

  • How to make a passage from the mouse inactive before a click?

    Hello

    IM new at this request, but I like it a lot!

    My question is how to activate a button with a 'click' or any other action that is the only thing before for example a passage of the mouse becomes active? I would like to make this infographic that gives you the ability to click a button, then a rectangle is displayed, then you hover over the rectangle and the text appears.

    Thanks in advance

    Casper

    I would use animate() for mouseenter and mouseleave events.

    Example here:

    Dropbox - double action btn.zip

  • Apex from 10g to 11g Guide

    Hello
    I have an apex application that resides on Oracle 10 g. You're heading 11g and you need to move this app. What is the best way to do this:
    1 wouldn't be a good idea to save the 10 g and restore it to 11 g?
    Tool apex 2-use to move the app to 11g?

    Thank you

    I will seek to update your installation of APEX at least 4.0 x very soon. 4.1 with a host of new features is coming, unless you have a burning reason to remain in 3.2...

    Thank you

    Tony Miller
    Webster, TX

    Time passes fast like the wind, but the flies from fruits such as bananas.

    If you answer this question, please mark the thread as closed and give points where won...

  • the length of a passage from the mouse detection

    This seems a simple scenario, apologies if its already been posted, but I can't find anything on the research.

    I have a button that triggers an action on the passage of the mouse, I need to detect how long the users mouse is over the button and only trigger the action when the mouse has stayed more for 1 second.

    Any help would be greatly appreciated!

    :

  • Passage from 1 disc to disc 4 raid 5 T - 300 SBS 2008

    You need to change 1 disk RAID to 4-drive raid 5 without the backup and restore. What process and procedure would you use? Background, I did volunteer help an organization to reconfigure their SBS 2008 Server. Last year they received a T - 300 Dell running SBS 2008 with 10 licenses (for free). The Organization has nine people. Now for the downside. The machine has 1-250 GB hard drive and 4 GB of RAM. The hard disk is divided into a 75 GB c drive and the rest is a D drive for data. The c-drive is completely full (only 100 MB of free space) and the d drive - has only 5 GB of space. They run AD print, file, and SQL. No Exchange or SharePoint. Initially, they had backup in the cloud, but because the software is running on the c drive they removed. They now use the Windows backup on a USB key. They have hundreds to spend to improve. I'll probably update the RAM of 4 GB to 8 GB and buy 3-250 GB disks to create a raid 5 machine and expand space. The machine T-300 Dell comes with a hardware raid perc raid controller is possible. I also found the same Seagate drives as what is in the machine now. I normally, how to back up the hard drive, format, and create the raid scenario 5 from scratch, then reinstall, but due to certain circumstances beyond my control, I have very little time. My plan b is to create a 3 disk raid 5 for the d drive software and use a partition manager to resize the c-dive. Is there a healthy way of mind until his presentation the raid 5 from the single disc?

    You said you had a "PERC"... "PERC" in a T300 (PERC 6 / i) does not support non RAID, so if you use a PERC 6, your single drive must be a single drive RAID 0, which means that you CAN add disks to the system and reconfigure your disk 1 0 4 drive RAID 5 RAID on the fly.  You will need the software OpenManage Server Administrator (OMSA) installed to do this.  OMSA MUST be installed on the C: drive, which may complicate your scenario.  If you have not already OMSA is installed, you can use OMSA Live to initiate the reconfigure statement.  You can also move the d: pagefile in order to free up enough space to install OMSA (IF you have not already moved it for reasons of space).

  • Call the Froms 10g Web Service

    I followed the tutorial can be found here: http://www.oracle.com/technology/products/forms/htdocs/10gr2/howto/webservicefromforms/ws_10_1_3_from_forms.html

    but the link no longer works. I tried to get to the new Oracle learning library, but they are not even an option for Forms 10 g. Could someone point me in the right direction to find this tutorial?

    It's now located here:

    http://www.Oracle.com/technetwork/developer-tools/forms/WS-10-1-3-from-forms-098038.html

    Be aware that the page above can not open in Internet Explorer. You may need to open in Firefox or other non - IE browsers. We are investigating the problem.

    See also SOA and related documents on this page:

    http://www.Oracle.com/technetwork/Developer-Tools/Forms/documentation/techlisting10gr2-093389.html

Maybe you are looking for

  • Can I use Time Machine for several different backups?

    I have my 500 Gb HD Macintosh that saves on two external hard drives (two 500 GB), so I always have two backups! But I have another external hard drive (1 TB) with a lot of footage on it I want backe up on top of a new external drive (1 TB)! It is po

  • We will use a script that allows users to connect only once.

    We will use a script that allows users to connect only once. However some users need a second possibility of connection.How is - this can be handled in a script? The users in question are members of the same group secuity. Where the use of Windows se

  • Insert the floppy disk to update the security of Microsoft Works update.

    O.K.  I get this message on the automatic updates failed.  I've never had Microsoft 9.  Why they continue to send me updates for something automatically that I don't have?  How to stop, as it is disturbing, especially since it deals with security. I

  • HP6510 e-all-in-211 stopped printing black.

    My printer has done very well.  I had beed impression for a while and then had a paper jam.  After the jam black stopped printing.  All the colors print fine, but I get a gray very very clear instead of black.  The black cartridge was practically new

  • Hello. I have a problem when I want to write Arabic letters. IM using xp sp3 and word 07

    I had just installed the left right languages. When it's over, I restart my system. Then, I click regional options and go to the languages tab I click on details and then when to add it to the languages tab appear, there is no Arab as egypt, u.a.e an