How to import data into a database using PL SQL

แชร์
ฝัง

ความคิดเห็น • 7

  • @shubhamkorde9587
    @shubhamkorde9587 4 หลายเดือนก่อน

    How to add constraints while using this method

  • @mmnanuruddha
    @mmnanuruddha 7 ปีที่แล้ว

    really good one. Helped me.

  • @yogeshwaranc9164
    @yogeshwaranc9164 7 ปีที่แล้ว

    nice video

  • @shahzad271
    @shahzad271 8 ปีที่แล้ว

    sorry i cant read, which software you are using.?

    • @vovik0134
      @vovik0134 8 ปีที่แล้ว

      +shahzad asgher pl/sql developer

  • @harrybuckley7292
    @harrybuckley7292 8 ปีที่แล้ว

    a bit naff. On a technical note , you do not waste space when using VARCHAR columns ( that is the whole point ). Ideally you should have pre-defined the table. Also, try loading say 1000,0000 rows this way or more. What about blobs/clobs and images ????

    • @Scottstansfieldbtt
      @Scottstansfieldbtt  8 ปีที่แล้ว

      +Harry Buckley Thanks Harry, feedback is always needed to improve. I had thought the main difference was NULL value padding and that the DB may allocate blocks that then weren't used - not necessarily wasting space but not the most efficient use of disk. But something I can do some more reading on :)
      When it comes to importing 10,000,000 rows, with enough RAM it would handle it, but CLOBS, BLOBS etc I guess wouldn't generally be in excel/csv as a source anyway? I will be doing a video on using Excel to help write repetitive statements such as case whens and mass inserts so may be more interesting.
      My videos are generally pitched at the aspiring MI/BI analyst audiences
      Again, thanks for watching! If there is a type of content you would prefer to see, just let me know!