Oracle Stored Procedure with Alter command

Posted by Will on Stack Overflow See other posts from Stack Overflow or by Will
Published on 2010-03-23T17:49:35Z Indexed on 2010/03/23 17:53 UTC
Read the original article Hit count: 276

Filed under:
|
|
|

Hello,

I am trying to build an oracle stored procedure which will accept a table name as a parameter.

The procedure will then rebuild all indexes on the table.

My problem is I get an error while using the ALTER command from a stored procedure, as if PLSQL does not allow that command.

© Stack Overflow or respective owner

Related posts about Oracle

Related posts about plsql