Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Alter Command In PL/SQL?
Simply... no.
You can issue an ALTER statement (and other DDL/DML statements) via the DBMS_SQL and DBMS_DDL packages. Check your Oracle Docs, or better still, Feuerstein's PL/SQL book, for details.
-John
Stephen Darlington > wrote in message <6asd7c$fr1_at_romeo.logica.co.uk>...
>I'm sure that this is an easy question for all you gurus...
>
>Is there a way to use the ALTER command in a PL/SQL stored procedure? Is
>ALTER really a SQL*Plus command, or am I doing something wrong?
>
>We're using Oracle Workgroup Server 7.3, if that makes any difference.
>
>Cheers,
>--> Steve
Received on Fri Feb 06 1998 - 00:00:00 CST
![]() |
![]() |