User Profile

Collapse

Profile Sidebar

Collapse
meteo1974
meteo1974
Last Activity: May 24 '14, 08:30 PM
Joined: Feb 1 '14
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • meteo1974
    started a topic GIS for Oracle

    GIS for Oracle

    in my relational data base i have the following table,

    Tableau: Clim data

    Region_id --- temperature
    SD --- 20
    SD --- 25
    SD --- 30
    SD --- 33
    SD --- 35
    .....
    Bi --- 15
    Bi --- 19
    Bi --- 20...
    See more | Go to post

  • meteo1974
    started a topic consult about procedure insert clob into db

    consult about procedure insert clob into db

    I would like to be sure about my procedure out put t!! I write the following procedure



    Code:
    phtml (p_airpcode in varchar2, File_Metar  OUT CLOB)
    AS
    req                UTL_HTTP.REQ;
    resp               UTL_HTTP.RESP;
    i integer ;
    BEGIN
      DBMS_OUTPUT.ENABLE(3000000);
      req := UTL_HTTP.BEGIN_REQUEST ('http://....................................................................');
    ...
    See more | Go to post
    Last edited by Rabbit; Feb 14 '14, 04:34 PM. Reason: Please use [CODE] and [/CODE] tags when posting code or formatted data.

  • ORA-06508 PL/SQL: could not find program unit being called

    technical environment : Forms [32 Bit] Version 9.0.2.9.0 (Production), oracle JInitiator: Version
    1.3.1.9, WebUtil Version 1.0.2(Beta), window xp service pack 2 build 2600, Internet Explorer 8

    I created a form called read_web_file.f mb

    this form has
    a- block called METAR_BLOCK under which a text item called metar_code with initial values airport code (OLBA, LCLK )

    b- block called...
    See more | Go to post
    Last edited by Rabbit; Feb 6 '14, 05:12 PM. Reason: Please use [CODE] and [/CODE] tags when posting code or formatted data.

  • How Oracle9i Form Builder interact with Html waebpage??

    technical environment : (Forms [32 Bit] Version 9.0.2.9.0), oracle JInitiator Version 1.3.1.9, WebUtil Version 1.0.2(Beta), window xp service pack 2 build 2600, Internet Explorer 8).

    i m looking for how form Oracle9i form builder:
    pass values to a html web page
    and
    execute a trigger written on a button as well in a html web page.

    In detail:
    there is web page called metar_taf.html has:...
    See more | Go to post
No activity results to display
Show More
Working...