Error 503 Server Temporarily Unavailable while executing plsql procedure in mod_plsql

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • comavas

    Error 503 Server Temporarily Unavailable while executing plsql procedure in mod_plsql

    This error occurs while I open the url to the plsql procudure:



    PS: The compilation of this procedure was successful!

    ------------------------------------------------------------------------

    The error_log contains the following line:

    [Sat Feb 28 15:18:49 2004] [error] mod_plsql:
    /pls/chwd/chwebown.hellow orld HTTP-503 ORA-604



    ---------------------------------------------------------------------
    The wdbsvr.app contains the following lines:

    [DAD_chwd]
    connect_string = WEBDB_LOCALHOST
    password = *******
    username = chwebown
    ;default_page =
    ;document_table =
    ;document_path =
    ;document_proc =
    ;upload_as_long _raw =
    ;upload_as_blob =
    ;name_prefix =
    ;always_describ e =
    ;after_proc =
    ;before_proc =
    reuse = Yes
    ;connmax =
    ;pathalias =
    ;pathaliasproc =
    enablesso = No
    ;sncookiename =
    stateful = STATELESS_RESET
    ;custom_auth =
    response_array_ size = 128
    ;exclusion_list =
    ;cgi_env_list =
    bind_bucket_wid ths = 32,128,1450,204 8,4000
    bind_bucket_len gths = 4,20,100,400
    ;error_style =
    ;nls_lang =
  • Frank van Bortel

    #2
    Re: Error 503 Server Temporarily Unavailable while executing plsqlprocedure in mod_plsql

    comavas wrote:
    This error occurs while I open the url to the plsql procudure:
    >

    >
    PS: The compilation of this procedure was successful!
    >
    ------------------------------------------------------------------------
    >
    The error_log contains the following line:
    >
    [Sat Feb 28 15:18:49 2004] [error] mod_plsql:
    /pls/chwd/chwebown.hellow orld HTTP-503 ORA-604
    >
    >
    >
    ---------------------------------------------------------------------
    The wdbsvr.app contains the following lines:
    >
    [DAD_chwd]
    connect_string = WEBDB_LOCALHOST
    password = *******
    username = chwebown
    ;default_page =
    ;document_table =
    ;document_path =
    ;document_proc =
    ;upload_as_long _raw =
    ;upload_as_blob =
    ;name_prefix =
    ;always_describ e =
    ;after_proc =
    ;before_proc =
    reuse = Yes
    ;connmax =
    ;pathalias =
    ;pathaliasproc =
    enablesso = No
    ;sncookiename =
    stateful = STATELESS_RESET
    ;custom_auth =
    response_array_ size = 128
    ;exclusion_list =
    ;cgi_env_list =
    bind_bucket_wid ths = 32,128,1450,204 8,4000
    bind_bucket_len gths = 4,20,100,400
    ;error_style =
    ;nls_lang =
    ORA-604: Check your db logs!

    Also, your user is chwebown, is your procedure packaged in
    a package chwebown, too? You call chwebown.hellow orld; if
    helloworld is a (stand alone) procedure, there is no
    need to prefix. If it is a packaged procedure, prefix with
    the package name. But only then
    --

    Regards,
    Frank van Bortel

    Comment

    Working...