[Developer] #424 filter VPD policies to protected objects

This commit is contained in:
devmrko
2026-06-25 12:58:52 +09:00
parent e760e41a31
commit 1368699891
2 changed files with 41 additions and 27 deletions

View File

@@ -6,7 +6,7 @@
<main class="container py-4">
<div class="page-title">
<h1>VPD 설정</h1>
<p>현재 계정에서 조회 가능한 Oracle VPD policy 설정을 확인합니다.</p>
<p>테이블/뷰 관리에 등록된 보호 객체에 적용된 Oracle VPD policy 설정을 확인합니다.</p>
</div>
<div class="alert alert-warning" th:if="${runtimeError}">
@@ -81,7 +81,7 @@
</th:block>
<tr th:if="${#lists.isEmpty(policies)}">
<td colspan="7" class="text-muted">
조회 가능한 VPD policy가 없습니다. 정책이 없거나 현재 DB 계정에 dictionary 조회 권한이 없을 수 있습니다.
등록된 보호 객체에 적용된 VPD policy가 없습니다. 테이블/뷰 관리의 보호 객체 등록 상태와 DB policy 적용 상태를 확인하세요.
</td>
</tr>
</tbody>