-
Hello everyone... I'm trying to create a package for an application on oracle APEX!! Here's the code I used: create or replace package customer_authentication as function customer_exists (p_email in varchar2) return boolean; procedure insert_new_customer ( p_fullname in varchar2, p_email in...
Last updated: -
How to get oracle items names from the package
How to get names of the items from the package of the specified name
Last updated: -
Using ORACLE packages to send e-mail through Microsoft Exchange Server.
We are attempting to send e-mail using ORACLE database packages. How can we tell if the message has been successfully sent through the Microsoft Exchange Server?
Last updated: -
Errors in Creating Oracle packages
Can anybody plz find out the error in the following code?? plz reply back. SQL> CREATE OR REPLACE package body PKG_IMAGEM1 2 as 3 PROCEDURE IMGINSERT1(P_Region IN VARCHAR2, 4 P_College IN VARCHAR2, 5 P_CourseCat in varchar2, 6 P_CourseName in varchar2, 7 P_StudentName in varchar2, 8 P_ID in...
Last updated: