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

Home -> Community -> Usenet -> c.d.o.server -> Re: Alter Command In PL/SQL?

Re: Alter Command In PL/SQL?

From: <ajitsingh_at_hotmail.com>
Date: 1998/01/31
Message-ID: <886234153.120455181@dejanews.com>#1/1

Hi,

It depends on which alter command you want to execute. Certain commands like alter session .... are available thru DBMS_SESSION package. A number of other commands like ALTER TABLE can be executed thru DBMS_SQL package.

I hope this helps,
Ajit

In article <6asd7c$fr1_at_romeo.logica.co.uk>,   "Stephen Darlington" <Stephen_Darlington At Earthling Dot Net> wrote:
>
> 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
> ----------------------------------------------------------------------------
> Stephen Darlington (public.logica.com/~darlings/)
> "I blame sex and paper for most of our problems"
> Don't believe a single word I say -- these are my words, not Logica's
> ----------------------------------------------------------------------------

-------------------==== Posted via Deja News ====-----------------------
      http://www.dejanews.com/     Search, Read, Post to Usenet
Received on Sat Jan 31 1998 - 00:00:00 CST

Original text of this message

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