migration of data from mysql to sql server

Hi all

I would like to import the database MySQL in SQL Server 2008 and export MySQL database into a ".sql" file to import data in SQL Server.

Whenever I try to import data from MySQL, I get the error attached like a screenshot below.

Please let me know what can be done and how can I import data with all the tables in the order.

Kind regards

Shiva

Please check this answer of the dev, unfortunately migration of Foglight backend database between different types of databases only is not supported

http://en.community.Dell.com/TechCenter/performance-monitoring/Foglight-administrators/f/4788/t/19559675.aspx#78924

There are solutions to help you get the same types of a Foglight backend databases

https://support.quest.com/SolutionDetail.aspx?ID=SOL42249

Golan

Tags: Dell Tech

Similar Questions

  • convert data from oracle to sql server functions

    In oracle, I get the result.

    floor ((trunc (INF. INFUSION_DTE) - trunc(S.BIRTH_DTE))/365.25) as PATIENT_AGE,)

    example: patient_age is 30

    How to write in sql server, looking for the same result as an oracle.

    CONVERT (VARCHAR (12), t.event_dte, 111) event_dte,.

    CONVERT (VARCHAR (12), p.birthday, 111) anniversary.

    Google is your friend... search for "sql server convert date of birth age" and you will get many examples. And here's one:

    DATEDIFF (hour, p.birthday, t.event_dte) / 8766 as age

    HTH,
    Brian

  • How to access a certain date in the date and time field SQL Server

    I have a field named job_date in a table in my database of the 8 SQL Server.

    The data type is datetime.

    Thus, the values for the fields as the 2013-03-11 15:55:52.000 look.

    How to query this field to include only the values of a certain date?

    For example

    < cfquery name = "get_job_name" datasource = 'abc' >

    SELECT FROM job_info job_date WHERE Job_name = March 12, 2013"

    < / cfquery >

    When I query the field now I get NO RECORDS.

    This is because as the fields like this 15:55:52.000 2013-03-11. instead of this March 12, 2013"

    How to access a certain date in the date and time field SQL Server when its formatting as this 15:55:52.000 2013-03-11. ?

    where job_date > = TheDateYouWant

    and job_date<>

    In addition, the format is irrelevent.  The only issue of date formats time is when you want to display.

  • Expiration date and time in SQL server 2008 Enterprise Edition

    Please tell me the exact expiration Date and time in SQL Server 2008 Enterprise, and 2008R2 edition?

    Please tell me the exact expiration Date and time in SQL Server 2008 Enterprise, and 2008R2 edition?

    Hello

    Please post this question in the SQL Server forum.

    Category of the SQL Server:

    http://social.technet.Microsoft.com/forums/en-us/category/SQLServer

    Concerning

  • DB Link from Oracle to SQL Server error

    Dear friends,

    I need met some select on tables that are in SQL Server 2005 from Oracle 10 g.

    I followed the steps:
    http://www.DBA-Oracle.com/t_heterogeneous_database_connections_sql_server.htm

    I could ping TNS who is successful, but only when I run a select I get this error.

    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 of SQLS

    I checked my dsn name is in small caps completely everywhere where it is used (since its proposed in many sites).

    Please guide me.

    I'm looking for really come to a solution.

    Kind regards

    Nith

    similar use to Setup ODBC and datasource
    http://www.databasejournal.com/features/Oracle/article.php/3442661/making-a-connection-from-Oracle-to-SQL-Server.htm
    and then create server link in sql server after testing WLAN with oracle

  • Data migration from Oracle to SQL Server

    Hello

    I have the Oracle database in one or several table, I also blob data, i.e. images are stored, now I want to move that data to the sql server database, which is the best way to do this?

    I would like to test for a migration of the table that contains the image data in the Oracle database and invade the SQL Server table.

    How to test for an Oracle table data to SQL Server migration?

    But the first thing I want to confirm is that if the Image from Oracle DB to SQL Server DB data are possible? is there something must be supported during the migration?

    Thanks in advance.

    Kind regards

    Vishal

    Published by: 968331 on October 31, 2012 02:31

    I think that it is supported. The equivalent data type in sql server is IMAGE/varbinary (max)

    See the bottom of the article for the mapping of data types:

    http://weblogs.sqlteam.com/jamesw/archive/2010/07/28/datatypes-translation-between-Oracle-and-SQL-Server-part-1.aspx

  • MySQL to SQL Server

    Hi all

    I want to migrate from MySQL DB to SQL Server without loss of data. Is this possible?

    See this link:

    http://en.community.Dell.com/TechCenter/performance-monitoring/Foglight-administrators/f/4788/t/19559675.aspx#78928

    In general, it is possible to move easily between the embedded MySQL and more robust external MySQL, but moving between database types is generally accomplished by standing the new FMS next to existing and, if necessary, put a unifier in front of both.

  • Import from excel to sql server

    The first thing, I created an SSIS package is a sql job that truncates the table on the sql server.

    Then, I inserted a data stream.

    on the data flow, the first thing I have is an excel source.

    I've added a data conversion and the converted string.

    I then added destination sql

    No matter how I tries to maniuplate the data conversions.  I tried the Advanced Editor, I tried from scratch.  I still get the error.

    Error in the data flow task cannot convert between unicode and non-unicode.

    Can someone plese help me solve this problem.  Thank you.

    Ask the experts here:

    http://social.msdn.Microsoft.com/forums/en-us/category/SQLServer/

  • What is the best way to move the data from the app and Server data structures?

    Hi guys,.

    I developed my application locally with Apex 4.2 and Oracle 11 g XE on Windows 7. Not far away, it is time to move the application to a server Oracle Apex. I guess that Exim is the way to go app. But what about the APA tables and data (tables/as 'customer' and 'account' created specially for the application)? I've been using a modeling tool, so I can run a DDL script to create the database server data structures. What is the best way to move the application data on the server? Is it possible to move the structures and data in a single process?

    Thank you
    Kim

    There is probably another way to get here, but in Developer SQL, on the navigation tree, expand objects until your table, right-click, and then click EXPORT... you will see all the options. It is a tedious process and it sucks IMO, but yes, it works. This is zero especially because 1) it's a table at a time, 2) If your data model is robust and has constraints and sequences and triggers, then you will need to disable all for the insert and we hope you can re-enable constraints, etc. without hitch (good luck, unless you have only a handful of tables)

    I prefer to use the oracle EXP command-line to export an entire schema, then the server target, I use IMP to import the schema. In this way, it is almost true. This makes the dirty life if you develop multiple applications in a single schema, and I felt pain - however - it is much easier to drop the tables and other objects is to create them! (thus, even if the process of EXP/IMP moved more than you wanted to "move".. blow everything you don't want on the target after the fact...)

    You can use method datapump oracle too.

    If not, what can be done, IF you have access to both servers of your instance of SQL developer (or if you can tnsping both already from the command line, you can use SQL * MORE), is to run a script that will identify the objects of your applications apex (usually by the prefix for the names of objects, such as % EBA_PROJ_ etc.) and do all the manual work for you. I've created a script that does just that so that I can pass data from dev to prod servers on a dblink. It is difficult because of the order that must be executed to disable constraints and then turn it back on and of course, more complicated if don't always precede you ALL your "objects demand '... (tables, views, triggers, sequences, functions, procs, indexes, etc.)

  • Migration of data from the old platform to the new primary database, need advice.

    I have physical standby facility and everything works now.

    Next weekend, we will do the actual migration of the old platform to the new environment.

    I have several issues of concern.

    Migration will go to the primary database. I'll have to remove patterns and inside expdp dmp.

    While I do all those, what data base waiting? should I disable it again apply?

    What other concerns and precautions I need to take before I have to remove all data from primary school and do a migration?

    Thank you in advance.

    Hello;

    My main concern would be the FRA (assuming you use it).

    By doing all that generates a ton of archives, you have to worry about the space on both sides.

    I would consider increasing my FRA on both sides.

    I would not disable the recovery, but I look very close and be willing to adjust my space as needed.

    As long as you don't miss space you should be fine. I had once a backup log files more than 250, and it took about 15 minutes to catch up.

    Have a little prepared scripts in advance if you can increase the space or delete archive applied and it should be fine.

    I also opened at least two terminals on the primary and Standby. Everyone look at space and the other to execute all what you need to adjust the space.

    The rest is common sense, first do the smaller drawing if you have an idea what to expect. Decaying etc. as much as possible.

    Best regards

    mseberg

    I have a shell script called 'quickcheck.sh' (use a separate but .env file it will send information vital back)

    With a little work, you can do this in something that makes it easy to keep an eye on things.

    #!/bin/bash
    ####################################################################
    #
    
    if [ "$1" ]
    then DBNAME=$1
    else
    echo "basename $0 : Syntax error : use . quickcheck  "
    exit 1
    fi
    
    #
    # Set the Environmental variable for the instance
    #
    . /u01/app/oracle/dba_tool/env/${DBNAME}.env
    #
    #
    
    $ORACLE_HOME/bin/sqlplus /nolog <
    

    and then a SQL file called quickaudit:

    SPOOL OFF
    CLEAR SCREEN
    SPOOL /tmp/quickaudit.lst
    
    --SELECT SYSDATE FROM DUAL;
    --SHOW USER
    
    PROMPT
    PROMPT -----------------------------------------------------------------------|
    PROMPT
    
    SET TERMOUT ON
    SET VERIFY OFF
    SET FEEDBACK ON
    
    PROMPT
    PROMPT Checking database name and archive mode
    PROMPT
    
    column NAME format A9
    column LOG_MODE format A12
    
    SELECT NAME,CREATED, LOG_MODE FROM V$DATABASE;
    
    PROMPT
    PROMPT ------------------------------------------------------------------------|
    PROMPT
    
    PROMPT
    PROMPT Checking free space in tablespaces
    PROMPT
    
    column tablespace_name format a30
    
    SELECT tablespace_name ,sum(bytes)/1024/1024 "MB Free" FROM dba_free_space WHERE
    tablespace_name <>'TEMP' GROUP BY tablespace_name;
    
    PROMPT
    PROMPT ------------------------------------------------------------------------|
    PROMPT
    
    PROMPT
    PROMPT Checking freespace by tablespace
    PROMPT
    
    column dummy noprint
    column  pct_used format 999.9       heading "%|Used"
    column  name    format a16      heading "Tablespace Name"
    column  bytes   format 9,999,999,999,999    heading "Total Bytes"
    column  used    format 99,999,999,999   heading "Used"
    column  free    format 999,999,999,999  heading "Free"
    break   on report
    compute sum of bytes on report
    compute sum of free on report
    compute sum of used on report
    
    set linesize 132
    set termout off
    select a.tablespace_name                                              name,
           b.tablespace_name                                              dummy,
           sum(b.bytes)/count( distinct a.file_id||'.'||a.block_id )      bytes,
           sum(b.bytes)/count( distinct a.file_id||'.'||a.block_id ) -
           sum(a.bytes)/count( distinct b.file_id )              used,
           sum(a.bytes)/count( distinct b.file_id )                       free,
           100 * ( (sum(b.bytes)/count( distinct a.file_id||'.'||a.block_id )) -
                   (sum(a.bytes)/count( distinct b.file_id ) )) /
           (sum(b.bytes)/count( distinct a.file_id||'.'||a.block_id )) pct_used
    from sys.dba_free_space a, sys.dba_data_files b
    where a.tablespace_name = b.tablespace_name
    group by a.tablespace_name, b.tablespace_name;
    
    PROMPT
    PROMPT ------------------------------------------------------------------------|
    PROMPT
    
    PROMPT
    PROMPT Checking Size and usage in GB of Flash Recovery Area
    PROMPT
    
    SELECT
      ROUND((A.SPACE_LIMIT / 1024 / 1024 / 1024), 2) AS FLASH_IN_GB,
      ROUND((A.SPACE_USED / 1024 / 1024 / 1024), 2) AS FLASH_USED_IN_GB,
      ROUND((A.SPACE_RECLAIMABLE / 1024 / 1024 / 1024), 2) AS FLASH_RECLAIMABLE_GB,
      SUM(B.PERCENT_SPACE_USED)  AS PERCENT_OF_SPACE_USED
    FROM
      V$RECOVERY_FILE_DEST A,
      V$FLASH_RECOVERY_AREA_USAGE B
    GROUP BY
      SPACE_LIMIT,
      SPACE_USED ,
      SPACE_RECLAIMABLE ;
    
    PROMPT
    PROMPT ------------------------------------------------------------------------|
    PROMPT
    
    PROMPT
    PROMPT ------------------------------------------------------------------------|
    PROMPT
    
    PROMPT
    PROMPT Checking free space In Flash Recovery Area
    PROMPT
    
    column FILE_TYPE format a20
    
    select * from v$flash_recovery_area_usage;
    
    PROMPT
    PROMPT ------------------------------------------------------------------------|
    PROMPT
    
    PROMPT
    PROMPT ------------------------------------------------------------------------|
    PROMPT
    
    PROMPT
    PROMPT Checking last sequence in v$archived_log
    PROMPT
    
    clear screen
    set linesize 100
    
    column STANDBY format a20
    column applied format a10
    
    --select max(sequence#), applied from v$archived_log where applied = 'YES' group by applied;
    
    SELECT  name as STANDBY, SEQUENCE#, applied, completion_time from v$archived_log WHERE  DEST_ID = 2 AND NEXT_TIME > SYSDATE -1;
    
    prompt
    prompt----------------Last log on Primary--------------------------------------|
    prompt
    
    select max(sequence#) from v$archived_log where NEXT_TIME > sysdate -1;
    
    PROMPT
    PROMPT ------------------------------------------------------------------------|
    PROMPT
    
    PROMPT
    PROMPT Checking switchover status
    PROMPT
    
    select switchover_status from v$database;
    
    PROMPT
    PROMPT ------------------------------------------------------------------------|
    PROMPT
    
    SPOOL OFF
    
    exit
    

    The env file looks like this: (if the file would be PRIMARY.env)

    ORACLE_BASE=/u01/app/oracle
    
    ULIMIT=unlimited
    
    ORACLE_SID=PRIMARY
    
    ORACLE_HOME=$ORACLE_BASE/product/11.2.0.2
    
    ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
    
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
    
    LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
    
    LIBPATH=$LD_LIBRARY_PATH:/usr/lib
    
    TNS_ADMIN=$ORACLE_HOME/network/admin
    
    PATH=$ORACLE_HOME/bin:$ORACLE_BASE/dba_tool/bin:/bin:/usr/bin:/usr/ccs/bin:/etc:/usr/sbin:/usr/ucb:$HOME/bin:/usr/bin/X11:/sbin:/usr/lbin:/GNU/bin/make:/u01/app/oracle/dba_tool/bin:/home/oracle/utils/SCRIPTS:/usr/local/bin:.
    
    export EXP_DIR=/u01/oradata/PRIMARY_export
    
    export TERM=vt100
    
    export ORACLE_BASE ORACLE_SID ORACLE_TERM ULIMIT
    
    export ORACLE_HOME
    
    export LIBPATH LD_LIBRARY_PATH ORA_NLS33
    
    export TNS_ADMIN
    
    export PATH
    

    Published by: mseberg on December 9, 2011 18:19

  • How to read in data from MySQL to Authorware?

    Hello

    I'm reading in my authorware (MySQL) database values, but the best I can do is either true or false.
    I would like to be able to get data from the database and return to AW as a string. Does anyone have experience with this? If anyone can lend a hand in this company?

    Thanks in advance for your help,

    Brad

    You'll need some sort of middleware of script, such as PHP or your ASP.
    script will need to:

    * connect to the database
    * query the database
    print the query results

    I use ReadURL to send variables AW to my PHP script, script recovers
    These values and assigns the variables used in the query. Print
    results are returned to the ReadURL. You can also use PostURL.

    In AW, my code for retrieving information from the database looks like this:

    ==================
    Action: = '? action = getData.
    query: = '& student_data_id =' ^ student_data_id
    URLString: = db_loc ^ 'retrieve_data.php' ^ action ^ query
    queryString: = ReadURL (URLString)
    ==================

    I Specifies an action so that the script can contain code for more than one
    the purpose of the trip. My PHP script looks now like the return line (the spirit):

    ==================

    include a script not cached
    include (' lib/no_cache.php');

    connect to the database
    require_once ($_SERVER ['DOCUMENT_ROOT'].)
    '/.. (/ php_secure_scripts/check21/mysql_connect.php');

    create empty var for the holding of output to send to the Authorware
    $output = NULL;

    define queries
    If ((isset($_GET['action'])) & ($_GET ['action'] == 'login')) {/ / set}
    connection request
    $salt = get_salt();
    $query = "SELECT student_id, first_name, last_name, INST_ID select OF.
    students WHERE username = ' {$_GET ['username']} "AND
    password = ENCODE ("{$_GET ['password']}', '$salt'");

    } else if ((isset($_GET['action'])) & ($_GET ['action'] == 'getUserInfo'))
    {/ / set getUserInfo}
    $query = "SELECT inst_name, e-mail, student_data_id, active COURSES."
    LEFT JOIN students student_data USING (course_id) LEFT JOIN to HELP
    (student_id) Using (select INST_ID) WHERE LEFT JOIN institutions
    students.student_id = {$_GET ['sid']} AND courses.sku = {$_GET ['SKU']} ";

    } else if ((isset($_GET['action'])) & ($_GET ['action'] == 'getData')) {}
    query Set getData
    $query = "SELECT course_data, quality, increased FROM student_data WHERE."
    student_data_id = {$_GET ['student_data_id']} ";

    } else {}
    Exit();
    ECHO '.

    No selected query.

    ";
    }

    query the database
    $result = @mysql_query ($query);

    $row = mysql_fetch_array ($result, MYSQL_ASSOC);

    foreach ($row as $key-online $value) {}
    $output = $output. "&" . $key. "=" . $value;
    }

    print $output;

    Close the database
    mysql_close();
    ?>
    ==================

    The returned data is saved in my AW variable called 'queryString' which
    I then analyze in AW. My database connection code is kept in a separate script
    in a location on the server that is not available for browsers. The script
    also contains a custom function that returns a "germ" for the password
    encoding.

    If you need a good book to learn PHP & MySQL, I recommend 'PHP and MySQL '.
    for dynamic Web Sites"by Larry Ullman.
    http://www.Amazon.com/GP/product/0321336577/SR=1-1/QID=1144427020/ref=pd_bbs_1/103-2954060-1860665? % 5Fencoding = UTF8 & s = books

    I hope this gets you on your way!

    --
    _______________________

    Paul Swanson
    Portland, Oregon, United States
    _______________________

    "bradsteele" wrote in message
    News:e161n1$o76$1@forums. Macromedia.com...
    > Hi,.
    >
    > I'm reading in my authorware (MySQL) database values, but
    the
    > I am able to get better is true or false.
    > I would like to be able to get data from the database and return
    for AW

    > string. Does anyone have experience with this? If anyone can lend
    one
    > hand in this company?
    >
    > Thank you in advance for your help.
    >
    > Brad
    >

  • Migration of data from XE to 11 GB

    Hello
    I was running application on XE, which, thanks to the huge amount of downloads, it grows very quickly, and he started all of a sudden strange behavior when downloading the file. It would display error as "the requested URL /apex/wwv_flow.accept was not found on this server" on the download of files.

    I discovered that I am about to the limit of 4 GB of XE, and I hope that it is the cause of the problem. So now I install 11g.

    My question is: what would be the smartest way to move data from one database to another. Or, more precisely put, how do to move files downloaded, how can I move the WWV_FLOW_FILE_OBJECTS?

    Hello

    In this case, I'd probably go just an upgrade of database (that is, upgrade your instance of XE directly with 11g) instead of a migration (unless you want to run both simultaneously, that from your description it doesn't sound like it).

    Take a look at the upgrade of XE - guide

    http://download.Oracle.com/docs/CD/B25329_01/doc/server.102/b32391/TOC.htm

    (He talks specifically about the upgrade to 10.2.0.3, but of course, later versions would be equally valid (but check metalink for any "quirks" upgrade between versions).

    In addition to the suggestion of Tony of a database link, I'd also get for Datapump which is absolutely superb for schema migration etc. between instances.

    Hope this helps,

    John.
    --------------------------------------------
    Blog: http://jes.blogs.shellprompt.net
    Work: http://www.apex-evangelists.com
    Author of Pro Application Express: http://tinyurl.com/3gu7cd
    AWARDS: Don't forget to mark correct or useful posts on the forum, not only for my answers, but for everyone!

  • Try to put in place the new hs from 10g to SQL Server 200 X

    I followed the instructions described here:
    http://download-West.Oracle.com/docs/CD/B10501_01/server.920/a96544/admin.htm#169356

    trying to set up an ODBC server connection internal Oracle 10 g 2 on Windows Server 2003 to an external (IE 3 rd-party organized) SQL Server. The ODBC withdrew very well to the test of connection, etc. I'm trying to set up a database connection using heterogeneous services but get this error when I try to validate the link:
    ORA-28545: error diagnosed by Net8 when connecting to an agent
    Unable to retrieve test of NETWORK/NCR message 65535
    ORA-02063: preceding 2 lines from TUMS
    I started by changing the existing inithsodbc.ora file and rename it to inithsTUMS.ora. Here is the content:
    # This is a sample agent init file that contains the HS parameters that are
    # needed for an ODBC Agent. 
    
    #
    # HS init parameters
    #
    HS_FDS_CONNECT_INFO = TUMS
    HS_FDS_TRACE_LEVEL = OFF
    'TUMS' is the name of the ODBC data source.

    Then, I modified the listener.ora file. Here it is:
    # listener.ora Network Configuration File: E:\oracle\10gr2\DB\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    
    LISTENER_TS10G1 =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
          (ADDRESS = (PROTOCOL = TCP)(HOST = ts10g1)(PORT = 1521)(IP = FIRST))
          (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.168.201)(PORT = 1521)(IP = FIRST))
        )
      )
    
    SID_LIST_LISTENER_TS10G1 =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = E:\oracle\ora10gr2\ASM)
          (PROGRAM = extproc)
        )
        (SID_DESC =
          (GLOBAL_DBNAME = +ASM)
          (SID_NAME = +ASM)
          (ORACLE_HOME = E:\oracle\ora10gr2\ASM)
        )
        (SID_DESC =
          (SID_NAME = TS1)
          (GLOBAL_DBNAME = TS)
          (ORACLE_HOME = E:\oracle\ora10gr2\DB)
        )
      )
    
    LISTENERTUMS =
     (ADDRESS_LIST=
          (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1522))
          (ADDRESS=(PROTOCOL=ipc)(KEY=PNPKEY)))
    
    SID_LIST_LISTENERTUMS=
      (SID_LIST=
          (SID_DESC=
             (SID_NAME=TUMS)
             (ORACLE_HOME=E:\oracle\10gr2\DB)
             (PROGRAM=hsodbc)
           )
          )
    After having done that, I tried to start the listener. He started, and I got an OK on TNSPING.
    TNSNAMES.ora
    # tnsnames.ora Network Configuration File: E:\oracle\10gr2\ASM\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    
    EXTPROC_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
        )
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)
        )
      )
    
    TS =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.168.201)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = TS)
        )
      )
    
    LISTENERS_TS =
      (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.168.201)(PORT = 1521))
    
    
    TS1 =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.168.201)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = TS)(UR=A)
          (INSTANCE_NAME = TS1)
        )
      )
    
    +ASM =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.168.201)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = +ASM)
        )
      )
    
    ASM =
       (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.168.201)(PORT = 1521))
          (CONNECT_DATA =
             (SERVER = DEDICATED)
             (SID = +ASM)
             (UR=A)
          )
       )
    
    TUMS=
       (DESCRIPTION=
          (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.168.201)(PORT=1522))
          (CONNECT_DATA = (SID=TUMS))
          (HS = OK)
       )
    Can someone point me to a potential source of problem?

    2019 means the database link (in your case named TUMS) is not found. Perhaps you gave up or the user cannot access.
    Try to recreate: create database tums link to connect to... identified by... using 'TUMS ';

  • Migration of data from blackBerry Smartphones

    I just bought the 8330 and cannot migrate data from PALM ver 4.2 to the blackberry.  It does not recognize this software.  What can I do?

    from my understanding, device switch Wizard only works with some Palm trees or Palm Desktop. His best effort type software. The BEST way is to get your palm or palm desktop data into outlook.

    Once in outlook is easy to get for BB

  • DB link from oracle to sql server

    Hi all

    Which is the easiest way to connect to sql server from oracle database? Require a separate permit? It's 11.1.0.7 on RHEL 5.7, 64 bit.

    Kind regards

    Vinod

    Hello

    There is a simple example using the 'free' method described here Ed

    http://dbaharrison.blogspot.co.UK/2014/12/Oracle-talking-to-SQL-Server-over.html

    See you soon,.

    Rich

Maybe you are looking for