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

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.

  • 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

  • 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.

  • 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.

  • Planning application migration from SQL Server 2005 to SQL Server 2008.

    We have a DB SQL Server 2005 to 2008.

    Customer is underway for DB Upgrade only and not upgrade the Hyperion applications.

    Hyp version: 11.1.2.1

    Components: Planning Hyp, EN and related services, ODI.

    I intend to

    1 put level SQL Server side by side and not place

    2 migrate Legacy applications on new server

    If someone has done this before faced any problem? I see no any problem which should appear as a result of migration from 2005 to 2008 Server, but I wanted to be clear about this. How to plan the application will manage the change in DB.

    Is there a method / recommended for this migration?

    Thank you

    Anjum

    SQL Server upgrade does not impact on Hyperion.

    If in the case of practice on different servers, I mean 2005 server 2008 Server, we have to configure again.

    Thank you

    Mady

  • 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

  • Migration sql server 2000 for oracle 9i

    Hello

    I migrate from sql server 2000 to oracle 9i

    When I capture Microsoft Sql Server, it gives an error
    oracle.dbtools.metadata.persistence.PersistenceException: ORA-04098: trigger ' MIGRATION. MD_PROJECTS_TRG' is invalid and does not re-validation
    I try again and it starts but it's not to stop until clicking on cancel or close

    What's the harm?

    Thank you

    Hello
    You hit a known issue using a repository created in 9.2.
    To show that this is the case do the following-

    SQL > alter trigger compilation MD_PROJECTS_TRG.

    WARNING: Trigger modified with compilation errors.

    SQL > show errors
    Errors for MD_PROJECTS_TRG TRIGGER:

    LINE/COL ERROR
    -------- -----------------------------------------------------------------
    3/9 PL/SQL: statement ignored
    3/20 PLS-00905: object MIGREP. MD_META is not valid

    Compilation md_meta-

    SQL > alter compilation package md_meta;

    WARNING: The package has been modified with compilation errors.

    SQL > show errors
    PACKAGE MD_META for errors:

    LINE/COL ERROR
    -------- -----------------------------------------------------------------
    0/0 PLS-00908: the stored format of MD_META is not supported by this
    Release

    21/4 PLS-00114: identifier 'PUTBAIFZKA3IHSJ5AC4ZXWYAWG41KN' too long
    21/4 PLS-00707: construction not taken in charge or internal error [2702]
    SQL >
    ==

    If you get this, so the only alternative is to create the SQL * Developer repository in a database of 10.2.

    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?

  • How to install the driver jdbc for sql server 2005 in sql developer 4.0?


    Hallo all

    I need to access the tables in a MS SQL Server 2005 database.

    The JDBC driver is possible.

    How to install this driver?

    Thanks a lot for your messages.

    Hello

    It's the documentation-

    Database: third-party JDBC Drivers

    The component drivers JDBC third party specifies drivers to use for connections to the third-party databases (non-Oracle), such as IBM DB2, MySQL, Microsoft SQL Server or Sybase Adaptive Server. (You don't need to add a driver for connections to Microsoft Access databases.) To add a driver, click Add an entry and select the path for the driver:

    For Microsoft SQL Server or Sybase Adaptive Server: jtds - 1.2.jar, which is included in the download of jtds - 1.2 - dist.zip

    To find a specific third-party driver, visit the appropriate site (for example, http://www.mysql.com for MySQL Connector/J JDBC driver for MySQL, http://jtds.sourceforge.net/ for the for Microsoft SQL Server and Sybase Adaptive Server jTDS driver, or search for Teradata JDBC driver to http://www.teradata.com/ ). For MySQL, use the driver in MySQL 5.0 not 5.1 or a later version with the version of SQL Developer 1.5.

    You must specify a third-party driver or install a driver using the check for updates feature before you can create a connection to a database to third parties of the associated type. (See the tabs to create connections to the databases of third parties in the Create/Edit/Select database connection dialog box).

    Alternative:

    As an alternative to the use of this preference, you can click Help, and then search for the updates install the for Microsoft SQL Server JTDS JDBC driver and the driver of JDBE of MySQL as extensions.

    Kind regards

    Mike

  • The upgrade of Microsoft SQL SERVER 2005 Express

    I think I know the answer to that, but I need to confirm.  I have an environment vSphere 4.1 and am planning on the upgrade to vSphere 5.  When I installed vsphere 4.1, I used the Microsoft SQL SERVER 2005 Express database because I didn't have a license and my environment is low.  The question I have is that if I upgrade to vSphere 5 that comes with Microsoft SQl 2008 express edition installation will improve my SQL 2005 Express?

    Thanks for your help.

    SB

    I don't believe it - I believe that you use on the vcenter data migration tool to move data from sql 2005 to sql exp 2008 exp - there steps http://pubs.vmware.com/vsphere-50/topic/com.vmware.ICbase/PDF/vsphere-esxi-vcenter-server-50-upgrade-guide.pdf

  • SSO Microsoft Application, SQL Server 2005 & OBIEE 11g

    Dear gurus,

    None known how activate SSO(Single Sign On) in OBIEE 11 g, to the East of the platform application microsoft instead of Oracle EBS and the SQL server 2005 data source?
    I'm new on this.


    Any help will be appreciated


    Concerning

    JOE

    Hello

    Try link below

    http://sranka.WordPress.com/2008/06/06/enabling-SSO-authentication-for-OBIEE/
    http://Gellio.WordPress.com/2009/10/23/enabling-Oracle-single-sign-on-Osso-with-OBIEE/
    OBIEE, OAS, OID or SSO integration
    http://sranka.WordPress.com/2008/06/06/enabling-SSO-authentication-for-OBIEE/
    http://www.addidici.com/blog/?p=8
    http://download.Oracle.com/docs/CD/E12096_01/books/AnyDeploy/AnyDeploySSO3.html

    See the security here, in

    http://download.Oracle.com/docs/CD/E21764_01/bi.1111/e10543/SSO.htm#CEGJJFED

    Hope this helps

    Thank you
    Satya

  • 10 gr 2 ODBC 64-bit Windows 2008 EE (64-bit) to sql server 2005 (32-bit)

    Hi all, I have a problem with the creation of a 10 g 2 64 bit Windows 2008 ODBC connection to sql server 2005 Windows 2003 32-bit

    1. I create a listener.ora following the 1521 port is for oracle DB and the 1522 is for sql server
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oracle\product\10.2.0\db_1)
    (= Extproc PROGRAM)
    )
    )

    SID_LIST_HSODBC_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = hsodbc)
    (ORACLE_HOME = C:\oracle\product\10.2.0\db_1)
    (PROGRAM = hsodbc)
    )
    )

    HSODBC_LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP (PORT = 1522))(HOST = localhost))
    )
    )

    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC0))
    )
    )

    2. my tnsnames.ora resembles

    PRUEBA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP) (HOST = localhost)(PORT = 1521))
    )
    (CONNECT_DATA =
    (SERVICE_NAME = test)
    )
    )

    HSODBC =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = tcp (PORT = 1522))(HOST=localhost))
    (CONNECT_DATA = (SID = HSODBC))
    (HS = OK)
    )

    3. I created an inithsodbc.ora like that
    HS_FDS_CONNECT_INFO = hsodbc
    HS_FDS_TRACE_LEVEL = 0

    4. I have also set up the dns system and successfully tested.

    5. my link of database look like
    CREATE public DATABASE LINK "hsodbc.
    CONNECT to 'sysdba' IDENTIFIED BY 'masterkey' USING 'hsodbc. "

    6. when I run my select I get the following error
    Select * from dual@hsodbc
    *
    ERROR on line 1:
    ORA-28545: error diagnosed by Net8 when connecting to an agent
    Cannot retrieve the text of the message NETWORK/NCR 65535
    ORA-02063: preceding 2 lines HSODBC

    7. I look and the journal of listener_hsodbc
    April 14, 2011 08:14:49 * (CONNECT_DATA = (SID = HSODBC) (CID = (PROGRAM =) (HOST = DOMAINSERVER\SERVER_PRO)(USER=Administrator))) * (ADDRESS = (PROTOCOL = tcp (PORT = 51749))(HOST=127.0.0.1)) * establish * HSODBC * 12518
    TNS-12518: TNS:listener could not hand off client connection
    AMT-12560: TNS:protocol adapter error
    AMT-00530: Protocol adapter error
    Windows 64-bit error: 2: no such file or directory

    You have defined 2 separate listeners:
    The first is called listener and uses port 1521 which contains the DG4MSQL entry in the SID_LIST_LISTENER. The second listener is called LISTENER_D4GMSQL and is listening on port 1511 - but this listener has no section of SID.

    Your tnsnames.ora contains as port 1511, so when you try to use the link data base based on tnsnames.ora alias dg4msql connection is made to the LISTENER_DG$ MSQL (as this one is listening on 1511). But this listener does not have the SID DG4MSQL and so the connection fails.

    You can now change your configuration by editing the tnsnames.ora file by ensuring that you use the listening port that serves the DG4MSQL SID:

    dg4msql =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = tcp)(HOST=localhost) (PORT = 1521))
    (CONNECT_DATA = (SID = dg4msql))
    (HS = OK)
    )

    # SIDE NOTE: Make sure the LISTENER named listener has been started and serves the SID DG4MSQL

    or by modifying your listener.ora file name change
    SID_LIST_LISTENER to SID_LIST_LISTENER_DG4MSQL
    Afterwards please, STOP and START the utility LISTENER_DG4MSQL lsnrctl listener.

  • Selecting a SQL Server 2005 with names of long columns (> 30 characters)

    Hello

    I was able to put in place a db Oracle 11.2.0.1 link to SQL Server 2005 using DG4ODBC.

    My problem is that some column names in Sql Server are more than 30 tanks and trying to select gives me the ORA-00972: identifier is a mistake too long.

    If I omit those select columns succeeds.
    I know that I can create a view in sql server and query it instead of the original table, but I was wondering if there is a way to overcome it with sql.

    My selection looks like this:
    select "good_column_name" from sometable@sqlserver_dblink -- this works
    select "good_column_name","very_long_column_name>30 chars" from sometable@sqlserver_dblink -- ORA-00972
    Thank you

    No there is no other way then using a view in SQl Server and select in the view rather than the table. The reason is that the Oracle database has a restriction that the column names must be 30 or fewer characters.

Maybe you are looking for

  • How to constantly open Bookmarks Library?

    It is possbile to have my bookmarks list as a separate window similar to opera or internet explore, you can attach it to the right or left of the screen, by clicking on the bookmarks that you want to open. I haven't found the "library" window, but ev

  • Convert the ReadyNAS Duo v2 in JBOD

    Hello I have this old v2 of ReadyNAS Duo with two 1 TB drives that runs X-RAID. My system has changed and I no longer need RAID. Question: Is it possible, to convert the option X-Raid JBOD, which would be much more convenient for me...? Thank you ver

  • Office PRO 8620: Secure

    I have my printer connected to my PC with USB. I want to make sure. How can I disable WIFI?

  • DeskJet 3510 will not scan wireless on OS 10.9

    I have a 3510 Deskjet which worked fine wirelessly on my old Mac with Snow Leopard. I recently bought a new IMac with OS Mavericks 10.9.5. The printer will print wireless but not scan wireless. It will scan only with the attached USB cable. I uninsta

  • Help in parsing the XML result with ksoap2

    Hi, I have another problem. I used KSOAP2 to call a web service net but when I catch him to display the result with a selectionneret, it shows the following screen: reading on the web, I didn't find a good way to analyze the result. Could you help me