Hello,
I can create tables, update, insert, create triggers all of that fun stuff in Oracle but I am not expert.

My issue is, i have 2 databases. A and B

When a record is inserted into a table in database A. I need it to trigger a stored procedure or PHP script in B to do some stuff and return a value back to database A.

Are there tools in Oracle that would allow me to do something like this or is creating a webservice or outside tool probably my best bet here? Any suggestions would be appreciated.

Thanks.