2016-03-23
1.0.0
Acácio Porta Nova
9.0.1.25
Oracle
All
Components, Developer Tools
[Overview]
Want to find out what is using space in your Oracle database? Want more detailed visibility on which tables are bigger? Wondering if you have more space in indexes than in actual data in your tables? This component may help. It makes use of some commodity queries in Oracle to allow you to find more about the data model. Use it as the base for your own needs!
[Detail]
How to install:
1. you need a user with the following privileges:
GRANT CREATE SESSION, ALTER SESSION
GRANT SELECT ANY DICTIONARY
GRANT SELECT ON V$DATAFILE
GRANT SELECT ON V_$SQL
GRANT SELECT ON V_$SESSION
GRANT SELECT ON V_$SQL_PLAN
GRANT SELECT ON V_$SQL_BIND_CAPTURE
If you are using the OutSystems Platform Enterprise Cloud, you can ask OutSystems to provide a database user with those credentials.
2. Publish the app
--
3. Create a database connection with the needed elements (example below)
--
4. Configure the DBUsageOracle extension to use the database connection you just created (example below)
--
5. Login with your Service Center credentials.
--
6. Have fun!