CREATE PACKAGE “ZFXFZB_BAK”.“SMP_VDM_NOTIFICATION_PKG”
AS
verboseValueTrue constant INTEGER := 1;
verboseValueFalse constant INTEGER := 0;
enhancedNotifTrue constant INTEGER := 1;
enhancedNotifFalse constant INTEGER := 0;
badNotification constant INTEGER := -1;
jobNotification constant INTEGER := 1;
eventNotification constant INTEGER := 2;
targetNotification constant INTEGER := 3;
appNotification constant INTEGER := 4;
testNotification constant INTEGER := 5;
securityNotification constant INTEGER := 6;
TYPE STRINGARRAY_INDXD IS TABLE OF smp_vdm_address.username%TYPE
INDEX BY BINARY_INTEGER;
TYPE UI_NOTIFICATIONS_CR IS REF CURSOR;
TYPE NOTIFICATIONS_CR IS REF CURSOR;
SUBTYPE STRING IS smp_vdm_notification.node_name%TYPE;
第 15 行, 第 51 列[IS]附近出现错误[-2007]:
语法分析出错

您好,还请您提供一下相关的用户和表的创建结构sql