Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: TablePrint Fails
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
![]() |
![]() |