Skip to content

callProcedure ​

Command: callProcedure
Category: Object Inspection
Status: Production Ready

Description ​

Call a stored procedure and display the results

Syntax ​

bash
hana-cli callProcedure [schema] [procedure] [options]

Aliases ​

  • cp
  • callprocedure
  • callProc
  • callproc
  • callSP
  • callsp

Parameters ​

For a complete list of parameters and options, use:

bash
hana-cli callProcedure --help

Examples ​

Basic Usage ​

bash
hana-cli hana-cli callProcedure --procedure myProc --schema MYSCHEMA

Execute the command

See the Commands Reference for other commands in this category.

See Also ​

Released under the Apache License 2.0