Recent content by Marmarino

  1. M

    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...
  2. M

    Diffusion Data Table on geographic carte

    I create a new form called MAP.FMB At form Level: i create a trigger when_new_form_ instance : Set_Custom_Property('BL.BEAN',1, 'SETIMAGE','file:///C:\Dev9i\forms90\My_Projects\Meteo\Location_map_Lebanon.jpg' ) ; -- this map has tow region Sud (Sd) and Beirut (Bi) This form has a block ...
  3. M

    ORA-29280: invalid directory path

    Hi Mr just I would like to be sure about my procedure out put t!! I write the following procedure 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 :=...
  4. M

    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.fmb this form has a- block called METAR_BLOCK under which a...
Back
Top