bz_xml_cr_msgtyp.sql
来自「oracle9i+j2ee开发aq oracle9i+j2ee开发aq or」· SQL 代码 · 共 24 行
SQL
24 行
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 + =
减小字号Ctrl + -
显示快捷键?