This graphic illustrates Oracle Database accessing a remotely deployed EJB.

  1. From within the database, a Java Stored Procedure calls Employee Bean, which is an Enterprise Java Bean within the Application Server.
  2. The EJB updates the Employee Table within the database with the requested employee information.

End of list.

End of description.