📄 bz_xml_cr_msgtyp.sql
字号:
REM script name: bz_adm_cre.sqlREM creates the bz_adm schemaREMREM version: 9iREM change: no connect required REM =======================================================REM cleanup sectionREM =======================================================DROP TYPE bizcardxmlo_typ FORCE;REM =======================================================REM All object types are created in the bz_adm schema. AllREM application schemas that host any propagation sourceREM queues are given the ENQUEUE_ANY system level privilegeREM allowing the application schemas to enqueue to theREM destination queue.REM =======================================================CREATE OR REPLACE TYPE bzcardxmlo_typ AS OBJECT ( xmlo sys.XMLType);/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -