Anybody  has answers???

I do have three questions
Would be great if someone clears them .
How can I insert data from a table to 3 tables at the same time in pl/sql?
What oracle does internally for a query like select * from dept;
What is Row migration ?
I shall be grateful for the answers
regards
shubh

> How can I insert data from a table to 3 tables at the same time in pl/sql?
Concurrently? You cannot in a single session as an Oracle is serialised and cannot be threaded.
Concurrency wise? As a single transaction. Do 3 inserts and commit the transaction.
If you imply something else, please clarify.
>What oracle does internally for a query like select * from dept
That depends just how technical you want to get. Simplistically Oracle will do a full tablescan of the table to provide you a consistent snapshot at the point in time the query was executed. (if someone else commits a transaction that deletes all the rows in DEPT, you will still see DEPT with the rows applicable at the point in time you fired off the SELECT)
The full table scan can consists of PIO (Physical I/O) and LIO (Logical I/O) - depending on whether or not the data needs to be fetched from disk, or whether the data is available in the buffer cache.
A full tablescan can also result in PQ (Parallel Query) processing. Oracle uses several PQ slave processes to assist in doing the scan - allocating a range of rows for each process to scan in parallel.
More than this is usually only of interest to the system programmer type and not the application developer type.
>What is Row migration ?
See Metalink Note:122020.1, Subject: Row Chaining and Row Migration
https://metalink.oracle.com/metalink/plsql/ml2_documents.showNOT?p_id=122020.1

