Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to use CSS Styling correctly

D-DotFeb 9 2022

Hello,
i want to customize the label's of a Bar-Chart with some CSS-Snippets, but i don't know how to use the CSS-Styling attribute correctly. Can anybody help me with this problem or give me a example?
APEX_FORUM_QUESTION.PNG
Regards
Daniel

Comments

Billy Verreynne

If you have network based client-server connectivity to the database, a remote client can sqlload files it has access to, into that database.
If the files are accessible to the database server, the database can use the external table feature (sqlload from inside the database) to load these files.
And this is it in a nutshell.
There are other options like using the database process to load a remote file into a CLOB using UTL_TCP or UTL_HTTP for example. Then parse the CLOB and insert the parsed contents into a table. PL/SQL pipelines are well suited for these types of data transformation processes.

1 - 1

Post Details

Added on Feb 9 2022
0 comments
292 views