Thomas Carlton
Thomas Carlton

Reputation: 5968

Apex : Table where static application files are stored?

I have a Oracle 11 running Apex 19.2.

Does anyone know the tables where static application files are stored ?

Thanks.

Upvotes: 0

Views: 2279

Answers (1)

Jakobmhc
Jakobmhc

Reputation: 103

Something like:

select * from apex_workspace_static_files;
select * from apex_application_static_files;

select * from APEX_190200.APEX_APPLICATION_STATIC_FILES;

Upvotes: 2

Related Questions