Oracle Apex 22.1.3 || HOW TO MAKE CUSTOM LOGIN AUTHENTICATION IN ORACLE APEX.

  Рет қаралды 2,192

Techertzia

Techertzia

Жыл бұрын

HOW TO MAKE CUSTOM LOGIN AUTHENTICATION IN ORACLE APEX.
#oracleapex #oracle #apex #sql #sqlqueries #plsql #oraclemessages #apex #oracleapex22.1.3
Code:
/*******Create Table******/
CREATE TABLE "LOGIN_USERS"
( "ID" NUMBER,
"USERNAME" VARCHAR2(50),
"PASSWORD" VARCHAR2(50),
CONSTRAINT "LOGIN_USERS_PK" PRIMARY KEY ("ID")
USING INDEX ENABLE
)
/
CREATE OR REPLACE EDITIONABLE TRIGGER "BI_LOGIN_USERS"
before insert on "LOGIN_USERS"
for each row
begin
if :NEW."ID" is null then
select "LOGIN_USERS_SEQ".nextval into :NEW."ID" from sys.dual;
end if;
end;
/
ALTER TRIGGER "BI_LOGIN_USERS" ENABLE
/
/*******Function Code******/
create or replace FUNCTION LOGIN_USERS_AUTH
(p_username in varchar2, p_password in varchar2)
return boolean
as
user_check varchar2(1);
begin
select 'x'
into user_check
from LOGIN_USERS
where upper(USERNAME) = upper(p_username) and PASSWORD= p_password;
apex_util.set_authentication_result(0);
return true;
exception when no_data_found then
apex_util.set_authentication_result(4);
return false;
end LOGIN_USERS_AUTH;
Share, Support, Subscribe!!!
Subscribe: / @techertzia798
instagram: / techertzia
About : Techertzia is a KZbin Channel, where you will find technological videos.

Пікірлер: 5
@rijanmaharzan2958
@rijanmaharzan2958 2 ай бұрын
i tried the same thing, but as i log in it always shows I dont have permissions to access it can you please help?
@vijaymuthu7566
@vijaymuthu7566 Жыл бұрын
thanks you so much for this video can u make more videos regads apex, eagerly waiting
@Eleyasriyad
@Eleyasriyad 4 ай бұрын
Thanks for the video. But after the user log in it ask for application access privilege. Which I need to provide mannually. How can I make it automatic like when a user open an account it can access the application like end user.
@sumonchandranath6953
@sumonchandranath6953 Жыл бұрын
signout button is not working.Please help me.
@techertzia798
@techertzia798 Жыл бұрын
just go to shared component->Navigation Bar List->Edit Sign out and make target type URL and set url target as &LOGOUT_URL.
Oracle APEX- Authorization Scheme - Page/Item Control
9:59
Ora Trainings
Рет қаралды 7 М.
تجربة أغرب توصيلة شحن ضد القطع تماما
00:56
صدام العزي
Рет қаралды 57 МЛН
Happy 4th of July 😂
00:12
Alyssa's Ways
Рет қаралды 63 МЛН
Clowns abuse children#Short #Officer Rabbit #angel
00:51
兔子警官
Рет қаралды 72 МЛН
Best father #shorts by Secret Vlog
00:18
Secret Vlog
Рет қаралды 22 МЛН
How to Make Custom Role based Authentication in Oracle Apex
8:59
Knowledge Sign
Рет қаралды 8 М.
How To Create Awesome Login Page  Apex 24.1 || KutubTech
5:04
How to Login App Using DB Table Users "Custom Auth" in Apex
14:37
Knowledge Sign
Рет қаралды 1,7 М.
Login Authentications in Oracle Apex Hindi
35:14
Bhavani Luniya
Рет қаралды 2,2 М.
Custom Authentication In Oracle Apex
6:33
Oracle Apex & database
Рет қаралды 9 М.
Insert, Update, Delete in Apex Oracle
13:18
Oracle Apex
Рет қаралды 552
КРУТОЙ ТЕЛЕФОН
0:16
KINO KAIF
Рет қаралды 6 МЛН
PART 52 || DIY Wireless Switch forElectronic Lights - Easy Guide!
1:01
HUBAB__OFFICIAL
Рет қаралды 67 МЛН
Todos os modelos de smartphone
0:20
Spider Slack
Рет қаралды 58 МЛН
Здесь упор в процессор
18:02
Рома, Просто Рома
Рет қаралды 375 М.
Сколько реально стоит ПК Величайшего?
0:37
Телефон-електрошокер
0:43
RICARDO 2.0
Рет қаралды 1,3 МЛН