How To Perform A Text Import With PL/SQL Developer

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ธ.ค. 2024

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

  • @RMAmbrose
    @RMAmbrose 11 ปีที่แล้ว

    Thanks! I'm new to Oracle, and I've been watching a lot of Chris Ostrowski's videos, but it's good to see stuff in PLSQL Developer (which I'm using) instead of Oracle's SQL Developer. I was actually looking for the Table Import & Export functions (I only found Chris's video on Export, and he uses the command line - looks like this is much nicer in PLSQL Developer). Hope you do more videos soon. I'd love to see stuff on Procedures and Packages, too.

  • @oracletuts
    @oracletuts  11 ปีที่แล้ว

    Hi Ralph. Thanks for the feedback. I have been very busy privately the last couple of months. I will try to make some more videos soon.

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

    Hi, I need to import a csv file having a column 7000 characters long. I've tried to use SUBSTR but the sintax SUBSTR(,1,4000) or SUBSTR(#,1,4000) doesn't work. Can yoiu help me?

  • @sirnigel100
    @sirnigel100 10 ปีที่แล้ว +3

    Thanks for the instructive video, this was exactly the type of thing I was looking for !

    • @oracletuts
      @oracletuts  10 ปีที่แล้ว

      You are welcome. My first TH-cam video :-)

  • @VSACrimDawn
    @VSACrimDawn ปีที่แล้ว

    Great video! Thank you a lot!

  • @owaisquadri3980
    @owaisquadri3980 9 ปีที่แล้ว

    May I know what version of pl/sql developer you are using? Mine is 7.1.4 and when I click on TOOLS I don't see all those options, to be specific I am looking for CONNECTIONS
    Thanks!

  • @gonzalomaidana5429
    @gonzalomaidana5429 4 ปีที่แล้ว

    THANKS MAN
    IT WAS VERY HELPFULL FOR ME!

  • @oracletuts
    @oracletuts  11 ปีที่แล้ว

    Created a text file that had 4.7 million records in it, with five columns. The itool seems to handle the file well. Had to kill the process after 1.7 million, since my session seemed to make my PL/SQL Developer "hang" and i needed something in another open window. But, it was still doing it's job well. Think this might be a setup issue (multi session, etc.). Anyhow...it took about 40 minutes to import 1.7 million records, where I set it to commit every 500 records. So, it is doing it's stuff.

  • @paulazemeckis7835
    @paulazemeckis7835 3 ปีที่แล้ว

    I keep getting ORA-01722 invalid number error msg. There are just 2 fields, member id and month. In excel the fields are "General" format. I saved the Excel file as a .cvs file. It still gives me an error msg no matter what!🤬

  • @oracletuts
    @oracletuts  11 ปีที่แล้ว

    Sorry for the late feedback. I have not tried it on large files yet. But, here is a reply to someone asking Allround Automations a similar question: Search Google for "Text Importer File Size Limit"

  • @МединаЛи-ю9т
    @МединаЛи-ю9т 2 ปีที่แล้ว

    It can’t see my csv file’s records?

  • @ujjwalkarn30
    @ujjwalkarn30 6 ปีที่แล้ว

    Thanks for sharing 😊

  • @rasandik99
    @rasandik99 11 ปีที่แล้ว

    Is it faster than sqlldr ? I have a million records to load !

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

    Excellent...Thanks!

  • @oracletuts
    @oracletuts  11 ปีที่แล้ว

    Yeah...I just got the dummy data from somewhere..

  • @tundeakeemladipo5690
    @tundeakeemladipo5690 9 ปีที่แล้ว

    Excellent

  • @lonnyds
    @lonnyds 4 ปีที่แล้ว

    Thank you!

  • @pablotorres5668
    @pablotorres5668 9 ปีที่แล้ว

    Excellent THANKS .!!

  • @ScramblerVibes
    @ScramblerVibes 9 ปีที่แล้ว

    soja muna nahi tho rajnikant aajayega

  • @massefromla2554
    @massefromla2554 10 ปีที่แล้ว

    tj take a nap first

    • @oracletuts
      @oracletuts  10 ปีที่แล้ว

      Hi there. Thank you for the feedback. ;-)

  • @rajendrabangar4418
    @rajendrabangar4418 6 ปีที่แล้ว

    Very pooooor vedio quality

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

    Superb. Thanks.