MySQL for Oracle Database Migration

I'm migrating 75 Tables of MySQL (5.0.18) to Oracle (10.2.0.1.0) using SQL-Developer (2.1.1.64)

Below are the steps to follow to a State where I'm stuck:

1: opens a connection with MySQL (5.0.18) which has * 86 * databases.
2: open another connection with Oracle (10.2.0.1.0); a new installation.
3: just clicked one of the MySQL database and selected ' + * Capture schema * + ".
After the capture, this particular database appeared on ' + * models Captured * + ".
4: right-click on this model converted, that says "* [email protected]:3306 (MySQL), etc. * ' and selected ' + convert model Oracle +".
5: nothing appeared on the "* Converted models."

~~~~~~~~~~~ Stuck ~~~~~~~~~~~

Another thing:
-If I select different tables of the database under "* models Captured *" and then convert them then ' * SQL Developer * "generate converted models.
-If I repeat anyone else of tables "* Converted model *" are generated.

Am I suppose to repeat this step for each Table, the trigger, view etc.?

Thank you


Edited by: user13397582 on August 26, 2010 06:08_

Also the * 'Script' * output even * "name of the constraint *; Viz

+ Cdr5 ALTER TABLE ADD CONSTRAINT PRIMARY PRIMARY KEY (table_id) ENABLE; +

Constraint must have derived the name of the table. Otherwise, you will have repeated migrations:

Error report:*.
SQL error: ORA-02264: name already used by an existing constraint
+ 02264. 00000 - 'name already used by an existing constraint ' +.
* Cause: The specified constraint name must be unique. +
* Action: Specify a name for the constraint unique constraint. +

Published by: user13397582 on August 26, 2010 06:08

Which JDK version do you use?

There is a problem with SQL Developer 2.1.1 with JDK1.6 less than 18 years of age and older, during the conversion of a migration phase, with exactly the symptoms you describe.

If you use one of these JDK could you try to install JDK1.6 U17?

Concerning
Wolfgang

Tags: Database

