OLEDB - Setting MOAC Connection
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-01-20 08:45 PM
Hello,
I'm trying to set my MOAC prior to running my get collection sql. My execute sql MOAC statement is a simple:
"exec apps.mo_global.set_policy_context('S',89)"
Could not execute code stage because exception thrown by code stage: ORA-00900: invalid SQL statement
I've included the above as an execute and then tried it at the top of my get collection sql (with an ; to separate). Does anyone have experience with this? It seems like it should be a straightforward process but I've never attempted it before.
Thanks,
Jon
------------------------------
Jonathan Holstine
Systems Accountant
Interior Business Center
America/Denver
------------------------------
I'm trying to set my MOAC prior to running my get collection sql. My execute sql MOAC statement is a simple:
"exec apps.mo_global.set_policy_context('S',89)"
Could not execute code stage because exception thrown by code stage: ORA-00900: invalid SQL statement
I've included the above as an execute and then tried it at the top of my get collection sql (with an ; to separate). Does anyone have experience with this? It seems like it should be a straightforward process but I've never attempted it before.
Thanks,
Jon
------------------------------
Jonathan Holstine
Systems Accountant
Interior Business Center
America/Denver
------------------------------
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-01-20 10:18 AM
Hi Jonathan,
If you are using the "Data - OLEDB" VBO to perform this action, then unfortunately it does not currently support the execution of SQL stored procedures.
Further details on this, including an alternative approach can be found in the following article:
Why cant I run a stored procedure using Data - OLEDB?
------------------------------
James Roberts
------------------------------
If you are using the "Data - OLEDB" VBO to perform this action, then unfortunately it does not currently support the execution of SQL stored procedures.
Further details on this, including an alternative approach can be found in the following article:
Why cant I run a stored procedure using Data - OLEDB?
------------------------------
James Roberts
------------------------------
