Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: TablePrint Fails

Re: TablePrint Fails

From: <hclarius_at_mindspring.com>
Date: Wed, 15 Mar 2000 18:48:40 -0800
Message-ID: <38D04B88.F2428507@mindspring.com>


I really am new to PL/SQL and browsers, but has your system admin and/or dba set the correct permissions? I think I was getting this error when the sys op had not set up certain permissions. If its not your code, as you indicate it can run outside your web server.

Yudhvir Singh Sidhu wrote:

> When I go to the browser, it gives me "Request Failed" error. The query
> runs fine when I type it in sql command mode. This is the script I am
> trying to run:
>
> PL/SQL:
>
> create or replace procedure display_table is
> select column_name from jonah.table_name1;
> table_name2 boolean;
>
> BEGIN
> table_name2 := owa_util.tablePrint('column_name', 'BORDER',
> owa_util.html_table);
> END
Received on Wed Mar 15 2000 - 20:48:40 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US