Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Bug? 8i on W2000
Hi,
The following query
SELECT DECODE(object_type, 'PACKAGE BODY', 'ALTER PACKAGE ' || owner ||
'.' || object_name || ' COMPILE BODY', 'ALTER ' || object_type || ' ' || owner || '.' || object_name || 'COMPILE') stmt
returns the following on Oracle 8i on W2000. It works fine on Oracle7.
STMT
Any ideas?
Thanks
Hakan Received on Wed Jun 21 2000 - 00:00:00 CDT
![]() |
![]() |