Oracle SQL & PL/SQL

SQL, SQL Server, Oracle, PL/SQL, APEX, UNIX ,Interview Questions & Answers

▼
Thursday, February 2, 2023

Delete Row Button to all records of Interactive Report in Oracle Apex

›
 1. add 'Delete' Del column to Report Query 2. Set the Following Properties for the DEL Column Type: Link Heading: Delete Targ...
Wednesday, January 11, 2023

How to disable to manual editing of Date Picker Item in Oracle Apex?

›
We can set the Custom Attributes of the Date Picker Item (under Advanced) to: readonly="readonly"
Sunday, January 1, 2023

Oracle APEX hide the x on the modal dialog

›
Below code to be added in Inline CSS of Page.  .ui-dialog-titlebar .ui-button {     display: none; } Output:
Tuesday, April 12, 2022

SQL query to get Index Details on a Table

›
  SELECT     ind.table_owner,     ind.table_name,     ind.index_name,     LISTAGG(ind_col.column_name, ',') WITHIN GROUP(     ORDER ...
Wednesday, February 16, 2022

REGEXP_SUBSTR

›
 SELECT REGEXP_SUBSTR ( VALUE,                                                      '[^,]+',                                        ...
›
Home
View web version

About Me

Rajasekhar Royal
View my complete profile
Powered by Blogger.