DBAsupport.com Forums - Powered by vBulletin
Results 1 to 5 of 5

Thread: PL/SQL similar to Java?

  1. #1
    Join Date
    Jul 2001
    Posts
    59

    Post

    I have just started learning PL/SQL and I was wondering if learning it will help me if and when I decide to learn Java.

    I have already written a few small programs in Java, but don't know it well. However, I'm thinking that it would be a good idea for me to learn it and use it in conjunction with Oracle.


  2. #2
    Join Date
    Sep 2001
    Location
    Makati, Philippines
    Posts
    857
    Oh yeah.... you're on the right truck.
    In fact you can even use PL/SQL to write web pages,
    here you will learn to use packages like OWA_UTILS, HTP, etc.

    It will always complement your knowledge with JAVA.

    good luck.

  3. #3
    Join Date
    Jun 2001
    Location
    Helsinki. Finland
    Posts
    3,938
    Originally posted by reydp
    Oh yeah.... you're on the right truck.
    In fact you can even use PL/SQL to write web pages,
    here you will learn to use packages like OWA_UTILS, HTP, etc.

    It will always complement your knowledge with JAVA.

    good luck.
    OWA_UTILS??


  4. #4
    Join Date
    Sep 2001
    Location
    Makati, Philippines
    Posts
    857
    Ok Julian, you got me there.
    it should be owa_util /*WITHOUT S*/
    example:
    exception
    when no_data_found then
    owa_util.redirect_url('/pls/dummy/getit');

    happy now? hehehe :-)

  5. #5
    Join Date
    Apr 2001
    Posts
    219

    Talking

    It may help you or hinder you, it all depends on your ability to adapt and learn. I say this becuase, I have seen people that are great at procedural languages and have trouble getting use to the OO paradigm. Once I learned Java and OO, you can write Java in a non-OO way(speaking from experience), I wanted to do everyting in OO, which you cannot. If you do not know OO, I suggest you learn it before you learn Java and even learn UML before Java. This what I suggest for a smooth transition to Java syntax, Java methodology and its large library set. Also, if you are going to do GUIs in Java learn the Model-Controller-View pattern. I have created and maintained web pages in PL/SQL and Java. I suggest using Java's JSP and servlets for many reasons like:
    -- Platform/Vendor independent
    -- OO flexibilty
    -- Multiple App. servers, some free and good
    -- More common and in demand.
    ______________________
    Applications come and go,
    but the data remains!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width