OutSystems Forge 日本語データベース

DB Usage Oracle

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2016-03-23 1.0.0 Acácio Porta Nova 9.0.1.25 Oracle All Components, Developer Tools
あなたのOracleデータベースの表領域で何が使用されているかを知りたいですか? どのテーブルがより大きくなっているかをより詳細に表示したいですか? あなたのテーブルの実際のデータよりもインデックス領域のほうが大きいと思いますか? このコンポーネントはそういった場合に役に立ちます。 オラクルでは、いくつかのコモディティ・クエリーを使用して、データ・モデルについての詳細を確認することができます。
インストールする方法: 1.次の権限を持つユーザーが必要です。 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 OutSystems Platform Enterprise Cloudを使用している場合は、OutSystemsにデータベースユーザーにこれらの資格情報を提供するよう依頼することができます。 2.アプリをパブリッシュする 3.必要な要素を持つデータベース接続を作成します 4.作成したデータベース接続を使用するようにDBUsageOracle拡張機能を設定します 5.ServiceCenter資格情報でログインします。

[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!
戻る