Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. scotty7998

    Online Help

    What type of form do you want the button on? Is it a form genereated by Developer 6i or is it a handcoded pl/sql form using the pl/sql web toolkit?
  2. scotty7998

    utl_file

    The error that you are getting is caused by attempting to insert a character into a number field. You need to make sure your mapping your positions in your file to the right datatype. This should take care of it. Kevin M. Watford kwatford@ddyne.com
  3. scotty7998

    Please help with PL/SQL code

    Here is the url for the oracle documentation. If you need further help let me know and I will respond this evening. http://otn.oracle.com/docs/products/oracle8i/doc_library/817_doc/server.817/a82950/ch3.htm#1002144 Kevin M. Watford kwatford@ddyne.com
  4. scotty7998

    dbms_output

    The following should correct the error: dbms_output.put_line(to_char(lrt.mon_dt7,'YYYY-MM'));

Part and Inventory Search

Back
Top