- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Calling stored procedure from DB triggers
Operating System - HP-UX
1823250
Members
3365
Online
109648
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2003 03:34 AM
тАО04-16-2003 03:34 AM
Calling stored procedure from DB triggers
Hi,
Is it possible to call a stored procedure from Triggers in Oracle 7.3.2.
In Oracle 9i , it is possible.
CREATE OR REPLACE TRIGGER
BEFORE/AFTER INSERT/UPDATE/DELETE
...
...
..
CALL
like this
Thanks in Advance
Is it possible to call a stored procedure from Triggers in Oracle 7.3.2.
In Oracle 9i , it is possible.
CREATE OR REPLACE TRIGGER
BEFORE/AFTER INSERT/UPDATE/DELETE
...
...
..
CALL
like this
Thanks in Advance
Time and Tide wait for none
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2003 05:00 AM
тАО04-16-2003 05:00 AM
Re: Calling stored procedure from DB triggers
You should be able to call the stored procedure from database triggers. I have to cross-check.
Thanks
Zafar
Thanks
Zafar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-17-2003 04:13 AM
тАО04-17-2003 04:13 AM
Re: Calling stored procedure from DB triggers
I can't say that I've tried it, but it should work.
In replication, table triggers call packages, but that's 8i and higher.
I'd watch out for permission issues.
Do all users have execute permissions on the stored procedure?
If not, make sure via roles or some other method than when you add a user to the system they get execute permissions on the procedure as well as access rights to the table(s).
In replication, table triggers call packages, but that's 8i and higher.
I'd watch out for permission issues.
Do all users have execute permissions on the stored procedure?
If not, make sure via roles or some other method than when you add a user to the system they get execute permissions on the procedure as well as access rights to the table(s).
"Only he who attempts the absurd is capable of achieving the impossible
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-17-2003 09:01 PM
тАО04-17-2003 09:01 PM
Re: Calling stored procedure from DB triggers
Hi,
It is possible.
we need to remove 'call' from syntax
CREATE OR REPLACE TRIGGER
BEFORE/AFTER INSERT/UPDATE/DELETE
... ... ...
BEGIN
END;
It is possible.
we need to remove 'call' from syntax
CREATE OR REPLACE TRIGGER
BEFORE/AFTER INSERT/UPDATE/DELETE
... ... ...
BEGIN
Time and Tide wait for none
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP