User Profile

Collapse

Profile Sidebar

Collapse
beenanic
beenanic
Last Activity: Nov 19 '08, 05:09 AM
Joined: Aug 7 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • beenanic
    started a topic Read a parameter from a multi-part form
    in Java

    Read a parameter from a multi-part form

    How I can read a parameter from a multi-part form?
    See more | Go to post

  • beenanic
    replied to Call Javacode from Pl/SQL
    If any one face this error, pl respond.......
    See more | Go to post

    Leave a comment:


  • beenanic
    replied to Call Javacode from Pl/SQL
    I have refered that site.. follwed the steps
    1. Creates Class files
    2. While loading class files into database, the following errors coming
    (My oracle user is kwa and class file is Area.class , which is working fine in java)

    D:\oracle\produ ct\10.2.0\db_1\ BIN>loadjava -user kwa/kwa Area.class

    Unexpected Signal : EXCEPTION_ACCES S_VIOLATION (0xc0000005) occurred at PC=0x807
    7E76
    Function=[Unknown.]...
    See more | Go to post

    Leave a comment:


  • beenanic
    replied to Call Javacode from Pl/SQL
    I don't want to save it into database, while calling report for every bill_no, i want to generate the corresponding barcode of billno.

    My requirement is this.

    If i have a function barcodegen with input as billno(number) and output as corresponding barcode (as image type), i can call it in the query as
    select bill_no,barcode gen(bill_no) ---> this is my requirement, i can place the
    image in my report...
    See more | Go to post

    Leave a comment:


  • beenanic
    replied to Call Javacode from Pl/SQL
    It is a J2EE based web application with oracle 10g as data base.
    From one of my JSP, i am calling a Jasper report to print bills. in that bill i want to include barcodes also. I have java script and java code to generate barcodes.
    without saving into databse , i have to print it while calling reports....
    See more | Go to post

    Leave a comment:


  • beenanic
    replied to Call Javacode from Pl/SQL
    I have a java script& javacodes to generate Barcode. I want to call it from a SQL query.
    when I load the java class using loadjava errors coming...
    Is it possible to call javascript from PL/SQL
    See more | Go to post

    Leave a comment:


  • beenanic
    replied to Call Javacode from Pl/SQL
    First preferance - java script if not possible then java class...
    See more | Go to post

    Leave a comment:


  • beenanic
    started a topic Call Javacode from Pl/SQL

    Call Javacode from Pl/SQL

    I want to call JavaScript/Java Code from a PL/SQL
    If any one has idea, pl share
    Thanks in advance
    Beena
    See more | Go to post
No activity results to display
Show More
Working...