Similar Questions

  • What Linux RHEL (Linux Red Hat Enterprise Server 6.7) compatible for oracle database 11.2.0.4 with grid Infrastructure?

    Compatible Linux RHEL (Linux Red Hat Enterprise Server 6.7) for oracle database 11.2.0.4 with grid Infrastructure.

    Hi all

    We plan to patch Linux Redhat Enterprise Server (6.4 and 6.5) to 6.7.

    I tried Searchin' on support of oracle for the compatibility of the database for Linux patches, but not able to find accurate information.

    can anyone share the ID document or information related to it.

    If OS RHEL 6 update 4 to 6-7 update patch

    (1) is it compatible

    (2) bugs or problems reported

    (3) in addition to the binary link again than the DBA to perform any other

    Thank you

    Hello

    6.7 RHEL is certified for the database 11.2.0.3 or newer. In other words, it is certified for RHEL 6.7 11.2.0.4

    Certification information for the Oracle database on Linux x 86-64 (Doc ID 1304727.1)

    -Jonathan Rolland

  • How to define JDBC Data Sources in Oracle MapViewer for Oracle database 12 c Release 1 (12.1.0.1)

    How to define JDBC Data Sources in Oracle MapViewer for Oracle database Release 1 (12.1.0.1) 12 c?

    Here is my setup in the conf\mapViewerConfig.xml:


    < name map_data_source = "mvdemo12".

    jdbc_host = "127.0.0.1".

    jdbc_sid = "orcl12c1".

    jdbc_port = '1522 '.

    jdbc_user = "mvdemo".

    jdbc_password = "7OVl2rJ + hOYxG5T3vKJQb + hW4NPgy9EN.

    jdbc_mode = 'thin '.

    number_of_mappers = '3 '.

    allow_jdbc_theme_based_foi = 'true '.

    Editable = "true" / >

    <!--  ****  -->

    But it does not work.

    After use "sqlplus mvdemo / [email protected]:1522 / pdborcl", it connected to the Oracle 12 c database.

    Anyone know it?

    Thank you

    11.1.1.7.1 use the jdbc_sid syntax, i.e.

    as described in the README file, mypdb1.foo.com

    -Sources of native data (no container) MapViewer can now use the service name of database instead of SID. To provide a db service name, you will use the same attribute of jdbc_sid, but specify the name of the service with double slashes in front, as follows:

    jdbc_host = "foo.com"

    jdbc_sid="//mypdb1.foo.com".

    jdbc_port = '1522 '.

    ... ...

    />

    Use a container_ds to the 11.1.1.7.0.

    that is, instead of using

    jdbc_host = "mydbinstance".

    jdbc_sid = "pdborcl12c".

    jdbc_port = '1522 '.

    jdbc_user = "mytestuser".

    jdbc_password = "m2E7T48U3LfRjKwR0YFETQcjNb4gCMLG8/X0KWjO00Q ="

    jdbc_mode = 'thin '.

    number_of_mappers = "6".

    allow_jdbc_theme_based_foi = "false".

    Editable = "false".

    />

    use

    container_ds = "jdbc/db12c.

    number_of_mappers = "6".

    allow_jdbc_theme_based_foi = "false".

    Editable = "false".

    />

    In my case the Glassfish 3.1.2.2 JDBC connection pool definition has been

    Property

    URL jdbc:oracle:thin:@mydbinstance:1522/pdborcl12c.rest_of.service.name

    Uncheck the wrap JDBC objects in advanced Panel, that is, the page properties change JDBC connection advanced pool.

    Add a resource to that newly created JDBC pool

    Use in mapviewerconfig.xml as above

  • Model reusable SQL Oracle to create a DDL/DML Scripts for Oracle database

    Hello


    I have an obligation to set up a model of Oracle SQL to create the Scripts DDL/DML reusable for Oracle databases.
    Only the Oracle DBA will run scripts permissions is not a problem.

    The workflow for any DOF is as follows:-

    (1) new table

    a. check whether the table exists in the views system/admin.
    b. If the table exists then give message "Table exists".
    c. If the table does not exist then run DDL code

    (2) add the column

    a. check if the column exists for a given table of the system/admin views
    b. If the column exists in the specified table.
    B1. backup table.
    B2. ALTER table alter column
    B3. check data or execute convert dml sauvegardΘ to the new change script.
    c. If the column does not exist
    C1. backup table
    C2. ALTER table add column
    C3. Run dml to populate the column with the default value.

    The DML scripts are to populate the base tables with the data required for business operations.

    (3) addition of new line

    a. check if the line exists by comparing the old values of each column with the new values to be added for the new record.
    b. If there is, to give message line is
    c. If not exists, add the new record.

    (4) update existing record (we createtime columns in these tables as well as changes can be tracked)

    a. check if the row exists using the primary key.
    b. If there is.
    B1. off the record by using the "active" column of the table
    B2. Add new record with the necessary changes.
    c. If does not exist, add the new record with the necessary changes.

    Could you please help with some ideas that can get this done with precision?
    I tried several ways, but I am not able to set up something that meets all the requirements.

    Thank you

    If it helps at all. Sometimes we have a requirement for a DDL statement to be rerunable and her only error if something completely unexpected happens.

    It's a little monstrous, but basically, we wrap all DDL in a dynamic statement and capture errors that would indicate that the DDL script has already been run:

    Here's a bit of a model:

    declare
       w_ddl varchar2(32767);
    begin
       begin
          --
          dbms_output.put_line('Creating table TABLE_NAME');
          --
          w_ddl := 'CREATE TABLE MY_SCHEMA.TABLE_NAME
                    ( COLUMN_1     DATE          NOT NULL
                     ,COLUMN_2  VARCHAR2(10)  NOT NULL
                     ,COLUMN_3  DATE
                    )';
           --
          execute immediate w_ddl;
          --
          dbms_output.put_line('Successfully created table TABLE_NAME');
          --
       exception
          when others then
             if sqlcode = -955 then
                dbms_output.put_line('Table Already exists.');
             else
                dbms_output.put_line('creation of table TABLE_NAME failed:');
                dbms_output.put_line(sqlerrm);
                raise;
             end if;
       end;
    
      begin
          --
          dbms_output.put_line('Creating unique primary key constraint for TABLE_NAME');
          --
          w_ddl := 'ALTER TABLE MY_SCHEMA.TABLE_NAME ADD (
                   CONSTRAINT TABLE_NAME
                   PRIMARY KEY
                   (TABLE_NAME_ID) USING INDEX)';
           --
          execute immediate w_ddl;
          --
          dbms_output.put_line('Successfully created primary key on TABLE_NAME_ID');
          --
       exception
          when others then
             if sqlcode = -02264 then
                dbms_output.put_line('constraint already exists.');
             else
                dbms_output.put_line('creation of primary key failed:');
                dbms_output.put_line(sqlerrm);
                raise;
             end if;
       END;   
    
    <>
    

    It works well with our scripts to autmoated and help us when we iterate through development and back in if needed test environments.

    In this way, we can add the DDL statements to the deployment script and run the script again without error to set the database to the State required without having to run the newly created statement only.

    Sometimes this approach translates into a creation followed a statement alter table statement to add a column, but the end result of the script is always the same, and the deployment script can be controlled at source between iterations of development that is without having to restore the ddl changes to test the modified DDL script.

    hope that gives you some ideas.

  • The CPU is not powerful enough for Oracle database 11g?

    The CPU is not powerful enough for Oracle database 11g?

    I installed the datatase Oracle 11 g on my host by using the default configuration of oracle yesterday. Today, I find some the alert message: "CPU usage is 86,79%, through attention (80) or critical (95) threshold.» The average value of the CPU usage is 80.85% and I have to wait for more than 10 seconds for opening a page of the EM.
    My host is HP workstation xw4200. CPU is 3.4 GHz. No other applications on that host.
    I want to know: what is the main reason for the shortage of CPU resources? Because the database Oracle 11g itself is exhausting CPU or because there are a few configuration issues?

    qkc wrote:
    1 is it true that most of the CPU is exhausted by the EM control tool?

    It's quite possible.

    It is also one of the reasons why we encourage people to drop EM Database Console and switch to EM Grid Control. The burden is then on another server.

    2. why this index has been added in advance by Oracle Corporation? It does not seem that each tool is set up perfectly in advance.

    It was probably not required under ideal conditions, in which it has been designed and tested.

    Why is your environment not identical to the designed conditions that use Oracle? ;-)

  • Client Oracle for Oracle database 10g and Windows 2003 operating system...

    Hi all
    I need an Oracle Client for Oracle database 10g and Windows 2003 operating system.
    I searched www.oracle.com it there as much of products so basically that I got confused.
    Could you guide me please?

    Hello

    Here is the link: download (Oracle Database 10g Release 2 (10.2.0.1.0) customer - 10201_client_win32.zip (475,090,051 bytes) (cksum - 946434250)).

    Oracle Database 10g Release 2 (10.2.0.1.0)
    http://www.Oracle.com/technology/software/products/database/Oracle10g/htdocs/10201winsoft.html

    Kind regards
    Hussein

  • where can I get the software for oracle database 11g RAC installion

    pls can someone tell me where to download the installation software for oracle database 11g RAC with Yes which has the option of installing RAC database on, I the installation of database 11g software, but it does not include the installation of database RAC inside option, I heard someone say that the installer of oracle database 11g in oracle's Web site is not used to install a RAC database is it true? If that's how to make one that installs the RAC DATABASE.

    Download page:
    http://www.Oracle.com/technology/software/products/database/Oracle11g/111060_linuxsoft.html

    -Oracle Database 11 g Release 1 (11.1.0.6.0) for Linux x 86
    linux_11gR1_database_1013.zip (1,844,527,800 bytes) (cksum - 1044354138)

    -Oracle Clusterware 11 g Release 1 (11.1.0.6.0) for Linux x 86
    linux_x86_11gR1_clusterware.zip (244,660,141 bytes) (cksum - 820583335)

    Maybe you need to download is: Clusterware Oracle 11 g

    Document: Oracle® database 2 day + Real Application Clusters guide 11 g Release 1 (11.1)
    http://download.Oracle.com/docs/CD/B28359_01/RAC.111/b28252/TOC.htm

  • Upgrade of Oracle EBS base 10.2.0.4 for Oracle Database 12 c

    Hi gurus,

    We are in the process of upgrading our EBS Oracle 10g database to 12 c and so below are the steps we took to upgrade the database with dbua 12 c

    We have improved our database 10g of 10.2.0.4 to 10.2.0.5 compatible for the direct 12 c with dbua upgrade

    1 - install the Oracle 12 c software

    2. run the file from Oracle EBS environment that set the ORACLE_HOME and ORACLE_SID, but not ORACLE_BASE for the database that is upgraded

    3 - Go to the ORACLE_HOME\bin 12 c and run. / dbua

    4 - 12 c dbua GUI appeared, but this isn't picking the 10g database in the Source ORACLE_HOME

    What could be the cause and how is - this solve

    Kind regards

    Hello

    Check the/etc/oratab file.

    Have the correct entries?

    Kind regards

    Bashar

  • KPI for oracle databases

    Hello guys,.

    I'm working on a report to my management on the capacity planning of our databases (GR 11, 2 on Sparc 64). For me the ability to forecast, I need my current performance of the document. So I'm basically looking for key performance indicators against which the capacity planning could be made. Any one who worked on the same requirement please share your approach and if you can you please recommend a suitable tools.

    Kind regards

    BMP

    I'm working on a report to my management on the capacity planning of our databases (GR 11, 2 on Sparc 64). For me the ability to forecast, I need my current performance of the document. So I'm basically looking for key performance indicators against which the capacity planning could be made. Any one who worked on the same requirement please share your approach and if you can you please recommend a suitable tools.

    Please see these links/docs.

    Master Index user experience Insight (RUEI) [ID 1305008.1]
    Oracle Real user experience Insight - software and documentation download site [579348.1 ID]
    Activation of the lap times for Oracle user experience Insight (RUEI) with e-Business Suite [ID 811866.1]
    FAQ, tips and tricks for the user experience Insight User Interface [1305827.1 ID]

    http://bit.LY/ygyH70
    http://bit.LY/w3FJlV

    Thank you
    Hussein

  • DataGuard for oracle database applications...

    Hello world

    I got a new task on the protection of data for oracle applications configuration. I did it for the database.

    Is it possible to configure the protection of data for oracle apps? In the affirmative, please send me the details or the docs... Thanks in advance...


    Thank you
    R

    In my own understanding, data hold is at the level of the database not not at the application level. If you just need to keep your data compared to the level of the database.

  • MySql to Oracle DB Migration, creating schema problem

    Hello
    Im a beginner, try to migrate a mysql database in oracle. The mysql db contains a few tables, if im trying to migrate everything manually.
    When filling out the tables a problem im. It's as follows:

    Table 1 has a Key (t1_col1, t1_col2, t1_col3) primary Composite.
    Table2 contains a column (t2_col1), which is a reference to Table1 t1_col1 (to make t1_col1 a repository key in the other table must be UNIQUE or PRIMARY, but as we know table can have a unique primary key and the t1_col1 contains redundant data, so cant make UNIQUE either).
    So I tried indexing of the t1_col1 column but it dint seem to work as well, creating table2 it gives "no unique match or primary key for this list of columns.
    ".

    I think that MySql is not so strict a lot compared to Oracle, please guide me through this, any workaround (s)?
    This is the MySql schema:

    CREATE TABLE "temp". "table1")
    't1_col1' varchar (50) NOT NULL,
    't1_col2' varchar (50) NOT NULL,
    't1_col3' varchar (50) NOT NULL,
    "t1_col4" integer NOT NULL,
    PRIMARY KEY ('t1_col1', 't1_col2', 't1_col3')
    )
    ENGINE type = InnoDB
    CHARACTER SET utf8 COLLATE utf8_general_ci;



    CREATE TABLE "temp". "table2")
    't2_col1' varchar (50) NOT NULL,
    't2_col2' varchar (50) NOT NULL,
    FOREIGN KEY CONSTRAINT 'table2_fk1' 'table2_fk1' ('t2_col1')
    REFERENCES, 'table1' ('t1_col1')
    ON DELETE CASCADE
    ON UPDATE CASCADE
    )
    ENGINE type = InnoDB
    CHARACTER SET utf8 COLLATE utf8_general_ci;


    Looking forward to the answer.

    Kind regards
    Peter

    _______________
    The system configuration:
    CentOS 5 (linux kernel 2.6.18 - 8).
    MySQl 5.0.
    Oracle 10g Enterprise edition

    Published by: user10707566 on December 12, 2008 04:28

    If I didn't know that MySQL allows you to declare FK constraints that are non-profit information only and does not apply, I would find this surprisiing really, since the essence of a FK relationship is that the child is identified by the parent.

    In Oracle, you must create a primary key for the substitution on the table1 based on the unique combination of col1, col2 and col3. I would certainly use a sequence for it. Next, you create a unique constraint on col1, col2 and col3 to apply your natural primary key. FK in table2 would be the key to substitution from table1. Something like:

    CREATE TABLE table1 (
       t1_surr_key NUMBER NOT NULL,
       t1_col1 Varchar2(50) NOT NULL,
       t1_col2 Varchar2(50) NOT NULL,
       t1_col3 Varchar2(50) NOT NULL,
       t1_col4 integer NOT NULL)
    
    ALTER TABLE table1 ADD CONSTRAINT table1_pk
       PRIMARY KEY (t1_surr_key);
    
    ALTER TABLE table1 ADD CONSTRAINT table1_uk
       UNIQUE (t1_col1, t1_col2, t1_col3);
    
    CREATE TABLE table2 (
       t2_col1 varchar2(50) NOT NULL,
       t2_col2 varchar2(50) NOT NULL,
       t1_surr_key NUMBER NOT NULL,
    CONSTRAINT table2_fk1 FOREIGN KEY (t1_surr_key)
       REFERENCES table1 (t1_surr_key)
       ON DELETE CASCADE
       ON UPDATE CASCADE)
    

    John

  • Need help for analysis "plan and background events waiting" on the report statspack for oracle database 11.2.0.4 on AIX

    HI: I analyze the STATSPACK report: this is the "volume test" on our UAT server for most of entry or "bind variables".  Our shared pool is well used in oracle.  Recovery of Oracle logs is not configured properly on this server, as in "Top 5 events of waiting", there are 2 for Oder.

    I need to know what other information may be digging from of 'waiting in the foreground events' & ' background waiting events ", and which can help us better understand, in combination of ' Top 5 wait event, that how did the server test /?  It could be overwhelming. wait events, so appreciate useful diagnostic or analyses.  Database is oracle 11.2.0.4 updated from 11.2.0.3 on IBM AIX 64-bit, level 6.x system power


    STATSPACK report


    DB Id Instance Inst Num Startup Time Release RAC database


    ~~~~~~~~ ----------- ------------ -------- --------------- ----------- ---

    700000XXX XXX 1 22 April 15 12:12 11.2.0.4.0 no.


    Host name Platform CPU Cores Sockets (G) memory

    ~~~~ ---------------- ---------------------- ----- ----- ------- ------------

    dXXXX_XXX AIX-Based Systems (64-2 1 0 16.0)


    Snapshot Id Snap Snap time Sessions Curs/Sess comment

    ~~~~~~~~    ---------- ------------------ -------- --------- ------------------

    BEGIN Snap: 5635 22 April 15 13:00:02 114 4.6

    End Snap: 5636 22 April 15 14:00:01 128 8.8

    Elapsed time: 59.98 (mins) Av law Sess: 0.6

    DB time: 35,98 (mins) DB CPU: 19,43 (mins)


    Cache sizes Begin End

    ~~~~~~~~~~~       ---------- ----------

    Cache buffer: block 2 064 M Std size: 8 K

    Shared pool: 3 072 M Log Buffer: 13 632 K

    Load profile per second per Transaction per Exec by call

    ~~~~~~~~~~~~      ------------------  ----------------- ----------- -----------

    DB Time (s): 0.0 0.6 0.00 0.00

    DB CPU: 0.0 0.3 0.00 0.00

    Size: 458 720,6 8,755.7

    Logical reads: 245,7 12 874,2

    Block changes: 1 356.4 25.9

    Physical reads: 6.6 0.1

    Physical writings: 61.8 1.2

    The user calls: 38.8 2 033,7

    Analysis: 286,5 5.5

    Hard analysis: 0.5 0.0

    Treated W/A Mo: 1.7 0.0

    Logons: 1.2 0.0

    Runs: 801,1 15.3

    Cancellations: 6.1 0.1

    Operations: 52.4


    Indicators of the instance

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    Buffer % Nowait: 100.00 do NoWait %: 100.00

    Buffer % success: 99.98% W/A optimal, Exec: 100.00

    Library success %: 99,77% soft Parse: 99.82

    Run parse %: 64.24 latch hit %: 99.98

    Analyze the CPU to analyze Elapsd %: 53.15% Non-Parse CPU: 98.03


    Shared pool statistics Begin End

    ------  ------

    % Memory use: 10.50 12.79

    % SQL with executions > 1: 69,98 78,37

    % Memory for SQL w/exec > 1: 70.22 81,96

    Top 5 timed events Avg % Total

    ~~~~~~~~~~~~~~~~~~                                                   wait   Call

    Event waits time (s) (ms) time

    ----------------------------------------- ------------ ----------- ------ ------

    CPU time                                                       847          50.2

    ENQ: TX - 4 480 97 434 25.8 line lock conflict

    Log file sync 284 169 185 1 11.0

    log file parallel write 299 537 164 1 9.7

    log file sequential read 698 16 24 1.0

    Host CPU (processors: 2 hearts: Sockets 1: 0)

    ~ ~ ~ Medium load

    Begin End User System Idle WIO WCPU

    ------- -------   ------- ------- ------- ------- --------

    1.16 1.84 19.28 14.51 66.21 1.20 82.01


    Instance of CPU

    ~~~~~~~~~~~~                                       % Time (seconds)

    -------- --------------

    Host: Time (s) Total: 7,193.8

    Host: Availability of time processor (s): 2,430.7

    % of time host is busy: 33.8

    Instance: Time processor Total (s): 1,203.1

    % Busy CPU used, for example: 49.5

    Instance: Time of database total (s): 2,426.4

    % DB time waiting for CPU (resp. resources): 0.0


    Statistical memory Begin End

    ~~~~~~~~~~~~~~~~~                ------------ ------------

    Host Mem (MB): 16,384.0 16 384,0

    Use of LMS (MB): 7,136.0 7 136,0

    Use of PGA (Mo): 282.5 361.4

    Host % Mem used for SGA + PGA: 45.3 45.8

    Foreground wait events DB/Inst: XXXXXs Snaps: 5635-5636

    -> Only events with wait times Total (s) > =.001 are indicated

    --> sorted by Total desc waiting time, waits desc (idle last events)


    AVG % Total

    % Tim Total wait Wait Wait call

    Event is waiting for the time (s) (ms) /txn times

    ---------------------------- ------------ ---- ---------- ------ -------- ------

    ENQ: TX - line lock 4 480 0 434 97 contentio 0,0 25.8

    284 167 0 185 1 file synchronization log 1.5 11.0

    File I/O 8 741 of disk 0 4 operations 0.0 0.2

    direct path write 0 13 247 3 0.1 0.2

    DB file sequential read 6 058 0 1 0.0 0.1

    buffer busy waits 1 800 0 1 1 0,0.1

    SQL * Net more data to the client 29 161 0 1 0.2 0.1

    direct path read 7 696 0 1 0.0 0.0

    db file scattered read 316 0 1 2 0,0.0

    latch: shared pool 144 0 0 2 0,0.0

    Initialization of 30 0 0 3 0,0.0 CSS

    cursor: hand 10 0 0 9 0,0.0 S

    lock row cache 41 0 0 2 0,0.0

    latch: rank objects cache 19 0 0 3 0,0.0

    log file switch (private 8 0 0 7 0,0.0 str

    library cache: mutex X 28 0 0 2 0,0.0

    latch: cache buffers chains 54 0 0 1 0,0.0

    free lock 290 0 0 0.0 0.0

    sequential control file read 1 568 0 0 0.0 0.0

    switch logfile (4 0 0 6 0,0.0 control point

    Live sync 8 0 0 3 0,0.0 road

    latch: redo allocation 60 0 0 0 0.0.0

    SQL * Net break/reset for 34 0 0 1 0,0.0 customer

    latch: enqueue hash chains 45 0 0 0 0.0.0

    latch: cache buffers lru chain 7 0 0 2 0,0.0

    latch: allowance 5 0 0 1 0,0.0 session

    latch: object queue header 6 0 0 1 0,0.0 o

    Operation of metadata files ASM 30 0 0 0 0.0.0

    latch: in memory of undo latch 15 0 0 0.0 0.0

    latch: cancel the overall data 8 0 0 0 0.0.0

    SQL * Net client message 6 362 536 0 278 225 44 33.7

    jobq slave wait 7 270 100 3 635 500 0.0

    SQL * Net more data to 7 976 0 15 2 0,0 clien

    SQL * Net message to client 6 362 544 0 8 0 33.7

    -------------------------------------------------------------

    Context of the DB/Inst events waiting: XXXXXs clings: 5635-5636

    -> Only events with wait times Total (s) > =.001 are indicated

    --> sorted by Total desc waiting time, waits desc (idle last events)

    AVG % Total

    % Tim Total wait Wait Wait call

    Event is waiting for the time (s) (ms) /txn times

    ---------------------------- ------------ ---- ---------- ------ -------- ------

    log file parallel write 299 537 0 164 1 1.6 9.7

    log file sequential read 698 0 16 24 0.0 1.0

    db file parallel write 9 556 0 13 1 0,1.8

    146 0 10 70 0,0.6 startup operating system thread

    control file parallel write 2 037 0 2 1 0,0.1

    Newspaper archive e/s 35 0 1 30 0,0.1

    LGWR wait for redo copy 2 447 0 0 0.0 0.0

    async file IO DB present 9 556 0 0 0.1 0.0

    DB file sequential read 145 0 0 2 0,0.0

    File I/O disk 349 0 operations 0 0.0 0.0

    db file scattered read 30 0 0 4 0,0.0

    sequential control file read 5 837 0 0 0.0 0.0

    ADR block lu file 19 0 0 4 0,0.0

    Block ADR file write 5 0 0 15 0,0.0

    direct path write 14 0 0 2 0,0.0

    direct path read 3 0 0 7 0,0.0

    latch: shared pool 3 0 0 6 0,0.0

    single log file write 56 0 0 0.0 0.0

    latch: redo allocation 53 0 0 0 0.0.0

    latch: 1 0 0 3 0,0.0 active service list

    free latch 11 0 0 0 0.0.0

    CPI of RDBMS 5 314 523 57 189 182 1.7 message

    Space Manager: slave wa slowed 4 086 88 18 996 4649 0.0

    DIAG idle wait 7 185 100 1000 7 186 0.0

    Streams AQ: waiting time 2 50 4 909 # 0,0

    Streams AQ: qmn slowed slave 129 0 3 612 28002 0.0 w

    Streams AQ: Coordinator of the 258 50 3 612 14001 0,0 qmn

    SMON timer 2 43 3 605 83839 0.0

    PMON timer 99 1 199 2999 3 596 0.0

    SQL * Net client message 17 019 0 31 2 0.1

    SQL * Net message to client 12 762 0 0 0.1 0

    class slaves wait 28 0 0 0 0.0

    Thank you very much!

    Hello

    I think that your CPU is overloaded by your stress tests. You have one VCPU with 2 wires (2 LCPU), right? And the load average is greater than one. You have time DB which is not counted in (CPU time + wait events) and which comes no doubt from time spent in the runqueue.

    > Oracle recovery logs is not properly configured on this server, as in "Top 5 events of waiting", there are 2 for oder

    It is an error in statspack for show "log file parallel write here." This moment is historical and is included in 'log file sync '. And I don't think you have to redo misconfiguration. Waiting for 1ms to commit is ok. In OLTP you should have more than one validation in a user interaction so that the user don't worry not about 1 m in batch mode, unless you commit to each row, 1 DC to commit should not increase the total execution time.

    The fact that you have a lot of line lock (enq: TX - line lock conflict) but very little time (on average 97 ms) is probably a sign that testers are running simultaneously a charge affecting the same data. Their set of test data is perhaps too simple and short. An example: when stress tests of an order entry system if you run 1000 concurrent sessions, ordering the same product to the same customer, you can get this kind of symptoms, but the test we unrealistic.

    It's a high activity of 2000 calls per second, 52 transactions per second, user. But you also have low average active sessions, so the report probably covers a period of non-uniform activity, which makes the averages without meaning.

    So note to tell about the events of waiting here. But we don't have any info about 39% of DB time devoted to the CPU which is where something can be improved.

    Kind regards

    Franck.

  • Dates for "Oracle Database 11g: Performance Tuning" exam

    Hello!

    Today Oracle posted the info on the new database Oracle 11 g Performance Tuning review required for new certification expertise:

    http://education.Oracle.com/pls/web_prod-PLQ-dad/db_pages.GetPage?page_id=41 & p_exam_id = 1Z0_054 #2

    It is said that pre-registration for the beta version review starts today, however, it does not say when the phase beta begins and ends. Anyone know?

    Thank you
    Marcus

    March 31, 2009 is the current provisional end date for the exam in beta 1Z1-054. This date is subject to change.

    Kind regards
    Brandye Barrington
    Certification Forum Moderator
    Manager certification program

  • VMware Clod Migration boot cd for the database Migration SQL Server

    Hi techies,.

    I have a requirement to migrate one of our physical DB server to the virtual machine, it is very important to business so I thought to go with cold cloning with boot cd, but I could not get this cd bootable anywhere... ! can someone help me on this? and also please suggest me there at - it another way, I can do this task successfully with some fails?

    VMware Converter 5.x has the ability work synchronize to power use this run a p2v migration

    (1) perform a P2v full and when its done and you're ready to cut more

    (2) stop the database service and do a synchronizaion and put the virtual machine online

  • link to the oracle for oracle databases

    Hi all
    I want to create link of database from a system to another system.
    can u give me steps to create the db link and the listener and tnsnames for example.

    Thank you
    Srinivas

    Srinivas wrote:
    CKPT SALVATION,
    Thanks for the response.i have difficulty assign listener and tnsnames.
    If possible can make u it how to give tnsnames and the listener who do not appear in the documents.

    Thank you
    Srinivas

    Here you will need to check the exact TNS service where you want to connect.

    If you want to create a DB CONNECTION in Server "A" and it should point to server 'B '.

    (1) check the connectivity to the server 'B', as below - make sure that listener runs on the server 'B '.
    $tnsping to_b

    (2) If you can do a ping to the correct host/Sid/Port. Then you should be able to create DB link

    (3) from the database of the server 'A', create DB link

    SQL > CREATE DATABASE LINK CONNECT TO IDENTIFIED BY USING 'to_b ';

    once able to connect, test you the DB LINK
    (4) SQL > select count (*) from

    @db_link;

    HTH.

Maybe you are looking for

  • Batch how to remove all the photos that I deleted the photo library

    After a few months of use of the Photos App and deleting photos, I would like to know how to remove the hard disk all the pictures I deleted so far. (recently deleted folder is empty). Thanks for any suggestions.

  • Re: Satellite P750 - function keys do not work

    I use a Satellite P750. There is a row of 'Function buttons' between my keyboard and display. These buttons no longer work. The biggest problem is that I can't activate my wireless. When my net cable is not plugged into the ether, it usually detects

  • Can Excel launch an executable of Labview?

    Hi all: Can Excel launch an executable of Labview? I would like to open an Excel file, fill data in Sheet1 and then press a button on the worksheet "Sheet1" Excel. By pressing this button, it will start to run an executable of Labview. Thank you all,

  • BYTE array to float?

    I am relatively new to Labview and haven't found an example of this on these forums.  Any help would be greatly appreciated! I read in a stream of characters from a series device, and I would like to convert a 4-byte string (or Byte array) to a float

  • Can I still use Windows XP after the end of support?

    I've always found XP easier to use and more effective than the two 7 and Vista and for this reason I have currently no intend to update, even after the end of support. However, to make sure it works please.