forked from docs/doc-exports
Reviewed-by: Wagner, Fabian <fabian.wagner@t-systems.com> Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: wangdengke2 <wangdengke2@huawei.com> Co-committed-by: wangdengke2 <wangdengke2@huawei.com>
3.3 KiB
3.3 KiB
Altering or Executing a Stored Procedure
This section describes how to alter or execute a stored procedure on the DAS console.
Usage Notes
Improper alterations on a stored procedure will cause instance or service exceptions.
Procedure
- Log in to the OTC console.
- Click
in the upper left corner and select a region and project. - Click
in the upper left corner, and under Databases, click Data Admin Service. - In the navigation pane on the left, choose Development Tool.
- Locate the DB instance that you want to log in to and click Log In in the Operation column.
- On the top menu bar, choose Database Management.
- Click Change on the right of the current database to switch to the database where you want to create a table.
- On the Objects tab page, choose Stored Procedures.
- Locate the stored procedure you want to alter or execute and click Alter or Execute in the Operation column.
- On the displayed page, click Option to set parameters and click OK. Then, click Save.
- Execute the stored procedure and view the execution status in the Message area.
Parent topic: Stored Procedure Management