공부하는가비
2021.05.04 Oracle PL/SQL , Oracle Pakege 본문
oracle package (프로그램모음)(프로시저의모음)
-dbmspool.sql
: dbms_**** oracle제공 pakege생성 script
spec(선언)
패키지의 선언절은 패키지에 포함될 PL/SQL프로시저나 함수 변수 선언한다
-prvtpool.plb
:body(본문)암호화
utl 옵션파일 open source
database
demo <- default tbs, 암호, 권한(role), profile(p_demo)
*p_demo삭제시 demo의 profile
--->default 상태..
(모든 유저는 profile을 받게 된다
최소한 default는 받는다)
SYS> conn demo/demo
Connected.
DEMO> select * from tab;
TNAME TABTYPE CLUSTERID
------------------------------ ------- ----------
D SYNONYM
DEMO_EMP TABLE
*user삭제시 모두 삭제됨
'개발 > Oracle' 카테고리의 다른 글
2021.05.10 Oracle 오라클 메모리 관리기법 (0) | 2021.05.11 |
---|---|
2021.05.06 Oracle implementing Oracle Database Auditing (0) | 2021.05.06 |
2021.05.03 Oracle Storage Structures/User Security (0) | 2021.05.03 |
2021.04.30 Oracle Network (0) | 2021.04.30 |
2021.04.29 Oracle (0) | 2021.04.29 |
Comments