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