Skip to content
SOISOS
  • FOOD
  • STATISTICS
  • PROGRAMMING
    • Python
    • Rust
    • Oracle
  • PHILOSOPHY

ORACLE

Home » ORACLE

How to add top scroll bar in interactive grid page in Oracle APEX

Posted by By sunny.bak June 8, 2022Posted inORACLE
Click on page -> CSS -> in inline, add the following: .grid_style .a-GV-w-hdr{ overflow-x: auto !important; } Click on region -> Appearance -> in CSS Classes, enter the class name…
Read More

Creating APEX report column an external hyperlink

Posted by By sunny.bak June 8, 2022Posted inORACLE
Identification -> Type: Link Link -> Target -> Type : URL, and URL: #COLUMN_NAME# Link Attribute -> target="_blank" (if you would like it to be open on a separate page)
Read More

How to add a top scrollbar in grid edit table in APEX, Oracle

Posted by By sunny.bak March 16, 2022Posted inORACLE
You can add a class called "custom_grid" to the Interactive Report Go to Grid Edit Region -> Appearance -> CSS Classes -> Add custom_grid in CSS Classes boxGo to Page…
Read More

How to add/drop unique constraint to an oracle table

Posted by By sunny.bak March 16, 2022Posted inORACLE
How to add a constraint (in this case unique constraint) to an existing table ALTER TABLE mytable ADD CONSTRAINT user_role_uq UNIQUE (name, role); How to remove a constraint from an…
Read More

How to add column scrollbar on top in report, Oracle APEX

Posted by By sunny.bak March 4, 2022Posted inORACLE, SOFTWARE
The scrollbar is located at the bottom of the report by default. You can add a top scrollbar for better usability. Click on the Page in CSS --> inline, add…
Read More

oracle apex: item with default value created with sql

Posted by By sunny.bak December 28, 2021Posted inORACLE, SOFTWARE
Assigning a default value to an apex item can be tricky especially when you want to use sql expression. I often get confused whether to use just sql express or…
Read More

How to add a default value in Oracle APEX

Posted by By sunny.bak December 20, 2021Posted inORACLE, SOFTWARE
For APP_USER Create a form pageGo to the item you wish to add APP_USER as a default valuein Default, select Expression (PL/SQL)in the blank line, add :APP_USER For Current Date…
Read More

How to create vertical individual report view

Posted by By sunny.bak December 20, 2021Posted inORACLE, SOFTWARE
Create a Classic Report Region in a Page with a sql querying one rowIn the Classic Report Region, go to Attributes tabIn Appearance -> Template, select Value Attribute Pairs -…
Read More

APEX and Google map API Issue

Posted by By sunny.bak December 2, 2021Posted inORACLE
it can get messy when mixing an apex plug in with the google map api. The recent error I had was due to the change of the server domain and…
Read More
Copyright 2025 — SOISOS. All rights reserved. Sinatra WordPress Theme
Scroll to Top