How to execute a PL/SQL Stored procedure from CPO ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2012 01:53 PM
Is there a way to execute a stored procedure from CPO, if yes then please explain how can we do that ?
- Labels:
-
Cisco Process Orchestrator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2012 02:02 PM
Use the "Execute SQL Server SQL Script"
use the SQL command
EXEC
Principal Engineer, CX
shaurobe@cisco.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2012 02:48 PM
I am using Execute Oracle SQL Scripts
My script is - EXECUTE testproc;
I get following error - ORA-00900: invalid SQL statement
However it works on TOAD.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2012 05:45 PM
You need to be careful you do not have an extra space around the statement or in it or something. If you need further help please open a TAC case and support can help.
Principal Engineer, CX
shaurobe@cisco.com
