Results 1 to 3 of 3

Thread: Insert in a table

  1. #1
    Junior Member
    Join Date
    Jan 2008
    Answers
    2

    Insert in a table

    What is the best way to insert 100000 records in a table considering the performance issue.
    i mean data should be added in the table with least possible time.


  2. #2
    Moderator
    Join Date
    Jun 2007
    Answers
    2,074

    Re: Insert in a table

    You need to use FORALL statement using PL/SQL.


  3. #3

    Re: Insert in a table

    use the insert with select clause and also use the append hint which is used for direct path insertions.

    insert /*+ append */ into select ;


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact