Select * from ALL_SOURCE where TEXT LIKE '%Approval%'
Tuesday, September 1, 2020
Monday, April 6, 2020
Call a procedure on different DB; DB Link; Oracle
https://www.oracletutorial.com/oracle-administration/oracle-create-database-link/
Make sure grants are given to the user where the call is being made from.
How to call a procedure- :
/**
begin
package procedure@dblink
end
**/
Make sure grants are given to the user where the call is being made from.
How to call a procedure- :
/**
begin
package procedure@dblink
end
**/
Subscribe to:
Comments (Atom)