Tuesday, July 24, 2018
Home »
» DCSA QUESTION AND ANSWER
DCSA QUESTION AND ANSWER
11:38 PM
No comments
Related Posts:
Database security issue. First of all crate this pakage in sys CREATE OR REPLACE PACKAGE SYS.enc_dec AS FUNCTION encrypt (p_plainText VARCHAR2) RETURN RAW DETERMINISTIC; FUNCTION decrypt (p_encryptedText RAW) R… Read More
Check duplicate item in block item. When you want to create a lov with use where condition Just use property plate of lov. Use trigger against: Lov with item; Trigger name : when-mouse-doubleclick with item Level trigger; Syntax: if show_lov(‘lov_name’) … Read More
all link for computer education 1. pumpkin CSE academy … Read More
row_number(),rank(),dense_rank(). Row_Number() This function will assign a unique id to each row returned from the query. Consider the following query: DECLARE @Table TABLE ( Col_Value varchar(2) ) INSERT INTO @Table (Col_Value) &nb… Read More
Oracle Apex ---oracle service instance xe failed message when install. Solution : 1. Try to delete the service using the command prompt: 1. Click Start, type ‘cmd’ in the search field, and when ‘cmd’ shows up in the list of options, right click it and select ‘Run as Administrator’.2. At … Read More
0 comments:
Post a Comment