paquete de oracle http
Publicado por Soraya (1 intervención) el 05/03/2007 18:32:19
Hola, queria preguntaros sobre el paquete de oracle http.
Pues es que intento hacer un ejemplo simple : (el de la pg esa)
http://www.adp-gmbh.ch/ora/plsql_gateway/ex_1.html
Y al llegar a :
create or replace function flows_020100.wwv_flow_epg_include_mod_local (
procedure_name in varchar2
) return boolean
is begin
if procedure_name = 'web_app_user.show_table' then
-- Allow access to procedure web_app_user.show_table
return true;
end if;
-- Disallow 'calling' any other procedure:
return false;
end wwv_flow_epg_include_mod_local;
que creo que es para configurar algo para que funcione y al intentar crear esta funcion me da error me dice usuario desconocido, y yo he seguido los paso tal cual viene ahi.
Me podriais ayudar?
Muxas Gracias
Pues es que intento hacer un ejemplo simple : (el de la pg esa)
http://www.adp-gmbh.ch/ora/plsql_gateway/ex_1.html
Y al llegar a :
create or replace function flows_020100.wwv_flow_epg_include_mod_local (
procedure_name in varchar2
) return boolean
is begin
if procedure_name = 'web_app_user.show_table' then
-- Allow access to procedure web_app_user.show_table
return true;
end if;
-- Disallow 'calling' any other procedure:
return false;
end wwv_flow_epg_include_mod_local;
que creo que es para configurar algo para que funcione y al intentar crear esta funcion me da error me dice usuario desconocido, y yo he seguido los paso tal cual viene ahi.
Me podriais ayudar?
Muxas Gracias
Valora esta pregunta


0