8
R3zz0R
6y

What are your thoughts about PL/SQL?

Comments
  • 3
    Skipped every classes on PL/SQL back in college. Never understood shit but managed to barely pass.
  • 1
    @abhisheksuresh I’m going to write a test about it next week😅
  • 1
    I like PL/Pgsql. Not the prettiest language, but very powerful.
  • 1
    @kpenc What’s about debugging ? We only had few projects with PL/SQL (we use Eclipse) and for me this was the hardest part. Would you suggest an other IDE ?
  • 1
    Debugging is definitely pita. I use emacs to write the code and send it to database. Nothing special.
  • 1
    @R3zz0R All the best buddy
  • 0
    I had fun while studying PL/SQL
    It's a nice powerful language with fucked up construct !

    I personally liked it so much, for a month I was using " : = " as normal equal symbol
  • 1
    @R3zz0R
    My university allowed only gedit
    Be happy with eclipse!
  • 1
    Studied it in class. Impressive, but those who set this up should be interned for their own safety.
  • 1
    The worst piece of shit db I ever worked with.

    That being said if they fixed the syntax and added way more basic functions (qbasic had more) it could be utterly brilliant.
  • 0
    My main choice for sql, its really powerful and makes working with big databases so easy and fast 😍
  • 0
    I use PL/SQL frequently at work. Our batch process has several PL/SQL scripts that perform various tasks. It took a bit but I'm very fond of it. SQLDeveloper will let you debug it against an Oracle DB. It runs it as an anonymous block. Very useful.
  • 0
    @andros705 yeah, the holy Grail, isn't it? :D
Add Comment