about database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • satyam858583
    New Member
    • Feb 2012
    • 2

    about database

    my project name is "JAVA PROGRAM LIBRARY"
    i am going to use oracle database,, so my question is how to write java program in oracle(SQL).
    for eg:-class student
    {
    public static void main(String[]args)
    {
    System.out.prin tln("hellow How r u?");
    }

    System.out.prin tln("bye see u later");
    }
    how to write abouve code in oracle??which data type is suitable for this???
  • satyam858583
    New Member
    • Feb 2012
    • 2

    #2
    my project name is "JAVA PROGRAM LIBRARY"
    i am going to use oracle database,, so my question is how to write java program in oracle(SQL).
    for eg:-class student
    {
    public static void main(String[]args)
    {
    System.out.prin tln("hellow How r u?");
    }

    System.out.prin tln("bye see u later");
    }
    how to write abouve code in oracle??which data type is suitable for this???

    plz help meee....

    Comment

    • r035198x
      MVP
      • Sep 2006
      • 13225

      #3
      Use DBMS_OUTPUT.PUT _LINE

      Comment

      Working...