11r2 SLOW SQL on ORACLE fast on 9i

Hello guru´s

We have a sql that runs to more information, then 3 minutes on data bases with oracle11r2 but the same sql finish in 1 second on oracle 9i databases
databases oracle 11r2 normally are upgraded to 9i, I tested it on databases created on 11r2 already and the results are the same more then 3 or 4 minutes on 11r2.

tested around two or three different servers with oracle 9i and always the result is the same 1 or 2 seconds to respond.

all databases running on HP - UX servers some itanium some users but makes no difference on the results, doubled PGA already to test and also makes no difference.

SQL is below:

Select * from (select null TABLE_CATALOG, decode (owner, 'PUBLIC', null, owner) TABLE_SCHEMA, TABLE_NAME, of object_name decode (owner, "SYS", decode (object_type, 'TABLE', 'SYSTEM TABLE', 'VIEW', 'SYSTEM VIEW', object_type) 'SYSTEM', decode (object_type, 'TABLE', 'SYSTEM TABLE', 'VIEW', 'SYSTEM VIEW', object_type) 'DMSYS', decode (object_type, 'TABLE', 'SYSTEM TABLE', 'VIEW', 'SYSTEM VIEW', object_type) 'ORDSYS', decode (object_type, 'TABLE', 'SYSTEM TABLE' 'VIEW')) (, "VIEW SYSTEM", object_type), 'EXFSYS', decode (object_type 'TABLE', 'SYSTEM TABLE', 'VIEW', 'SYSTEM VIEW', object_type), 'WMSYS', decode (object_type 'TABLE', 'SYSTEM TABLE', 'VIEW', 'SYSTEM VIEW', object_type), "MDSYS", decode (object_type, 'TABLE', 'SYSTEM TABLE', 'VIEW', 'SYSTEM VIEW', object_type) 'CTXSYS', decode (object_type, 'TABLE', 'SYSTEM TABLE', 'VIEW', 'SYSTEM VIEW', object_type) 'OLAPSYS', decode (object_type, 'TABLE', 'SYSTEM TABLE', 'VIEW' "SYSTEM VIEW" ((, object_type), 'WKSYS', decode (object_type 'TABLE', 'SYSTEM TABLE', 'VIEW', 'SYSTEM VIEW', object_type), object_type) TABLE_TYPE, null TABLE_GUID, DESCRIPTION null, null TABLE_PROPID, DATE_CREATED created, last_ddl_time DATE_MODIFIED of object where object_type in ('TABLE', 'VIEW') union select null table_catalog, decode (o2.owner,'PUBLIC ", NULL, o2.owner) table_schema, table_name table_type o2.object_type o2.object_name (, null table_guid, description, null table_propid, DATE_CREATED o2.created, o2.last_ddl_time DATE_MODIFIED of object o2, o3 object, s all_synonyms where o2.object_type = 'SYNONYM' and (o3.object_type = 'TABLE' or o3.object_type = 'VIEW') and o2.owner = s.owner and o2.object_name = s.synonym_name and s.table_owner = o3.owner and s.table_name = o3.object_name) order by 4 desc, 3 CSA DBSCHEMA_TABLES , CSA 2
Hello , thanks to reply
using the optimizer settings to 9 as you suggest on oracle11 database i got really good reply 3s instead of 1min or more.

what could be done now ??

thanks a lot

OK now that you have a temporary job near you should start investigating the problem.

I suggest you for this

11gR2> alter session set statistics_level=ALL;
11gR2> execute your query (with the optimizer feature set to 9i)
11gR2> select * from table (dbms_xplan.display_cursor(null,null,'ALLSTATS LAST'));

This will give you the proper execution plan

Then do the same thing but with a value of 11 GR 2 optimizer device

11gR2> alter session set statistics_level=ALL;
11gR2> execute your query (using the optimizer feature of the new database 11gR2)
11gR2> select * from table (dbms_xplan.display_cursor(null,null,'ALLSTATS LAST'));

This will give you the bad execution plan.

Post here the two plans comparison and suggestions

Hope this helps

Mohamed Houri
www.hourim.WordPress.com

Tags: Database

Similar Questions

  • I have an Imac - route Safari super, super slow.  Google Chrome fast? - why Safari can't run fast

    I have an Imac - route Safari super, super slow.  Google Chrome fast? - why Safari can't run fast

    Try to reset the settings of Safari:

    1. open Safari

    2. click on the Safari menu at the top (to the right of the Apple logo)

    3. Select the Preferences/Privacy tab

    4. click on remove all data from the Web site

    5. close Safari.

    Remove cache Safari files:

    1. click on finder

    2. look for the menu GO to top

    3. click on GO and hold down the option key. This will show a user library folder.

    4. click library and find the Caches folder

    5. in the folder caches com.apple.Safari Ouvrezledossier

    6. move the Cache.db file Trash.

    This should solve the problem. If it does not help, try to disable the Safari extensions

    1. open Safari

    2. click on the Safari menu at the top (to the right of the Apple logo)

    3. Select Preferences

    4. find the Extensions tab

    5 disable all extensions of

    6. relaunch Safari

  • MySQL to Oracle using LKM SQL to Oracle, poor performance

    Hello

    I'm on the underside of technology.

    I'm try to use ODI to import data from MySQL to Oracle using the LKM SQL to Oracle, it works well for small amounts of documents but once volumes go higher it performs very badly.

    I'm replacing an integration of existing HS dblink to 44 seconds and ODI is 9 minutes.

    The MySQL and Oracle DB are on the same host with an autonomous ODI agent on the same host.

    MySQL 5.6.21

    Oracle 11.2.0.4

    Oracle Data Integrator 12.1.3

    I may try a different approach to dumping the MySQL table to a flat file and import from external table or sqlldr but y at - it a way to make the LKM SQL for Oracle perform better?

    Hello

    This problem has been resolved.

    I was setting the table sizes in batches on the data source server, after you set the values on the target data server is it now works as expected.

    Using a value of 5,000 for the two tables has reduced the operating time of 9 minutes to about 40 seconds.

  • Problem with migration SQL Server Oracle 11.2 2012 DB using SQL Developer Migration workbench

    Hello

    I have a problem when migrating SQL Server Oracle 11.2 2012 using SQL Developer Migration workbench, hope that someone had the same problem before and can give same advide...

    I use SQL Developer Version 4.0.1.14 and Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0. and last jtds - 1.3.

    I created the schema migration_repo, privileges, connected to the third part of Db (SQL Server) and begin a trial with assistant. In the first step of the model to Capture, I get the message from the:

    "Company Capture Capture failed.  Refer to the table MIGRLOG in the repository for more details ".

    But MIGRLOG is empty.

    Here is my log:

    <? XML version = "1.0" encoding = "windows-1252" standalone = 'no '? >

    < Log >

    account <>

    < date > 2014-03-16T 20: 49:17 < / date >

    oracle.dbtools.migration.workbench.core.MigrationLogResourceBundle < recorder > < / recorder >

    < level > SEVERE < / level >

    oracle.dbtools.migration.workbench.core.logging.MigrationLogUtil < class > < / class >

    < message > Capture

    Capture Enterprise

    Capture failure.  Refer to the MIGRLOG table in the repository for more details < / message >

    oracle.dbtools.migration.workbench.core.ui.FullMigrateTask.doOnlineEnterpriseCapture(FullMigrateTask.java:758) < param > < / param >

    oracle.dbtools.migration.workbench.core.ui.FullMigrateTask.doCapture(FullMigrateTask.java:601) < param > < / param >

    oracle.dbtools.migration.workbench.core.ui.FullMigrateTask.doMaskBasedActions(FullMigrateTask.java:400) < param > < / param >

    oracle.dbtools.migration.workbench.core.ui.FullMigrateTask.doWork(FullMigrateTask.java:314) < param > < / param >

    oracle.dbtools.migration.workbench.core.ui.FullMigrateTask.doWork(FullMigrateTask.java:147) < param > < / param >

    oracle.dbtools.raptor.backgroundTask.RaptorTask.call(RaptorTask.java:193) < param > < / param >

    java.util.concurrent.FutureTask.run(FutureTask.java:262) < param > < / param >

    oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$ (RaptorTaskManager.java:554) < param > RaptorFutureTask.run < / param >

    java.util.concurrent.Executors$ (Executors.java:471) < param > RunnableAdapter.call < / param >

    java.util.concurrent.FutureTask.run(FutureTask.java:262) < param > < / param >

    java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) < param > < / param >

    java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:615) < param > < / param >

    java.lang.Thread.run(Thread.java:744) < param > < / param >

    oracle.dbtools.migration.workbench.core.logging.LogInfo@68e69a < param > < / param >

    < exception >

    < message > oracle.dbtools.migration.workbench.core.ui.FullMigrateTask$ FullMigrateTaskException: Capture

    Capture Enterprise

    Capture failure.  Refer to the MIGRLOG table in the repository for more details < / message >

    < frame >

    oracle.dbtools.migration.workbench.core.ui.FullMigrateTask < class > < / class >

    < line > 758 < / line >

    < / framework >

    < frame >

    oracle.dbtools.migration.workbench.core.ui.FullMigrateTask < class > < / class >

    < line > 601 < / line >

    < / framework >

    < frame >

    oracle.dbtools.migration.workbench.core.ui.FullMigrateTask < class > < / class >

    line 400 > of < < / line >

    < / framework >

    < frame >

    oracle.dbtools.migration.workbench.core.ui.FullMigrateTask < class > < / class >

    < line > 314 < / line >

    < / framework >

    < frame >

    oracle.dbtools.migration.workbench.core.ui.FullMigrateTask < class > < / class >

    < line > 147 < / line >

    < / framework >

    < frame >

    oracle.dbtools.raptor.backgroundTask.RaptorTask < class > < / class >

    < line > 193 < / line >

    < / framework >

    < frame >

    java.util.concurrent.FutureTask < class > < / class >

    < line > 262 < / line >

    < / framework >

    < frame >

    oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$ RaptorFutureTask < class > < / class >

    < line > 554 < / line >

    < / framework >

    < frame >

    java.util.concurrent.Executors$ RunnableAdapter < class > < / class >

    < line > 471 < / line >

    < / framework >

    < frame >

    java.util.concurrent.FutureTask < class > < / class >

    < line > 262 < / line >

    < / framework >

    < frame >

    java.util.concurrent.ThreadPoolExecutor < class > < / class >

    < line > 1145 < / line >

    < / framework >

    < frame >

    java.util.concurrent.ThreadPoolExecutor$ Worker < class > < / class >

    < line > 615 < / line >

    < / framework >

    < frame >

    java.lang.Thread < class > < / class >

    < line > 744 < / line >

    < / framework >

    < / exception >

    < / recording >

    account <>

    < date > 2014-03-16T 20: 49:17 < / date >

    oracle.dbtools.migration.workbench.core.MigrationLogResourceBundle < recorder > < / recorder >

    WARNING < level > < / level >

    oracle.dbtools.migration.workbench.core.ui.FullMigrateTask < class > < / class >

    <>error message: ORA-06550: line 1, column 14:

    PLS-00201: identifier ' SS2K5ALLPLATFORM. STAGECAPTURE' must be declared

    ORA-06550: line 1, column 7:

    PL/SQL: Statement ignored

    : FAILED: Database Migration: FAILURE < / message >

    oracle.dbtools.migration.workbench.core.logging.LogInfo@1e2c9b99 < param > < / param >

    < / recording >

    I try with model db (DB empty, just a single table), but the error is same. However, if I try to copy the acronym tabele from SQL Server to Oracle it works fine...

    I guess it's something with the configuration, but beacause I am new in Oracle still have no idea...

    Any help would be much appreciated

    I thank in advance

    Stefan

    Hello Stefan,

    did you create the repository Migration of your database to Oracle (Tools-> Migration-> repository management)?

    The SS2K5ALLPLATFORM package is usually created when you add the migration of the Oracle database repository and it contains the function StageCapture.

    So please make sure that you have created a repository of migration in an Oracle database and associate it with the first step of your migration.

    -Klaus

  • equivalent of CLRSplitSting function for sql server Oracle

    Hello friends,

    I have a query in SQL Server - which becomes data.

    Select addl_info_id, sort_seq, code, row_data, addl_info_group_id, group_sort_seq, group_row_data from dbo. CLRSplitString('2406081,2410381,2427008,2430449,2466981,2495083,1586420,2406081,2410381,2427008,2430449,2466981,2495083,1586420','',',') x v join ein_addl_info_v on x.col1 = v.addl_info_id order by sort_seq
    We have same data in oracle too, so I converted the query above to sql to ORACLE like this server...


    Select addl_info_id, sort_seq, code, row_data, addl_info_group_id, group_sort_seq, group_row_data from (with t as)
    Select '2406081,2410381,2427008,2430449,2466981,2495083,1586420,2406081,2410381,2427008,2430449,2466981,2495083,1586420', ",","double str
    Select regexp_substr(str,'[^,]+',1,level) sub_str *) t connect by level < = regexp_count (str, ',') + 1) x *.

    Join cnh_cs_targ_csce_eur_1.ein_addl_info_v v x.sub_str = v.addl_info_id order of sort_seq


    but I don't get all the data. Can someone check if the query oracle above is equivalent to the above SQL query.

    Thank you/Kumar

    Published by: kumar73 on February 15, 2013 08:47

    So your query:

    select  addl_info_id,
            sort_seq,
            code,
            row_data,
            addl_info_group_id,
            group_sort_seq,
            group_row_data
      from      xmltable(
                         'ora:tokenize($str,",")'
                         passing ',2406081,2410381,2427008,2430449,2466981,2495083,1586420,2406081,2410381,2427008,2430449,2466981,2495083,1586420' as "str"
                         columns col1 varchar2(2000) path '.'
                        ) x
            join
                ein_addl_info_v v
              on x.col1 = v.addl_info_id
      order by sort_seq
    /
    

    SY.

  • How to use the concepts Advanced PL/SQL in oracle reports and forms

    Hi all

    Can anyone suggest me how to use the Concepts(nested tables,PAA,Varrays,Objects...) Advanced PL/SQL in Oracle forms.

    In fact, I created a Table whose column of type Varray. now, I want to create an element in oracle forms on this field. can anyone suggest me how to proceed.

    Thank you
    Kumar

    Hello

    Take a look at this one:
    http://SheikYerbouti.developpez.com/tutoforms10g/tutoforms10g.htm
    especially the chapter on the block that contains a collection of (2.3.3). The sample is built around a nested table, but you get the idea to adapt to work with a varray.

    Kind regards
    Alex

    If someone useful or appropriate please mark accordingly.

  • Connect to a Postgre SQL to oracle database.

    I'm trying to connect to a database of Postgre SQL of Oracle SQL Developer, I downloaded the drivers from http://jdbc.postgresql.org/ if the form of a jar and showed up at them in the section preferences drivers third party JDBC. Should I have a new tab connections? If someone could help it would be much appreciated.

    I don't think that Postgres is supported.

  • Convert or map Typedonnees decimal Transact-SQL for Oracle Number data type?

    MSSQL 2005
    Oracle 10.2 g

    In a MSSQL table, I have a column with the data type set on (decimal (1.0), null) with the values of line-1. (695 lines in total)

    In the Oracle table, the proposed mapped column is a number data type. When I import data, I received 695 errors with the message "invalid value for the field. How to properly convert or map Decimal (MSSQL) Transact-SQL for Oracle Number data type for a negative value?

    Thank you.

    How do you load data into Oracle? What tool or programming language you are using? Can you post something cause what you stated in your post should work, but there may be some ODBC, or other type of conversion factors to be taken into account.

     > create table t1 (field1  number(1,0));
    
    Table created.
    
     > insert into t1 values (-1);
    
    1 row created.
    
    UT1 > select * from t1;
    
        FIELD1
    ----------
            -1
    

    HTH - Mark D Powell.

  • Covert SybaseIQ SQL for Oracle

    Hi all

    Can come a help me next secret SybaseIQ SQL for Oracle.

    Select
    t.Sales_rep_id as sales_rep_id
    CASE when
    length (if t.market_id is null then "endif) = 0 or t.market_id is null
    then 0 otherwise cast (t.market_id as integer) end UP as market_id
    "TENDER" as feature_category
    null as is_override_tax_exempt
    null as audit_entered_by_user of ODS. POS_ODS_TENDER t;

    Thank you

    user2281943 wrote:
    Hi all

    Can come a help me next secret SybaseIQ SQL for Oracle.

    Select
    t.Sales_rep_id as sales_rep_id
    CASE when
    length (if t.market_id is null then "endif) = 0 or t.market_id is null
    then 0 otherwise cast (t.market_id as integer) end UP as market_id
    "TENDER" as feature_category
    null as is_override_tax_exempt
    null as audit_entered_by_user of ODS. POS_ODS_TENDER t;

    Thank you

    Try this

    select t.Sales_rep_id as sales_rep_id
           , CASE when length(decode(t.market_id,null,'')) = 0 or t.market_id is null
                  then 0
                  else to_number(t.market_id)
             END as market_id
           , 'TENDER' as feature_category
           , null as is_override_tax_exempt
           , null as audit_entered_by_user
      from ODS.POS_ODS_TENDER t;
    
  • T - SQL in ORACLE functions

    Use the T - SQL functions in ORACLE too, so you can write a script version that works in SYBASE, SQL SERVER and ORACLE when need to use the following functions:

    ceiling, charindex, dateadd, datediff, datename, datepart, day, db_id, db_name, getdate, host_id, host_name, left, len, month, replicate, right, space, str, str_replace, tips, substring, suser_id, suser_name, user_id, user_name and year.

    The file [comp_tsql_ORA_schema.txt | http://forums.databasejournal.com/attachment.php?attachmentid=564 & d = 1258547015] creates the tablespace and scheme to place objects and file [comp_tsql_ORA.txt | http://forums.databasejournal.com/attachment.php?attachmentid=569 & d = 1259256898] create the features in the new schema. They will be available for any diagram of the oracle instance.

    I hope this helps!
    Any suggestion, please contact.
    aklein2003

    Published by: user1958693 on 11/26/2009 10:16

    This makes sense if you migrate an application from sql server, oracle, and if a lot of t - sql functions is used in the application code that you don't want to bother with...

  • Firefox very slow while Chrome is fast

    Hi all

    Spin LMDE 2, totally updated and using Firefox 50.0.2 Firefox is really very slow for some time now - it is so slow to start, slow to scroll a page even with one tab open and takes a minute to type a full word. I tried to start Firefox in safe mode, completely deleting my user profile and start fresh, use "apt - get remove - purge" and then reinstalling firefox... and still stupidly slow. Chrome is fast, quick start, can run 20 + tabs without a slowdown in performance, no problem at all.

    And my laptop is not in rest - it is 3 years old, has a processor i7, 8 GB of RAM and a Quadro video card. I have also run 2 LMDE and all apps from a 256 GB SSD card. The directory is on a 500 GB SATA hard drive, however. So I expect you to improve the performance of Firefox, so there must be something wrong - I would really appreciate if someone could give me some guidance as to what could be the problem please?

    Here is the output for inxi:

    [CODE] System: Welcome: travel kernel: 3.16.0 - 4-amd64 x86_64 (64-bit gcc: 4.8.4)

              Desktop: MATE 1.16.1 (Gtk 3.14.5+4) Distro: LinuxMint 2 betsy
    

    Machine: System: Dell product: Precision M4600 v: 01

              Mobo: Dell model: 08V9YG v: A00 Bios: Dell v: A16 date: 12/26/2013
    

    Processor: Quad core Intel Core i7-2760QM (- HT - MCP-) cache: 6144 KB

              flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 19157
              Clock Speeds: 1: 632 MHz 2: 626 MHz 3: 639 MHz 4: 630 MHz
              5: 612 MHz 6: 615 MHz 7: 612 MHz 8: 609 MHz
    

    Graphic: Map: NVIDIA GF108GLM [Quadro 1000 M] bus - ID: 01: 00.0

              Display Server: X.Org 1.16.4 driver: nvidia
              Resolution: [email protected]
              GLX Renderer: Quadro 1000M/PCIe/SSE2
              GLX Version: 4.4.0 NVIDIA 340.96 Direct Rendering: Yes
    

    Audio: Map-1 GF108 NVIDIA High Definition Audio Controller

              driver: snd_hda_intel bus-ID: 01:00.1
              Card-2 Intel 6 Series/C200 Series Family High Definition Audio Controller
              driver: snd_hda_intel bus-ID: 00:1b.0
              Sound: Advanced Linux Sound Architecture v: k3.16.0-4-amd64
    

    Network: Map-1: Intel Centrino Ultimate-N 6300

              driver: iwlwifi v: in-tree: bus-ID: 03:00.0
              IF: wlan0 state: up mac: 
              Card-2: Intel 82579LM Gigabit Network Connection
              driver: e1000e v: 2.3.2-k port: 8040 bus-ID: 00:19.0
              IF: eth0 state: down mac: 
    

    Drives: Total disk size: 756,2 GB (50.4% used)

              ID-1: /dev/sdb model: TOSHIBA_THNSNH25 size: 256.1GB
              ID-2: /dev/sda model: ST9500423AS size: 500.1GB
    

    Score: ID - 1: / size: 20G used: 6.1 G (33%) fs: ext4 dev: / dev/sdb2

              ID-2: /home size: 385G used: 349G (96%) fs: ext4 dev: /dev/sda2
    

    Types of sensors: temperature of the system: processor: 50.0 C mobo: N/A gpu: 0.0:45 C

              Fan Speeds (in rpm): cpu: N/A
    

    Info: Process: 248 Uptime: 9 min memory: 1215.4/7959.8MB

              Init: SysVinit runlevel: 2 Gcc sys: 4.9.2
              Client: Shell (bash 4.3.301) inxi: 2.1.28/CODE
    

    Hello

    Some Firefox problems can be solved by performing a clean reinstall. This means that you delete your Firefox program files, and then reinstall Firefox. This process does not delete your Firefox profile (such as bookmarks and passwords) data, since this information is stored in a different location.

    To do a clean reinstall of Firefox, follow these steps: Note: you can print these steps or consult them in another browser.

    1. Download the latest version of Firefox from mozilla.org office (or choose the download for your operating system and language on this page) and save the file to install it on your computer.
    2. Once the download is complete, close all Firefox Windows (or open the Firefox menu and click on the button close ).
    3. Remove the Firefox installation folder, which is located in one of these locations, by default:
      • Windows:

        • C:\Program Files\Mozilla Firefox
        • C:\Program Files (x 86) \Mozilla Firefox
      • Mac: Delete Firefox in the Applications folder.
      • Linux: If you have installed Firefox with the distribution-based package manager, you must use the same way to uninstall: see Install Firefox on Linux. If you have downloaded and installed the binary package from the Firefox download page, simply remove the folder firefox in your home directory.
    4. Now, go ahead and reinstall Firefox:
      1. Double-click on the downloaded Setup file and go through the steps in the installation wizard.
      2. Once the wizard is completed, click to open Firefox directly after clicking the Finish button.

    More information on the resettlement of Firefox can be found here.

    WARNING: Do not use an uninstaller to third parties as part of this process. This could permanently delete your Firefox profile data, including but not limited to, extensions, cache, cookies, bookmarks, personal settings and passwords saved. They can be retrieved easily unless they have been backed up on an external device! See back up and restore the information contained in the profiles of Firefox.

    Please report to say if this helped you!

    Thank you.

  • to solve the problems of performance (running slow SQL queries), which should be the systematic approach

    Hello

    I am new to oracle.  Need some advice on how we should approach to problems of performance especially for SQL queries running slow on the database.

    Thanks in advance.

    6e85b3c2-5f02-40CB-A8AD-d2279f63b4be wrote:

    Hello

    I am new to oracle.  Need some advice on how we should approach to problems of performance especially for SQL queries running slow on the database.

    Thanks in advance.

    Start here;  http://docs.Oracle.com/CD/E11882_01/server.112/e10822/TOC.htm

    Continue here: http://docs.oracle.com/cd/E11882_01/server.112/e41573/toc.htm

  • MySQL-&gt; table using SQL Developer Oracle

    Greetings,

    Currently, I am a (student) temporary employee who is responsible for the migration of the MySQL database of a company to their new (gr 11, 2) Oracle database.

    So far, I use SQL Developer, because I learned a few minor techniques with this application.

    I have tried different methods for the migration, including those of the Oracle (Migration of MySQL) page

    I however got no positive results with most of the methods.

    -J' have established a connection to the MySQL database Oracle database aswell, within SQL Developer

    Now, so far, I've copied manually (right click on the table, copy to Oracle) 90% of the tables from the MySQL to Oracle database successfully.

    However, these tables contain only about 5% of the data. The problem is in the 2 tables that actually have a decent amount of records.

    FOR INFO:

    File 1: 75MB file .csv, ~150.000 records (individual records contain all select queries, where the size)

    File 02:50 MB of files .csv, ~2.200.000 records

    My previous attempts to use the same copy for Oracle option to right click on one of the two largest tables resulted in the following error:

    The table of queries down. Message: java.io.IOException: IO error: socket read timed out

    My first action to prevent this error has been to add a second file data to the current storage space, giving it 200M maxsize.

    Okay it's coming, my real questions!

    This could be a possible solution to avoid the error mentioned earlier to return?

    What other issues are possible in case of failure?

    Uses an external table to a faster and more effective method?

    (The reason for which I have not yet tried external tables is because I had no SYS (TEM) privileges, so anything that requires privileges, I first have to discuss with my superior).

    Any help is appreciated! Although my next answer is maybe not earlier that come Monday 17.

    Welcome, Brent

    Hello

    I just discovered there is a csv Import Wizard in sqldeveloper also - don't know if you tried?

    tables in the destination database (oracle) - right-click and choose Import data - this will bring you in a Wizard of csv.

    However, I think that due to the volumes of data it may have similar problems.

    sqlldr is probably your best choice - it's pretty simple once you find a decent example - it seems to cover the basics of ok - Oracle SQL Stuff (for example): SQL-Loader: the tutorial step by step - example 1 (CSV file)

    See you soon,.

    Rich

  • Problem - edges of digital triggering slows down during the fast rotations

    Hi all. I have problem to understand. I want to measure the pressure with two strain gages on 90 degrees (NI 9237 half bridge II) and I engine with metal plate on it with 52 teeth (gear) to measure on each tooth of the strain. For the rotation, I use NI 9401 digital input.

    I need for example 1000 samples from the first digital edge to the second. (on the metal plate). I try to start trigger. In slow speed (turn around with the hand) of the metal plate, everything is OK. But if I turn around the metal plate digital fast triggers edges slows down. During a cycle on the metal plate on the cost of slow speed me 52 digital edges 1000 sampels by edge (metal plate is with 52 teeth), but rely on fast speed on me 25 edges. This problem is sync of the digital inputs and the analog inputs. I made the example with DAqmx Vi express. I've implemented on digital imput and then count me in each tooth regardless of speed and everything is OK, but when I buid trigger of strain on the edges of quick release rotation speed slows down.

    Can someone help me with this?

    Thanks before.

    So you're collecting samples from 1000 to 10000 samples per second. Which takes 100 Ms. If your triggering edges occur more quickly than the interval of 100 ms, some of them will be missed.  If you run faster than a cycle all 5.2 seconds your gear plate with 52 teeth, some triggers will be produced before the end of the previous data collection.

    What is the fastest speed that you will not sping palte metal?

    Lynn

  • wrt1900ac speeds slow older e4200 is faster

    I am direct jessy in belgion

    I bought me a new wrt1900ac router to replace my e4200 about a week ago

    installed with the same setup as my old router and get verry bad wireless speeds

    also Wired is slower

    I like modem, a router diferent provider telenet (cable)

    and is the connector in a lan for my linksys (only option I) port and the same as how my e4200 attached

    before I had internet speeds reach 11mbit now 120mbit

    When I change the settings of the new linksys

    DHCP - off (dhcp is not off on the e4200 router)

    -modem cable from the vendor to the linksys lan port

    I get a speed over fast but then also only 80mbit

    the wrt1900ac also DUN reached no more then old router

    and connection speed wirh two routers is 144mbit (with this computer at work I can get 300mbit connection speeds so computer isn't the problem

    changing channels have no effect on the speed of connection speed (or better said almost nothing)

    When I put off the wifi signal and use a router speeds cable linksys are also slower then when I use the same cable between the modem from the supplier directly into my computer so that the cable is not a problem

    only through the wrt1900ac speed is slow

    also sometimes spit when the connection is bad

    It seems that you have done everything you can because it seems your defective device maybe. I recommend phone contact Linksys and RMA request. Or return this unit to place of purchase one get a different unit.

Maybe you are looking for

  • When you have updated to ios 10?

    I guess everyone will eventually upgrade to ios 10... but nobody knows when that might be? I'm going foreign at the end of the month (October) and really don't want to mess with it until I return, but I certainly don't want it me to do while I'm gone

  • Disk utility finds several files and folders after formatting external hard drive

    It is somewhat an Enigma to me. I bought an external hard drive that I wanted to use to store my Time Machine backups. I formatted in Mac OS extended (journaled case-sensitive) without any problems, however, I noticed that disk utility indicated that

  • HP Photo smart 5510: printers and all UNITS

    After scanning, the background of the page came in gray and not in pure white. So I was running the printing software HP and doctor Scan. The gray background problem solved but new problem started. After scanning left and upper paper edge is done wit

  • Failure on label printing

    Hi, at the and of the test failure, I have the need to print the message of failure on the label. I need to print: SequenceName testName, measurement, high limit, low. Is there something already implemented in TestStand? What is the right approach, s

  • sbrio9636 error VISA-1073807202

    Hello I have a sbRIO9636 and test instruments. I want to just connect sbRIO and test instruments (with RS-232). I am trying to connect RS232 (9 pin) via serial ports... I also Measurement & Automation Explorer (version 5.1) to monitor and configure t