Friday, February 22, 2019

ename already exitst validation in Oracle Apex

1. ename already exitst

1. Base on emp table in scott
2. cerate validation
3. go to property validation type: No Rows returned
4. Sql Query :  select ename from emp1 where ename=:P58_Ename;
5. Error Message : empname already exist

No comments:

Post a Comment

How to install and configure Oracle Apex 24.1 with ORDS 22, Tomcat 9 and Jasper Report 7 on Oracle Linux 8.10

#########################Install Oracle  APEX 24.1################################ ----------------------------------------------------...