Database Migration best option exp/expdp

Hi Gurus,
As a part of an EBS upgrade we need to migrate the DB in 10.2.0.4 from AIX to Linux .The target DB version would be 10.2.0.4 also.
The database size is around 900 GB.
I know I can use exp or expdp.
I need to know as per the experience what you people say is the best approach considering the size of the database.
And if there are any best practices or parameters that you suggest out of your experience that could speed up the whole process(both the export and import)
Also let me know if I can use some other approach like RMAN etc. ,for me the approach with minimal downtime would be the best suited .
Looking for responses.
Thanks in advance!

Pl post EBS version - the EBS forums are at https://forums.oracle.com/forums/category.jspa?categoryID=3
What is the target version of Linux ? 32-bit or 64-bit ?
Pl see these MOS Docs
Migrating to Linux with Oracle Applications Release 11i          [Document 238276.1]
Debugging Platform Migration Issues in Oracle Applications 11i          [Document 567703.1]
Application Tier Platform Migration with Oracle E-Business Suite Release 12          [Document 438086.1]
http://blogs.oracle.com/stevenChan/entry/migrating_oracle_applications_to_new_platforms
HTH
Srini

Similar Messages

  • Best practice for database migration in 11g

    Hello,
    Database migration is required due to OS change.  Here, I have two database instances say A and B in the old server where RDBMS_VERSION is 11.1.0.7.0. They need to be migrated into a new OS where the oracle has been installed with version 11.2.0.2.0.
    Since all data + objects need to be migrated into the new server, I want to know what the best practice is and how to do that. Thanks in advance for your necessary guidance.
    Thanks and Regards,
    Prosenjit

    Hi Prosenjit,
    you have some options.
    1. RMAN Restore: you can restore your database via rman to the new host, and then upgrade it.
        Please follow instruction from MOS Note: RMAN Restore of Backups as Part of a Database Upgrade (Doc ID 790559.1)
    2. Data Guard: check the MOS Note: Mixed Oracle Version support with Data Guard Redo Transport Services (Doc ID 785347.1)
    3. Full Export / Import (DataPump)
    Borys

  • Oracle E-business suite database migrate from AIX to Linux

    Oracle 11i application database migration from single Aix instance to oracle Linux cluster RAC.
    What is the easy way to migrate?
    Migrate single instance from aix to linux cluster.
    OR
    Migrate single instance from aix to linux cluster RAC.
    We have installed oracle Linux cluster.
    Please help me which way I can go with RAC.
    Thanks
    Prince

    Migrating to a single instance will be the simplest. The migration itself will not be much different between the two because you're migrating from one platform to another. The options you have available are, the traditional IMP/EXP, datapump, and RMAN to migrate to either a standalone or RAC environment. The difficulty will be in creating a RAC environment and a little a few extra steps in the RMAN restore. Working with RAC will make things harder, but the actual migration is similar. The steps to IMP/EXP, whether it's traditional or Datapump will be no different. However, standing up a RAC database will be.

  • E-business database migration to linux (Cross platform) using datapump

    Have anyone used parallel=? option of datapump when migrating e-business database (cross platform) during export (expdp) and import (impdp).

    174b0d50-0464-47ad-8831-22215fbc4bbe wrote:
    Have anyone used parallel=? option of datapump when migrating e-business database (cross platform) during export (expdp) and import (impdp).
    You can use this option, just consider not using a high number to avoid ORA-31693 errors.
    Using Transportable Tablespaces for EBS 11i Using Database 11gR2 (Doc ID 1366265.1)
    Using Transportable Tablespaces for EBS Release 12.0 or 12.1 Using Database 11gR2 (Doc ID 1311487.1)
    Thanks,
    Hussein

  • Upgrade exp/expdp issue

    Hi,
    We are in the process of upgrading our 10.2.0.4 databases to 11.2.0.2. We are going from RAC to RAC. I have already upgraded many databases successfully with the exp/imp method. However I have run into a 10.2.0.4 database that is not relatively big that is so slow on the export method, that it is not feasible.
    So I am tring the expdp/impdp method, and the expdp was completed in 45 minutes (not bad). I have been running the impdp for 21 hours, and it is still not complete. It says it is still EXECUTING.
    Now I am thinking that I need to do something even more creative. I have a single node server, running 10.2.0.4 database on top of 10.2.0.4 ASM. I can move the database to this server, and try to install the 11.2.0.2 database software to see if I can upgrade in place, then migrate the database via RMAN. The question is, can an 11.2.0.2 database use or live on a 10.2.0.4 ASM?
    I am also open to any suggestions on any ideas about how to expedite the exp or impdp processes. This database is a copy of a Peoplesoft database that is used for staging changes with the Stat product. It has 52,063 tables, 201 tablespaces, 26,297 views and it only takes up 17GB of space according to Cloud Control. The expdp file is only 2.4 GB.
    Thank you for your time.
    Regards
    //Karl

    For a quick upgrade try using the transportable tablespace feature, MOS note pasted below should get you started in the right direction.
    Since you're on ASM there will be an RMAN `backup as copy` step somewhere in the process, but generally a transport will be much quicker than an exp or datapump process. For exp we would usually specify the indexes parameter to get separate DDLs to rebuild indexes at the target to get more work done in parallel, and there is probably a similar method with datapump. But the transport might do the trick much more easily.
    1166564.1 Master Note for Transportable Tablespaces (TTS) -- Common Questions and Issues

  • Oracle Database Migration Guide (MOS) and csscan info

    Hi
    I have to expdp select set of schemas from one database (10.2.0.5) to another (new database on new server - 10.2.0.5, both RHEL 5.8). I am basically moving a database fro move server to another and I have been told to do it this way. This is not a database migration from one release to another - but it is migration from one server to another within same release and version (same patch level).
    I believe there is more to it than just expdp and impdp. I have been trying to find some kind of checklist or guide on Oracle Support site which may guide me in right direction but could not find on this specific task (there are many on DB Upgrades and Migrations to new releases). I also heard of a tool called "csscan". I had a very beirf chat with an expert and he asked me to look for MOS on this task and also make use of csscan.
    Can anyone please help me find such document or guide?
    Best regards

    csscan is for checking to see if a character set change will affect data.  Do the two databases have different character sets?  Is the client different than the db?
    You can go to tahiti.oracle.com and select your version, then search for the term.
    You have to understand what grants and synonyms and procedural objects your app uses.  Details depend.

  • Best options to use in Temp Table

    Hello,
    I was just trying to figure out the best options we can choose with when we come across a scenario where we need to use a  Temp Table/Table Variable/Create
    a Temp Table on the fly.
    However, I could not see any big difference in using those options. As per my understanding using a table variable is more convenient if the query logic is
    small and the result set also will be comparatively small.Creating a temp table is also an easy option but it takes much time and we can not create any indexes on it. I am working on a query optimization task where in plenty of temp tables are used
    and the query takes more than five minutes to execute. We have created few indexes and all in few tables and reduced the query execution time up to 2 mnts.Can anyone give me more suggestions on it. I have gone through various articles about it and came to
    know that there is no one solution for this and I am aware of the basic criteria like  use Set No count on, Order the table in which the indexes are created, Do not use Select * instead use only columns which are really required, Create Indexes
    and all. Other than these I am stuck with the usage of temp tables. There are some limitations where I can convert all the Temp table logic to CTE (I am not saying its not possible, I really dont have time to spend for the conversion). Any suggestions are
    welcome.
    Actual Query
    select Code,dbo.GetTranslatedText(Name,'en-US')
    as Name from ProductionResponse.ProductionResponse
    00.00.02
    5225 rows
    With Table Variable
    DECLARE  @General
    TABLE(Code
    NVarchar(Max),Name
    NVarchar(Max)
    INSERT
    INTO @General
    select Code,dbo.GetTranslatedText(Name,'en-US')
    AS Name  from ProductionResponse.ProductionResponse
    select
    * from @General
    00.00.03
    5225 rows
    With an Identity Column
    DECLARE  @General
    TABLE(Id
    INT IDENTITY(1,1)
    ,Code NVarchar(Max),Name
    NVarchar(Max)
    INSERT
    INTO @General
    select Code,dbo.GetTranslatedText(Name,'en-US')
    AS Number  from ProductionResponse.ProductionResponse
    select
    * from @General
    00.00.04
    5225 rows
    With Temp Table:
    CREATE
    TABLE #General (Id
    INT IDENTITY(1,1)
    PRIMARY KEY,Code
    NVarchar(Max),Name
    NVarchar(Max)
    INSERT
    INTO #General
    select Code,dbo.GetTranslatedText(Name,'en-US')
    as Name from ProductionResponse.ProductionResponse
    select
    * from #General
    DROP
    TABLE #General
    00.00.04
    5225 rows
    With Temp Table on the Fly
    SELECT G.Code,G.Name
    INTO #General  
    FROM
    select Code,dbo.GetTranslatedText(Name,'en-US')
    as Name from ProductionResponse.ProductionResponse
    )G
    select
    * from #General
    00.00.04
    5225 rows

    >> I was just trying to figure out the best options we can choose with when we come across a scenario where we need to use a Temp Table/Table Variable/Create a Temp Table on the fly. <<
    Actually, we want to avoid all of those things in a declarative/functional language. The goal is to write the solution in a single statement. What you are doing is mimicking a scratch tape in a 1950's tape file system. 
    Another non-declarative technique is to use UDFs, to mimic 1950's procedural code or OO style methods. Your sample code is full of COBOL-isms! In RDBMS we follow ISO-11179 rules, so we have “<something in particular>_code” rather than just “code” like
    a field within a COBOL record. The hierarchical record structure provides context, but in RDBMS, data elements are global.  Or better, they are universal names. 
    >> I am aware of the basic criteria like use SET NO COUNT ON, Order the table in which the indexes are created, Do not use SELECT * instead use only columns which are really required, CREATE INDEXes and all.<<
    All good, but you missed others. Never use the same name for a data element (scalars) and a table (sets). Think about what things like “ProductionResponse.production_response” means. A set with one element is a bit weird, but that is what you said. Also, what
    is this response? A code? A count? It lacks what we call an attribute property. 
    This was one of the flaws we inherited when ANSI standardized SQL and we should have fixed it. Oh well, too late now. 
    Never use NVARCHAR(MAX). Why do you need to put all of the Soto Zen sutras in Chinese Unicode? When you use over-sized data elements, you eventually get garbage data. 
    >> Other than these I am stuck with the usage of temp tables. There are some limitations where I can convert all the Temp table logic to CTE (I am not saying its not possible, I really do not have time to spend for the conversion). Any suggestions are
    welcome.<<
    Yes! This is how we do declarative/functional programming! Make the effort, so the optimizer can work, so you can use parallelism and so you can port your code out of T-SQL dialect. 
    --CELKO-- Books in Celko Series for Morgan-Kaufmann Publishing: Analytics and OLAP in SQL / Data and Databases: Concepts in Practice Data / Measurements and Standards in SQL SQL for Smarties / SQL Programming Style / SQL Puzzles and Answers / Thinking
    in Sets / Trees and Hierarchies in SQL

  • Best Option to learn Java: Search the Web, Books or Real Training

    Good Evening People,
    I came to the following conclusion during my 4 weaks of trying to just connect and read a MySql Database, to read a CVS file.
    It seems that you get some leads, but never the full answer.
    So I am asking what will be my best Option, as I can see people on the Forum sort of give you some direction, but they want you do figure the answer out for yourself. Which I suppose you deserve as you might have started off with the same frustrations.
    So what fo you suggest I do to limit my frustration:
    Web Search drive me to a level of uncontrollable frustration, is this realle a complete solution.?
    I bought books each costing me over R600.00, still the mistery remains on how to do simple functions.?
    Should I rather spend some money and do a Course ?
    Please if you have walk the road and have the correct answer I will appreciate it.
    If it is a course, what will it be ??
    I am in the Gauteng Area.
    Regards
    Judy

    jverd wrote:
    I don't know what books you've bought and in what way they're not meeting your needs. Here's my standard list of web resources and books. At least one of the books is available online, free I think. Take a look at them and see which ones best fit your needs.
    However, if you expect to just be able to cherry pick bits of Java to learn as you go, without first spending time and effort working through the basics, you're in for a disappointment.
    Sun's [basic Java tutorial|http://java.sun.com/docs/books/tutorial/]
    Sun's [New To Java Center|http://java.sun.com/learning/new2java/index.html].Includes an overview of what Java is, instructions for setting up Java, an intro to programming (that includes links to the above tutorial or to parts of it), quizzes, a list of resources, and info on certification and courses.
    [http://javaalmanac.com|http://javaalmanac.com]. A couple dozen code examples that supplement [The Java Developers Almanac|http://www.amazon.com/exec/obidos/tg/detail/-/0201752808?v=glance].
    jGuru. A general Java resource site. Includes FAQs, forums, courses, more.
    JavaRanch. To quote the tagline on their homepage: "a friendly place for Java greenhorns." FAQs, forums (moderated, I believe), sample code, all kinds of goodies for newbies. From what I've heard, they live up to the "friendly" claim.
    Bruce Eckel's [Thinking in Java|http://mindview.net/Books/DownloadSites] (Available online.)
    Joshua Bloch's [Effective Java|http://www.amazon.com/Effective-Java-2nd-Joshua-Bloch/dp/0321356683/ref=pd_bbs_1?ie=UTF8&s=books&qid=1214349768&sr=8-1]
    Bert Bates and Kathy Sierra's [Head First Java|http://www.amazon.com/exec/obidos/tg/detail/-/0596004656?v=glance].
    James Gosling's [The Java Programming Language|http://www.bookpool.com/sm/0321349806].
    with the javaalmanac.com site does it cover everything in the book or is there a lot more in the book to make it worth buying? thanks

  • IBM DB2 to Oracle Database Migration Using SQL Developer

    Hi,
    We are doing migration of the whole database from IBM DB2 8.2 which is running in WINDOWS to Oracle 11g Database in LINUX.
    As part of pre-requisites we have installed the Oracle SQL Developer 4.0.1 (4.0.1.14.48) in Linux Server with JDK 1.7. Also Established a connection with Oracle Database.
    Questions:
    1) How can we enable the Third Party Database Connectivity in SQL Developer?
    I have copied the files db2jcc.jar and db2jcc_license_cu.jar from the IBM DB2 (Windows) to Oracle (Linux)
    2) Will these JAR files are universal drivers? will these jar files will support in Linux platform?
    3) I got a DB2 full privileged schema name "assistdba", Shall i create a new user with the same name "assistdba" in the Oracle Database & grant DBA Privillege? (This is for Repository Creation)
    4) We have around 35GB of data in DB2, shall i proceed with ONLINE CAPTURE during the migration?
    5) Do you have any approx. estimation of Time to migrate a 35 GB of data?
    6) In-case of any issue during the migration activity, shall i get an support from Oracle Team (We have a Valid Support ID)?
    7) What are all the necessary Test Cases to confirm the status of VALID Migration?
    Request you to share the relevant metalink documents!!!
    Kindly guide me in-order to go-ahead with the successful migration.
    Thanks in Advance!!!
    Nagu
    [email protected]

    Hi Klaus,
    Continued with the above posts - Now we are doing another database migration from IBM DB2 to Oracle, which is very less of data (Eg: 20 Tables & 22 Indexes).
    As like previous database migration, we have done the pre-requirement steps.
    DB Using SQL Developer
    Created Migration Repository
    Connected with the created User in SQL Developer
    Captured the Source Database
    Converted Captured Model to Oracle
    Before Translation Phase we have clicked on the "Proceed Summary"
    Captured Database Objects & Converted Database Objects has been created under PROJECT section.
    Here while checking the status of captured & converted database objects, It's showing the below chart as sample:
    OVERVIEW
    PHASE               TABLE DETAILS          TABLE PCT
    CAPTURE               20/20                              100%
    CONVERT               20/20                              100%
    COMPILE                 0/20                                   0%
    TARGET STATUS
    DESC_OBJECT_NAME
    SCHEMANAME
    OBJECTNAME
    STATUS
    INDEX
    TRADEIN1
    SQLDEV:LINK:&SQLDEVPREF_TARGETCONN:null:TRADEIN1:INDEX:ARG_I1:oracle.dbtools.migration.workbench.core.ConnectionAwareDrillLink
    Missing
    INDEX
    TRADEIN1
    SQLDEV:LINK:&SQLDEVPREF_TARGETCONN:null:TRADEIN1:INDEX:H0INDEX01:oracle.dbtools.migration.workbench.core.ConnectionAwareDrillLink
    Missing
    INDEX
    TRADEIN1
    SQLDEV:LINK:&SQLDEVPREF_TARGETCONN:null:TRADEIN1:INDEX:H1INDEX01:oracle.dbtools.migration.workbench.core.ConnectionAwareDrillLink
    Missing
    INDEX
    TRADEIN1
    SQLDEV:LINK:&SQLDEVPREF_TARGETCONN:null:TRADEIN1:INDEX:H2INDEX01:oracle.dbtools.migration.workbench.core.ConnectionAwareDrillLink
    Missing
    INDEX
    TRADEIN1
    SQLDEV:LINK:&SQLDEVPREF_TARGETCONN:null:TRADEIN1:INDEX:H3INDEX01:oracle.dbtools.migration.workbench.core.ConnectionAwareDrillLink
    Missing
    INDEX
    TRADEIN1
    SQLDEV:LINK:&SQLDEVPREF_TARGETCONN:null:TRADEIN1:INDEX:H4INDEX01:oracle.dbtools.migration.workbench.core.ConnectionAwareDrillLink
    Missing
    INDEX
    TRADEIN1
    SQLDEV:LINK:&SQLDEVPREF_TARGETCONN:null:TRADEIN1:INDEX:H4INDEX02:oracle.dbtools.migration.workbench.core.ConnectionAwareDrillLink
    Missing
    INDEX
    TRADEIN1
    SQLDEV:LINK:&SQLDEVPREF_TARGETCONN:null:TRADEIN1:INDEX:H5INDEX01:oracle.dbtools.migration.workbench.core.ConnectionAwareDrillLink
    Missing
    INDEX
    TRADEIN1
    SQLDEV:LINK:&SQLDEVPREF_TARGETCONN:null:TRADEIN1:INDEX:H7INDEX01:oracle.dbtools.migration.workbench.core.ConnectionAwareDrillLink
    Missing
    INDEX
    TRADEIN1
    SQLDEV:LINK:&SQLDEVPREF_TARGETCONN:null:TRADEIN1:INDEX:H7INDEX02:oracle.dbtools.migration.workbench.core.ConnectionAwareDrillLink
    Missing
    INDEX
    TRADEIN1
    SQLDEV:LINK:&SQLDEVPREF_TARGETCONN:null:TRADEIN1:INDEX:MAPIREP1:oracle.dbtools.migration.workbench.core.ConnectionAwareDrillLink
    Missing
    INDEX
    TRADEIN1
    SQLDEV:LINK:&SQLDEVPREF_TARGETCONN:null:TRADEIN1:INDEX:MAPISWIFT1:oracle.dbtools.migration.workbench.core.ConnectionAwareDrillLink
    Missing
    INDEX
    TRADEIN1
    SQLDEV:LINK:&SQLDEVPREF_TARGETCONN:null:TRADEIN1:INDEX:MAPITRAN1:oracle.dbtools.migration.workbench.core.ConnectionAwareDrillLink
    Missing
    INDEX
    TRADEIN1
    SQLDEV:LINK:&SQLDEVPREF_TARGETCONN:null:TRADEIN1:INDEX:OBJ_I1:oracle.dbtools.migration.workbench.core.ConnectionAwareDrillLink
    Missing
    INDEX
    TRADEIN1
    SQLDEV:LINK:&SQLDEVPREF_TARGETCONN:null:TRADEIN1:INDEX:OPR_I1:oracle.dbtools.migration.workbench.core.ConnectionAwareDrillLink
    Missing
    INDEX
    TRADEIN1
    SQLDEV:LINK:&SQLDEVPREF_TARGETCONN:null:TRADEIN1:INDEX:PRD_I1:oracle.dbtools.migration.workbench.core.ConnectionAwareDrillLink
    Missing
    INDEX
    TRADEIN1
    SQLDEV:LINK:&SQLDEVPREF_TARGETCONN:null:TRADEIN1:INDEX:S1TABLE01:oracle.dbtools.migration.workbench.core.ConnectionAwareDrillLink
    Missing
    INDEX
    TRADEIN1
    SQLDEV:LINK:&SQLDEVPREF_TARGETCONN:null:TRADEIN1:INDEX:STMT_I1:oracle.dbtools.migration.workbench.core.ConnectionAwareDrillLink
    Missing
    INDEX
    TRADEIN1
    SQLDEV:LINK:&SQLDEVPREF_TARGETCONN:null:TRADEIN1:INDEX:STM_I1:oracle.dbtools.migration.workbench.core.ConnectionAwareDrillLink
    Missing
    INDEX
    TRADEIN1
    SQLDEV:LINK:&SQLDEVPREF_TARGETCONN:null:TRADEIN1:INDEX:X0IAS39:oracle.dbtools.migration.workbench.core.ConnectionAwareDrillLink
    Missing
    We have seen only "Missing" in the chart, also we couldn't have any option to trace it in Log file.
    Only after the status is VALID, we can proceed with the Translation & Migration PHASE.
    Kindly help us how to approach this issue now.
    Thanks
    Nagu

  • Oracle10g database migration from MID to MIT

    Dear all,
    im currently doing the migration from production server (MID) to dev server (MIT).
    i've use 2 method below but all encounted the error and fail to import. hope some one can point the error and explain the some of my problem.
    1. used oracle exp and imp
    full database.
    - i've exp the full database and drop all the current R3 table by following selection syntax.
            select 'drop table sapsr3.' ||table_name|| ';' from user_table.
    - but some table fail to drop because some of the table name consist '//'
    - after doing imp, R3 cannot be start and keep show yellow status.
    - log file display 'waiting for termination icman'
    Q1. is that the method i did is correct?
    Q2. how do i drop the table which start from '//'
    single table.
    - i've exp a single table from database then imp.
    - while i check on SQL+. the table exist and consist data.
    - but when i check on GUI. the table doesn't exist.
    Q3. is that the table imported is only import to oracle. but not R3?
    Q4. how to make it completely update to R3?
    2. used SAP brtools.
    full database.
    - i've export a complete database backup(MID) by selected
    backup and recovery -> database backup -> backup device type (disk)
    - then import the backup to MIT
    restore and recovery->while dabase reset->select consistent database backup()->
    check the status of database files()->restore control files and redolog files()->
    restore data files() ->reset program status()
    note: () means the whole process.
    Q5. database restored from MID to MIT, but the MIT could not start R3. may i know what i miss to cross R3 could not start?
    single table
    - export single table thru segment management-> export table from MID.
    - import single table thru segment management-> import table to MIT.
    Q6. error show oracle_home didnt set. but i've check on system enviroment and oracle_home is there. and i double confirm the variable by enter 'set'. Oracle_home still there. should i set oracle_home in cmd again?
    note: pls state which method is preferable and which question is answering.
    thanks and appreciate from yours reply.

    finish patch the r3load and add the dbs/ora/tnsname = <SID> in the tnsname.
    but the error is still the same.
    INFO 2009-08-17 18:48:29
    Output of C:\usr\sap\MID\SYS\exe\uc\NTI386\R3load.exe -testconnect is written to the logfile R3load.exe.log.
    WARNING 2009-08-17 18:48:29
    Execution of the command "C:\usr\sap\MID\SYS\exe\uc\NTI386\R3load.exe -testconnect" finished with return code 2. Output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    C:\usr\sap\MID\SYS\exe\uc\NTI386\R3load.exe: START OF LOG: 20090817184829
    C:\usr\sap\MID\SYS\exe\uc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#20 $ SAP
    C:\usr\sap\MID\SYS\exe\uc\NTI386\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jul  7 2009 08:04:27
    C:\usr\sap\MID\SYS\exe\uc\NTI386\R3load.exe -testconnect
    DbSl Trace: Cannot connect: dbs/ora/tnsname in profile missing
    (DB) ERROR: db_connect rc = 256
    DbSl Trace: Cannot connect: dbs/ora/tnsname in profile missing
    (DB) ERROR: DbSlErrorMsg rc = 29
    C:\usr\sap\MID\SYS\exe\uc\NTI386\R3load.exe: job finished with 1 error(s)
    C:\usr\sap\MID\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20090817184829
    ERROR 2009-08-17 18:48:29
    CJS-30023  Process call 'C:\usr\sap\MID\SYS\exe\uc\NTI386\R3load.exe -testconnect' exits with error code 2. For details see log file(s) R3load.exe.log.
    ERROR 2009-08-17 18:48:29
    FCO-00011  The step testDatabaseConnection with step key |NW_Export|ind|ind|ind|ind|0|0|NW_ABAP_Export_Dialog|ind|ind|ind|ind|4|0|NW_ABAP_Export|ind|ind|ind|ind|0|0|testDatabaseConnection was executed with status ERROR .
    INFO 2009-08-17 18:48:56
    An error occured and the user decide to stop.\n Current step "|NW_Export|ind|ind|ind|ind|0|0|NW_ABAP_Export_Dialog|ind|ind|ind|ind|4|0|NW_ABAP_Export|ind|ind|ind|ind|0|0|testDatabaseConnection".

  • Best option for website plus SQL Server?

    Best option for website plus SQL Server?
    OPTION 1: Azure website + SQL VM
    OPTION 2: Azure website + SQL VM within Virtual Network
    OPTION 3: Website VM + SQL VM both within Virtual Network
    Pros/cons of each?  I’m looking there SIMPLEST solution so long as also SECURE.
    Thanks.

    Hi,
    With Azure web sites, you don't have to manage Virtual Machines, network load balancers, or deployment infrastructure yourself. All of these capabilities are built in and provided by the Azure Websites service.
    It depends on you. Personally, the easiest way would be creating an Azure Web site and using a SQL Azure database associated with the site.
    If you want to use a SQL VM as a database server, I recommend you to create it in a virtual network as it is supported for integration between your Azure virtual network and the Azure Websites:
    Azure Websites Virtual Network Integration
    Best regards,
    Susie
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Preview of the Database Migration Assistant for Unicode

    Dear Forum Readers,
    Are you attending Oracle OpenWorld next week in San Francisco? Is the process of migrating an existing database to Unicode (AL32UTF8/UTF8) of interest to you? If your answer is "yes" to both questions, you will be certainly interested in the following announcement: Database Migration Assistant for Unicode at Oracle OpenWorld
    Thanks,
    Sergiusz

    Hello,
    SQL Server 2012 setup program won’t allow you to perform a downgrade from SQL Server 2014 Express Edition. Backup/Restore
    and Detach/Attach won’t help you either.
    One option you have left is using SQL Server Import/Export Wizard as explained on the following article.
    http://www.mytechmantra.com/LearnSQLServer/Downgrade_SQL_Server_Database_P1.html
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Need help with database migration using export/import

    Hi,
    I am planning to do a database migration from 8.0.6 to 10.2.0.4. I am using export/import. Please answer some of my queries:
    1) Do i need to do full export using SYS/SYSTEM user.
    exp80 system/manager file=c:full.dmp log=c:\full.txt full=y consistent=y
    2) Will there be any data corruption while export.
    3) Is export/import the only method of migration/upgradation.
    Please help
    Thanks.

    I'll answer the specifics that I know about your questions, but please look at the post from Srini for additional info:
    1) Do i need to do full export using SYS/SYSTEM user.
    exp80 system/manager file=c:full.dmp log=c:\full.txt full=y consistent=yA full export will move as much information (metadata/data) as possible. In order to do a full export/import, you need to do this from a
    privileged account. A privileged account is one with EXP_FULL_DATABASE for export and IMP_FULL_DATABASE for import.
    2) Will there be any data corruption while export.The data in the objects that you are exporting is being read, nothing is written to user data. I'm not sure what this is available in 8.0.6,
    but if you need a consistent export, look to see if consistent=y is available in 8.0.6. All this means is that the dump file created will have
    consistent data in it.
    3) Is export/import the only method of migration/upgradation.If you are changing hardware, the only supported way from 8.0 to 10.2.0.4, that I know of, is using exp/imp.
    Hope this helps.
    Dean

  • Exchange 2013 new batch migration missing option

    I installed exchange 2013 for a client about a month ago.
    Everything went well and they are using the New exchange .
    When using the new migration batch option I discovered I had an 3 option on the " start the batch" screen.
    The option was to " Start the batch automatically after time: " and it let me choose a time to start it.
    This option work great for those boxes I need to move at night.
    I am in the process of doing the same thing for a different client and the above option is missing.
    Does anyone know why I do not have this option. I have done the install the same as the first one.
    Installed using CU5. and all install options and config in the same.
    I look forward to your input

    Hi,
    What’s your Exchange version?
    I tested in my lab, Exchange 2013 CU1, there is no the “Start the batch automatically after time:” option to choose.
    Best regards,
    Belinda Ma
    TechNet Community Support

  • LCM: Migration via files - error msg "error.migration.source.option,null"

    Not working. Error msg: "error.migration.source.option,null"
    Export to files is successfull but when trying to import the error message is shown.
    Anyone have a remedy?

    Hi,
    I got the same error a couple of times and solved it by restarting Foundation Services. Not the best solution but it worked for me.
    Hope it helps.
    //Regards
    C

Maybe you are looking for