Since SQL SERVER 2005 to Oracle 10.2

Hello

How can we transfer DB from sql server 2005 to Oracle 10.2.0.1?

Thank you
Brij

DBF, is not sql server.
>
SQL Server databases have three types of files:

*

Primary data files

The primary data file is the starting point of the database and points to the other files in the database. Each database has a primary data file. The file name extension recommended for primary data files is .mdf.
*

Secondary data files

Secondary data files include all files of data, other than the primary data file. Some databases may not have secondary data files, while others have multiple secondary data files. The file name extension recommended for secondary data files is .ndf.
*

Log files

Log files hold all the log information used to recover the database. There must be at least one log file for each database, although there may be more than one. The file name extension recommended for log files is .ldf.
>

for dbf to oracle, see http://asktom.oracle.com/pls/asktom/f?p=100:11:0:P11_QUESTION_ID:711825134415

Tags: Database

Similar Questions

  • Migration from SQL Server 2005 to Oracle 10g

    Dear friends,

    I need to move my tables with data from SQL Server 2005 to Oracle 10 g. How can we make the best possible?

    Please guide me.

    Nith

    Here are the 4 options (it is perhaps more)

    * 1.* export to text file in SQL2005 and load text files using external table in Oracle

    * 2 in the Oracle ODBC for SQL Server connection configuration and simply pull the data using create table abc to select * mytable@sqlserver - if the oracle is on windows, this should be quick, free and painless, it works under unix as well. Examples

    http://www.databasejournal.com/features/Oracle/article.php/3442661/making-a-connection-from-Oracle-to-SQL-Server.htm
    http://www.easysoft.com/applications/Oracle/database-gateway-dg4odbc.html

    * 3.*, I think that you can configure the connection between SQL SERVER and Oracle

    http://support.Microsoft.com/kb/280106

    or and I hate this solution in general, but it works in the content is low

    * 4 in MS Access link to ORACLE and MS SQL Tables (two linked tables) and then create the insert query to move the data from the server sql for oracle - this solution works, but it is quite slow.

  • SQL Server 2005 to Oracle Migration

    Dear friends,

    I scoured many websites on migration, and I have a few options in hand.

    1 - oracle Workbench: does not support SQL Server more
    2 - SQL Developer: has not worked for me (he gave a lot of mistakes, I didn't know how to fix)
    3 - dblink: what used for migration?
    4. I can try to generate text files in sql server and using loaded sql I should load into oracle.
    5 experiment some features in sql server to convert it into another format.

    Advice me please if you know which is the best option among all or if there are other ways to handle them.

    I need only the tables and records.

    Please guide me.

    Thank you.

    Nith

    Sorry Nith, I have no practical experience on the Golden Gate.

  • Ms SQL Server 2005 to Oracle 9i migration

    Hi all

    MS-SQLServer to Oracle 9i migration. in migration, work bench lists only SQL SERVER 2000

    Thank you
    -
    ABK

    Oracle Migration Workbench is outdated and replaced with SQL Developer Migration Workbench.
    Take a look on:
    http://www.Oracle.com/technology/tech/Migration/Workbench/index_sqldev_omwb.html

  • Reading BLOB to SQL Server 2005 using DB Oracle 10 g Link

    Hi all

    I'm reading the data from a table in SQL Server 2005 by using ODBC DB link created in Oracle database 10 g (10.2.0.3/4). I do not use oracle gateway.

    I am able to read all the data except data BLOB of SQL server 2005. It gives an below error when I try to run the query SELECT * from T_TRANSACTION_DATA@sdeslink within a stored procedure:

    ORA-22992: cannot use LOB Locators selected remote tables

    Kindly help how to read BLOB from SQL server 2005 within Oracle 10 g.

    Best regards!

    Irfan

    Irfan,
    In fact, you hit a restriction of RDBMS and is not a problem HSODBC. You will get the same error if you try to select a BLOB in a remote Oracle database.
    There are workrounds, but you must first verify that you can select the remote blob using SQLPLUS as there are some restrictions on the types of data that can be managed by HSODBC.
    What is the data type of the column in SQL * Server can you select using SQLPLUS?

    The other point is that 10.2 HSODBC was desupported for awhile and you need to install and use the replacement product that is the 11g database for ODBC (DG4ODBC) gateway.

    Kind regards
    Mike

  • ODI - SQl Server 2005

    Hi friends,

    My source is: SQl server 2005
    Target: Oracle

    I would use LKM: Sql for oracle? It works in this case? If it works with little change in the ODI knowledge module, please guide me.

    I use Oracle CKM, IKM: added Sql command.

    Thanks for your comments.

    LKM SQL for Oracle works perfectly to your needs, without having to change.

  • DB Link using the gateway to Oracle to SQL server 2005

    Hi all

    I am facing problems to configure the gateway for Oracle database to connect to SQL server, given below are details:

    Machine has
    ----------------
    OS = Windows server 2008 R2 64 bit
    DB = Oracle 10.2.0.5 64-bit

    content of C:\oracle\product\10.2.0\db_1\NETWORK\ADMIN\*tnsnames.ora*

    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST = WIN-G9TJ5GM2SAO)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    )
    )

    dg4msql =
    (DESCRIPTION =
    (ADDRESS =
    (PROTOCOL = TCP)
    (HOST = 10.1.87.119)
    (PORT = 1521)
    )
    (CONNECT_DATA =
    (SID = dg4msql))
    (HS=OK))

    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1))
    )
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    )
    )

    Machine B
    ----------------
    OS = Windows Server 2003 32-bit
    DB = SQL Server 2005 32-bit
    Gateway = Gateway Oracle 11 g 32 bit

    Content of C:\product\11.2.0\tg_1\dg4msql\admin*\initdg4msql.ora*

    HS_FDS_CONNECT_INFO = localhost:1433 / / SDÉS
    HS_FDS_TRACE_LEVEL = OFF
    HS_FDS_RECOVERY_ACCOUNT = RECOVERY
    HS_FDS_RECOVERY_PWD = RECOVERY

    Content of C:\product\11.2.0\tg_1\NETWORK\ADMIN\*listener.ora*

    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST = eZeePay-DB)(PORT = 1521))
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))
    )
    )

    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = dg4msql)
    (ORACLE_HOME = C:\product\11.2.0\tg_1)
    (PROGRAM = dg4msql)
    )
    )

    ADR_BASE_LISTENER = C:\product\11.2.0\tg_1

    On computer A, if I use TNSPING it gives below error

    C:\users\administrator > tnsping dg4msql

    AMT Ping Utility for 64-bit Windows: Version 10.2.0.5.0 - Production on 12-MAR-2
    012 11:44:12

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

    Use settings files:
    C:\oracle\product\10.2.0\db_1\network\admin\sqlnet.ora

    AMT-03505: failed to resolve the name


    Please please help what's not in configurations!

    Best regards!

    Irfan

    Published by: irf_mas on March 12, 2012 12:47 AM

    Hello Irfan,
    As far as I can see the correct air configuration files, but you can check a few things-

    1. they may have been lost when posting in the forum, but can do you that there is a space at the beginning of each line in the tnsnames.ora and listener.ora except for the first line of each section-

    ORCL =

    dg4msql =

    EXTPROC_CONNECTION_DATA =

    LISTENER =

    SID_LIST_LISTENER =

    2. What is in the file sqlnet.ota on the computer has?

    3. host 10.1.87.119 is the machine eZeePay-DB?

    4 is the gateway listener began the eZeePay DB?

    Kind regards
    Mike

  • SQL Server 2005 Datetime Datatype loading loading in the Oracle database

    Hi friends,

    I'm trying to load Sql Server 2005 (DateTime Datatype) in the Oracle Table that is defined as a Timestamp, is not loading Accurately.Please suggest me how to charge accurate data.

    BRK

    The best way to fix this is:

    Don't forget the format default date at Oracle (target)
    Convert the date to a string in the source to the same format as Oracle.

    Make sense?

  • Microsoft update as kb955706 for Sql server 2005 for visual Studio 2008 on windows 7 fails repeatedly.

    I received this error message;  Update error code received Windows 24 - 2 c.

    Try to re-post in the SQL Server Setup & Upgrade forum for appropriate assistance: http://social.msdn.microsoft.com/forums/en-US/sqlsetupandupgrade/threads/

    SQL Server 2005 Setup fails when MSXML Core Services 6.0 Service Pack 2 is already installed:
    http://support.Microsoft.com/kb/968749

    ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • Hotfix for SQL Server 2005 Service Pack 3 update

    I tried to get the fix for SQL Server 2005 Service Pack 3 update. I downloaded it, but there is an error that appears. (WindowsUpdate_0000737D""WindowsUpdate_dt000"). I have went threw this Help window to fix this. When I get to step 5 there are two choices. 1 is engine mssmlbiz:Database. 2 is SQLEXPRESS:Database Engine. I choose both of them. one at a time and then I get to step 7 and this is where I hit a wall. I do not have an opption for the next button. Thank you.

    Try posting in the SQL Server Setup & Upgrade forum for assistance: http://social.msdn.microsoft.com/forums/en-US/sqlsetupandupgrade/threads/ ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • Error code SQL Server 2005 Service Pack 3 (KB970892) Instalation failure error details 737D. I am running Vista.

    Received this message for months. After the windows Update 737D error, but his failed because it was unable to complete the update.

    Try posting in the SQL Server Setup & Upgrade forum for assistance: http://social.msdn.microsoft.com/forums/en-US/sqlsetupandupgrade/threads/

    SQL Server 2005 Setup fails when MSXML Core Services 6.0 Service Pack 2 is already installed:
    http://support.Microsoft.com/kb/968749

    ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • Cannot install the update of security for SQL Server 2005 Service Pack 3 (KB970892) _

    I get the guests to install this important update, but it will not be installed. I followed the instructions of troubleshooting for error 737D, but it does not work.
    Any suggestions?

    Error code when you use Windows Update or Microsoft Update to install updates on a computer on which SQL Server 2005 installed: "0x737D."
    http://support.Microsoft.com/kb/978597

    Visit the Microsoft Solution Center and antivirus security for resources and tools to keep your PC safe and healthy. If you have problems with the installation of the update itself, visit the Microsoft Update Support for resources and tools to keep your PC updated with the latest updates.

    ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • SECURITY UPDATE for SQL SERVER 2005 SERVICE PAK (KB970892) FAILURE CODE 7358__I am not able to complete the update above.

    UPDATE OF SECURITY FOR SQL SERVER 2005 SERVICE PAK (KB970892) HAS NO CODE 7358
    WINDOWS _00007358 WINDOWS UPDATE _dt000 UPDATE

    I'm not able to finish the update above.  When I try to turn off my cell phone, that the process is delayed because the computer tries to update and it is frustrating to wait the update complete error 7358.

    Can it be fixed or can I delte this update to stop the delay to stop him?

    See the section "How to get help" of http://support.microsoft.com/kb/970892

    For individuals, please visit the Microsoft Solution Center and antivirus security for resources and tools to keep your PC safe and healthy.  If you have problems with the installation of the update itself, visit the Microsoft Update Support for resources and tools to keep your PC updated with the latest updates.

    Security customer includes home links page free security update support, too
    https://consumersecuritysupport.Microsoft.com/

    For more information about how to contact your local Microsoft subsidiary for security update support issues, visit the International Support Web site: http://support.microsoft.com/common/international.aspx

    For enterprise customers, support for security updates is available through your usual support contacts.

    ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • Microsoft SQL Server 2005 Express Edition SP3 (KB955706)

    I used XP 32 bit with updates automatic for over 2 years without problems, until about mid November 2009, when the next update failed to install:

    Microsoft SQL Server 2005 Express Edition SP3 (KB955706)

    Several attempts in recent weeks continue to cause failure to install.  Suggestions?

    Search and/or post on this forum-

    The SQL Server installation & set program at level
    http://social.msdn.Microsoft.com/forums/en-us/sqlsetupandupgrade/threads/ ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • I had 26 successful updates for SQL Server 2005 SP3 KB970892, but I keep getting a yellow icon who invites me to install it. I uninstalled and reinstalled. I still get the prompt to install the update.

    I have Dell Dimension 8100 with Windows XP Home Edition that has Visual Studio 2005 Express installed that has SQL Server 2005 with her. I had a problem with Windows Update and will prompt to install SQL Server 2005 SP3 KB970892 since October 14,2009. I've uninstalled and reinstalled everything first and always kept getting the prompt, then I tried another solution that I got from a forum of symantec. I uninstalled the update again, and then I went into the registry to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL\Resume REG_DWORD and changed the value decimal from 1 to 0, installed the update and restarted the machine. It worked for the person who posted, but this has not worked for me. I waited a while hoping that Microsoft will come out with a fix for the next monthly update that has not yet happened. If anyone has a solution, please send an email to . I thank very you much for your time.

    [NEVER publish or use your real email address in a public forum or a discussion group!]

    Visit the Microsoft Solution Center and antivirus security for resources and tools to keep your PC safe and healthy. If you have problems with the installation of the update itself, visit the Microsoft Update Support for resources and tools to keep your PC updated with the latest updates.

    ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

Maybe you are looking for