Reputation: 3931
Where are the /images of "Oracle Application Express 5" in "Oracle 11g r2" and how can I modify theme CSS files easily ?
-Thanks in advance
Upvotes: 0
Views: 58
Reputation: 2098
Unix:
cd $ORACLE_HOME
find . -type d -name images
will list all directories named "images" starting at $ORACLE_HOME.
Upvotes: 0
Reputation: 10551
The images are at the location you placed them when installing the Oracle Rest Data Services (Apex Listener). For a development environment this location can be on a shared drive somewhere so you can access and modify them from your development machine.
Upvotes: 1