Similar Messages

  • IPhone 5S: does anybody has this problem. During a successful voice call all of a sudden people can't hear me while I can hear them

    iPhone 5S: does anybody has this problem. During a successful voice call all of a sudden people can't hear me while I can hear them. Signal is strong and call quality (me hearing the other) is still very good but it looks as if I’m going on mute while I’m not muting my iPhone. When dropping the call and re-dialing it works fine again. It’s a brand new iPhone 5S but it now happened already 4 or 5 times in 2 days.
    It feels like a hardware/iOS problem and not a network issue. It happend with iOS7.03 but I just see 7.0.4 is available so will install that one now.
    Thanks in advance for feedback
    Best regards,
    Marco

    Hello Jeff,
    Thank you for providing so much detail about the issue you are experiencing with the audio on your iPhone.  I would be concerned too if the audio on my iPhone was not working unless using speaker phone.  I found an article with some steps to take when you are experiencing issues like this:
    iPhone: Can't hear through the receiver or speaker
    http://support.apple.com/kb/TS1630
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • TS1424 My Apple ID has been disabled, it won't let me updated my previous purchases. No reason for why it has been disabled or how to enable it again. I reset my password, security questions and billing info. Nothing- Anybody has seen this before?...

    My Apple ID has been disabled, it won't let me updated my previous purchases. No reason for why it has been disabled or how to enable it again. I reset my password, security questions and billing info. Nothing… I even called Apple SUpport 1-800 # and they said they can't help me...Anybody has seen this before?...

    You need to contact itunes support.
    http://www.apple.com/support/contact/
    There is NO telephone support for itunes.  Use the link above.

  • [Athlon64] Anybody has any experience with ATI Radeon XPRESS 200P chip sets?

    Anybody has any experience with ATI Radeon XPRESS 200P chip sets?
    I am looking to purchase a computer for my wife who does not require major computing power. And looks like ATI is a cheaper option.  Any recommendations?
    Any info is greatly appreciated.

    Quote from: dannol48 on 23-June-05, 02:25:47
    The RS480M2-IL haa a CnQ option in Bios. 
    Installing the AMD driver and setting the Power Scheme to "Minimal Power Management" in Power Options is required to enable CnQ in XP.
    Danno
    Hello Danno ^^¿''
    Well, I just bought the RS480M2-IL with a Venice 3000+ and 1 GB DDR, I've tested the Video onboard(all the newest drivers installed)  with the 3DMARK  2001, and I just can get 3052 ptos...so .. please tell if you has made some time ...and how's your score?
    Oh man please tell me...maybe I made a bad choise but I was specting something better from this Mobo!!!...
    thanks and enjoy the time 
    PD: Another thing: my modo comes with the bios ver. 3.4 ...and have "The Normals falis" son I don't really know wich ver, could be better....cya..

  • My macbook pro doesn't turn on. The battery is charged but the screen stays black when I press the power button. Anybody has a solution for me please?

    My macbook pro doesn't turn on. The battery is charged but the screen stays black when I press the power button. Anybody has a solution for me please?

    Try a #1 SMC Reset and see the Apple links, if that doesn't work make a appointment for a evaluation.
    ..Step by Step to fix your Mac

  • Anybody has experience calling ID API web service in Java

    Hello,
    as you know we can programmatically update ID objects by call ID APIs (web service). To do that you need to import the wsdl into a java project, generate web service client and call the client to update ID objects.
    I've tried this in NWDS CE version. However I got error when generating web service client from the wsdl of the ID web service. Only the BusinessComponentService passed the ws client genertion, the rest web services do not work.
    The error I got:
    IWAB0399E Error in generating Java from WSDL:  java.lang.NullPointerException
        java.lang.NullPointerException
        at org.apache.axis.wsdl.toJava.JavaInterfaceWriter.writeOperation(JavaInterfaceWriter.java:126)
    Anybody has experience with ID API?
    Thanks
    Jayson

    HI Jayson,
    you can also request the web service directly.
    For example, you could create a local xml file with the values you want to pass to the web service and configure a file 2 soap scenario within XI itself.
    You can create interfaces for each available web service.
    You could call this scenario "ID objects generator" or something and save the .tpz for the repository objects of this scenario, since you could reuse it in other projects.
    Other than that, in Teched '08, Bill Li showed a lot of proxies developed over Java to consume the ID API web services, and they all seemed to work ok. However I do think he used NW Developers Studio 7.0 (2004s), not CE.
    I'd raise an OSS msg with SAP in order to check the problem you're getting.
    Regards,
    Henrique.

  • Anybody has the BEA JMS integration experience?

    Dear all,
    i am configuring a scenario Idoc >XI>JMS .the external JMS software  is BEA JMS server.does anybody has the integration experience?in the JMS communiction channel ,i don't know what should enter for the parameters.thanks a lot
    xiao feng

    HI Jayson,
    you can also request the web service directly.
    For example, you could create a local xml file with the values you want to pass to the web service and configure a file 2 soap scenario within XI itself.
    You can create interfaces for each available web service.
    You could call this scenario "ID objects generator" or something and save the .tpz for the repository objects of this scenario, since you could reuse it in other projects.
    Other than that, in Teched '08, Bill Li showed a lot of proxies developed over Java to consume the ID API web services, and they all seemed to work ok. However I do think he used NW Developers Studio 7.0 (2004s), not CE.
    I'd raise an OSS msg with SAP in order to check the problem you're getting.
    Regards,
    Henrique.

  • Got error during installation saying serial number is invalid for a photoshop and premiere elements package I bought from Adobe website last year. Anybody has a solution for this? Thanks.

    Got error during installation saying serial number is invalid for a photoshop and premiere elements package I bought from Adobe website last year. Anybody has a solution for this? Thanks.

    Does your serial number show on your account page?
    https://www.adobe.com/account.html for serial numbers on your Adobe page... or
    Lost serial # http://helpx.adobe.com/x-productkb/global/find-serial-number.html

  • Does anybody has a CDN491 driver for CVI?

    Looking for a friendly interface to this board.

    Yes, thank you, i looked into that.  I seem to be having
    difficulty contacting them by phone and email however.  I figured
    i would try NI and see if anybody has already made a compiled VI.

  • Does anybody has a sample bootpd.plist for me?

    Hello all!
    I would like to establish my own DHCP-Server with MAC SL (Client, not the Server Edition). I recently learned that the "bootpd" shipped with MAC OSX is suitable to provide DHCP service.
    Unfortunatly, I could not find any sample config file "/etc/bootpd.plist" which would work as a starting point for me. Some sample which contains at least the basics for a simple DHCP service.
    Does anybody has a working sample for me? A "bootpd.plist" which I can place in "/etc" in order to have at least some working starting point?
    Thx for your help!

    I skipped my plan to set up a DHCP server based on bootpd. It seemed impossible to get a working sample of a bootpd.plist for MAC OSX Snow Leopard (client)
    At the same time it was rather easy to set up a DHCP Server using ISC DHCP Server:
    --> http://www.isc.org/software/dhcp
    It worked almost out of the box.

  • I have got an 4s phone and want to import my notes from my old 3G phone; does anybody has an idea how this can be done?

    i have got an 4s phone and want to import my notes from my old 3G phone; does anybody has an idea how this can be done?

    If you have a Mac, I know you can sync your notes with the Mail application using iTunes by going to the Info tab when you clikc on your iPhone under Devices. Other than that, you may just need to email the notes to yourself since the 3G cannot use iCloud to transfer them.

  • Just bought the new i phone 4s, set up my apple id, verified with email. I can sign into it on the computer no problem but cannot get to it through iphone. Unable to download apps or music. let me know if anybody has any solutions, thanks

    Just bought the new i phone 4s, set up my apple id, verified with email. I can sign into it on the computer no problem but cannot get to it through iphone. Unable to download apps or music. let me know if anybody has any solutions, thanks

    If you have an old ID in Settings>iCloud as a result of updating to iOS 7, to change it you have to go to Settings>iCloud, tap Delete Account, provide the password for the old ID when prompted to turn off Find My iPhone, then sign back in with the ID you wish to use.  If you don't know the password for your old ID, or if it isn't accepted, go to https//appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Tap edit next to the primary email account, tap Edit, change it back to your old email address and save the change (you should need to verify the old account).  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iPhone on your device, even though it prompts you for the password for your old account ID. Then go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https//appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

  • Anybody has a working customer case on using SLT for Oracle to HANA migration?

    Hi Team,
    We had a request for Oracle to HANA realtime.
    And we know that SLT supports the same.
    Would like to know if there was any customer case or Valuable points to be taken care for the same?
    PS: Writing this thread to get a quick help if anybody has done the same already. Meanwhile we are trying to setup the same and check.
    Regards,
    Krishna Tangudu

    Hello Tobias Koebler
    Request your help with this. Can you help me in understanding if there are any active customers or case studies where they have replicated the data from Oracle to SAP HANA?
    I got only this link:
    http://events.asug.com/2013AC/Business%20Integration%20Technology%20&%20%20Infrastructure/0603%20Implementing%20SAP%20HA…
    Awaiting your response
    Regards,
    Krishna Tangudu

  • Anybody has example of setting up bi-direction streams DB replication?

    I am looking for a solid example of setting up bi-direction replication at database level (global), using RMAN duplicate for instantiation and possible using MAINTAIN_GLOBAL package. This will be single source in 2 databases environment. The 2 databases should be in sync. I would like to know if we need to setup tag for it as it is bi-directional. Anybody has any link to it, please let me know.
    Thanks!

    I have bidirectional going.. here's my scripts... I replicate between two machines, AMS1 and AMS2
    On both machines, create the strmadmin user:
    connect / as sysdba;
    -- drop user strmadmin
    drop user strmadmin cascade;
    -- drop tablespace for streams
    DROP TABLESPACE streams_tbs including contents and datafiles;
    -- create tablespace for streams
    CREATE TABLESPACE streams_tbs DATAFILE '/oradata2/AMS/streams_tbs_01.dbf' SIZE 100M REUSE AUTOEXTEND ON MAXSIZE UNLIMITE
    D;
    -- create strmadmin user
    CREATE USER strmadmin IDENTIFIED BY strmadmin
    DEFAULT TABLESPACE streams_tbs
    QUOTA UNLIMITED ON streams_tbs;
    -- grants
    GRANT DBA TO strmadmin;
    BEGIN
    DBMS_STREAMS_AUTH.GRANT_ADMIN_PRIVILEGE(
    grantee => 'strmadmin',
    grant_privileges => true);
    END;
    SELECT * FROM dba_streams_administrator;
    Next, I do all the setup (capture, propagation, apply).
    The following is done on AMS1
    -- supplemental logging
    connect / as sysdba
    alter database force logging;
    alter database add supplemental log data;
    -- create database link
    conn / as sysdba
    create public database link AMS2.ttv.com using 'AMS2.ttv.com';
    connect strmadmin/strmadmin;
    create database link AMS2.ttv.com connect to strmadmin identified by strmadmin;
    -- setup capture queues
    conn strmadmin/strmadmin
    -- setup capture process to propagate to
    -- ams schema downstream
    begin
    dbms_streams_adm.set_up_queue(
    queue_table => 'cature_src_ams_tab',
    queue_name => 'capture_src_to_ams_q',
    queue_user => 'strmadmin');
    end;
    -- configure capture process
    conn strmadmin/strmadmin
    begin
    dbms_streams_adm.add_schema_rules (
    schema_name => 'ams',
    streams_type => 'capture',
    streams_name => 'capture_src_to_ams',
    queue_name => 'capture_src_to_ams_q',
    include_dml => true,
    include_ddl => true,
    inclusion_rule => true,
    source_database => 'AMS.ttv.com');
    end;
    BEGIN
    dbms_streams_adm.add_schema_propagation_rules (
    schema_name => 'ams',
    streams_name => 'prop_src_to_ams',
    source_queue_name => 'capture_src_to_ams_q',
    destination_queue_name => '[email protected]',
    include_dml => true,
    include_ddl => true,
    source_database => 'AMS.ttv.com');
    END;
    -- set instantiation scn
    conn strmadmin/strmadmin
    declare
    v_scn number;
    begin
    v_scn := dbms_flashback.get_system_change_number();
    [email protected](
    source_schema_name => 'ams',
    source_database_name => 'AMS.ttv.com',
    instantiation_scn => v_scn,
    recursive => true);
    end;
    -- setup apply queues
    conn strmadmin/strmadmin
    begin
    dbms_streams_adm.set_up_queue(
    queue_table => 'apply_src_ams_tab',
    queue_name => 'apply_src_ams_q',
    queue_user => 'strmadmin');
    end;
    begin
    dbms_streams_adm.add_schema_rules (
    schema_name => 'ams',
    streams_type => 'apply',
    streams_name => 'apply_src_ams',
    queue_name => 'apply_src_ams_q',
    include_dml => true,
    include_ddl => true,
    source_database => 'AMS2.ttv.com');
    end;
    -- SET parameter disable_on_error to 'N' to continue processing row LCR even it
    -- encounters errors
    begin
    dbms_apply_adm.set_parameter (
    apply_name => 'apply_src_ams',
    parameter => 'disable_on_error',
    value => 'N');
    end;
    -- increase memopry to 50M then start capture
    exec dbms_capture_adm.set_parameter('capture_src_to_ams','_SGA_SIZE','50');
    exec dbms_capture_adm.start_capture (capture_name=>'capture_src_to_ams');
    -- start apply processes
    exec dbms_apply_adm.start_apply (apply_name=> 'apply_src_ams');
    Then on AMS2:
    -- supplemental logging
    connect / as sysdba;
    alter database force logging;
    ALTER DATABASE ADD SUPPLEMENTAL LOG DATA;
    -- create database link
    conn / as sysdba
    create public database link AMS.ttv.com using 'AMS.ttv.com';
    connect strmadmin/strmadmin;
    create database link AMS.ttv.com connect to strmadmin identified by strmadmin;
    -- setup capture queues
    connect strmadmin/strmadmin
    begin
    dbms_streams_adm.set_up_queue(
    queue_table => 'capture_dest_ams_tab',
    queue_name => 'capture_dest_to_ams_q',
    queue_user => 'strmadmin');
    end;
    -- configure capture processes
    conn strmadmin/strmadmin
    begin
    dbms_streams_adm.add_schema_rules (
    schema_name => 'ams',
    streams_type => 'capture',
    streams_name => 'capture_dest_to_ams',
    queue_name => 'capture_dest_to_ams_q',
    include_dml => true,
    include_ddl => true,
    inclusion_rule => true);
    end;
    -- configure propagation process
    begin
    dbms_streams_adm.add_schema_propagation_rules (
    schema_name => 'ams',
    streams_name => 'prop_dest_to_ams',
    source_queue_name => 'capture_dest_to_ams_q',
    destination_queue_name => '[email protected]',
    include_dml => true,
    include_ddl => true,
    source_database => 'AMS2.ttv.com');
    end;
    -- setup apply queues
    begin
    dbms_streams_adm.set_up_queue(
    queue_table => 'apply_dest_ams_tab',
    queue_name => 'apply_dest_ams_q',
    queue_user => 'strmadmin');
    end;
    -- configure the apply process
    begin
    dbms_streams_adm.add_schema_rules (
    schema_name => 'ams',
    streams_type => 'apply',
    streams_name => 'apply_dest_ams',
    queue_name => 'apply_dest_ams_q',
    include_dml => true,
    include_ddl => true,
    source_database => 'AMS.ttv.com');
    end;
    -- SET parameter disable_on_error to 'N' to continue processing row LCR even it
    -- encounters errors
    begin
    dbms_apply_adm.set_parameter (
    apply_name => 'apply_dest_ams',
    parameter => 'disable_on_error',
    value => 'N');
    end;
    -- set instantiation scn
    conn strmadmin/strmadmin
    declare
    v_scn number;
    begin
    v_scn := dbms_flashback.get_system_change_number();
    [email protected](
    source_schema_name => 'ams',
    source_database_name => 'AMS2.ttv.com',
    instantiation_scn => v_scn,
    recursive => true);
    end;
    -- increase memopry to 50M then start capture
    exec dbms_capture_adm.set_parameter('capture_dest_to_ams','_SGA_SIZE','50');
    exec dbms_capture_adm.start_capture (capture_name=>'capture_dest_to_ams');
    -- start apply processes
    exec dbms_apply_adm.start_apply (apply_name=> 'apply_dest_ams');
    You can use whatever names you want, those are just what I chose for my system. The thing where I set the size to 50M is due to a bug where the LOGMINER runs out of memory.
    Hope this helps!

  • Anybody has a problem with version 8.1.3 (12B466)?

    Anybody has problems with version 8.1.3 (12B466)?
    Any suggestions?
    My iphone 5 keeps restarting

    No problems here. Maybe it was a bad update.
    I assume you have either an iTunes or iCloud backup.
    Connect to iTunes on your computer and restore iOS.
    This will download (if necessary) and reinstall iOS. After it finishes, go through the setup process and restore from your backup.

Maybe you are looking for

  • Posting of non-existent stock in MB1A

    Hello, One of our users attempted to cancel a production order. Some stock (2 way batch split) for a particular halb material was showing as committed in the production order components view. This stock was not showing in MMBE. The user used MB1A and

  • Numbering squares in a grid

    I wish to be able to sequentially number squares in a grid created by Illustrator 11.0.0  I would like to place the first number in, and the rest will follow. James

  • Need sample code in webdynpro for java

    Hi all actually i have one webdynpro form which is having multiple input elements. for example name,address,phoneno,price quantity and amount. and there is update button for that form. when i click the update button the multiplication of quantity and

  • NetworkManager fails multiple times to connect to wirless network

    Hello Arch-Community! I run a Dell Vostro V131 and a Dell XPS 13 with an up to date Arch Linux with Gnome Shell as desktop enviroment. My internet connection is established by an AVM Fritzbox 7490 over wireless lan. The WLAN connection works with a w

  • Configuraration of shared services

    Hi I have installed 11.1.1.3 ,successfully and configured shared services slao success but when i configured with essbase Register with Shared Services is failed ,please tell me what could be the reason . Thanks Ravi