powered by simpleCommunicator - 2.0.61     © 2026 Programmizd 02
Целевая тема:
Создать новую тему:
Автор:
Закрыть
Цитировать
Форумы / Oracle [игнор отключен] [закрыт для гостей] / Oracle 12c Database with TDE
2 сообщений из 2, страница 1 из 1
Oracle 12c Database with TDE
    #39430642
Sumit Modi
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
Hello,
I am trying to get the database size of an 12c database with transparent data encryption on multiple tablespaces.
I could see lot of tablespaces in v$encrypted_tablespaces but I don't see the values of bytes in dba_data_files , v$datafile , dba_segments for these encrypted tablespaces
Is there any other way to get the DB used size ?
Thanks in advance






I didn't get the right answer from the internet.
References:
- https://community.oracle.com/thread/4031019
-   Animated explainer video Examples
...
Рейтинг: 0 / 0
Oracle 12c Database with TDE
    #39430767
Ф-фигня
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
Sumit Modi,
Код: plsql
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
SQL> select TABLESPACE_NAME, ENCRYPTED from dba_tablespaces where ENCRYPTED='YES';

TABLESPACE_NAME                ENC
------------------------------ ---
MS_DATA                      YES
MS_INDX                      YES
TM_API_DATA                  YES
TM_API_INDX                  YES

SQL> select BYTES||'   '||FILE_NAME from dba_data_files where TABLESPACE_NAME in (select TABLESPACE_NAME from dba_tablespaces where ENCRYPTED='YES');

BYTES||''||FILE_NAME
----------------------------------------------------------------------------------------------------
1669595136   /mnt/CQ/data/ms_data_001.dbf
10485760   /mnt/CQ/indx/ms_indx_001.dbf
10485760   /mnt/CQ/data/tm_api_data_001.dbf
10485760   /mnt/CQ/indx/tm_api_indx_001.dbf

3 rows selected.
...
Рейтинг: 0 / 0
2 сообщений из 2, страница 1 из 1
Форумы / Oracle [игнор отключен] [закрыт для гостей] / Oracle 12c Database with TDE
Найденые пользователи ...
Разблокировать пользователей ...
Читали форум (0):
Пользователи онлайн (0):
x
x
Закрыть


Просмотр
0 / 0
Close
Debug Console [Select Text]