ORA-04063: package body "DBSNMP.BSLN" has errors

问题描述:

警告日志出现报错:

Sun Jun 28 00:00:01 2020
Errors in file /u01/app/oracle/diag/rdbms/xxxxx/xxxxx2/trace/xxxxx2_j000_8274.trc:
ORA-12012: error on auto execute of job "SYS"."BSLN_MAINTAIN_STATS_JOB"
ORA-04063: package body "DBSNMP.BSLN" has errors
ORA-06508: PL/SQL: could not find program unit being called: "DBSNMP.BSLN"
ORA-06512: at "DBSNMP.BSLN_INTERNAL", line 2073
ORA-06512: at line 1

问题类似我之前不久的一片博文里边描述的问题,ORA-04063: package body "DBSNMP.BSLN_INTERNAL" has errors

虽然不再搜索到同样的官方处理方式,不过其实根因是一样的。

问题原因:

1.BSLN包体对象处于无效状态。

select owner,object_name,object_type,status from dba_objects where owner='DBSNMP' and object_name='BSLN';

OWNER      OBJECT_NAME                    OBJECT_TYPE                                               STATUS
---------- ------------------------------ --------------------------------------------------------- ----------
DBSNMP BSLN PACKAGE VALID
DBSNMP BSLN PACKAGE BODY INVALID

处理过程

08:26:15 sys@xxxxxxi1(xxxxxx1)> alter package DBSNMP.BSLN compile body;

Warning: Package Body altered with compilation errors.

Elapsed: 00:00:00.10
08:27:36 sys@xxxxxxi1(xxxxxx1)> show error
Errors for PACKAGE BODY DBSNMP.BSLN: LINE/COL ERROR
-------- -----------------------------------------------------------------
88/5 PL/SQL: Statement ignored
88/19 PLS-00201: identifier 'DBMS_OBFUSCATION_TOOLKIT' must be declared
200/7 PL/SQL: Statement ignored
200/21 PLS-00201: identifier 'DBMS_OBFUSCATION_TOOLKIT' must be declared
241/7 PL/SQL: Statement ignored
242/8 PLS-00201: identifier 'DBMS_OBFUSCATION_TOOLKIT' must be declared
1332/7 PL/SQL: Statement ignored
1332/21 PLS-00201: identifier 'DBMS_OBFUSCATION_TOOLKIT' must be declared 08:39:51 sys@xxxxxx(xxxxxx2)> select * from dba_sys_privs where grantee='DBSNMP'; GRANTEE PRIVILEGE ADM
------------ -------------------------------------------------- ---
DBSNMP CREATE PROCEDURE NO
DBSNMP UNLIMITED TABLESPACE NO
DBSNMP SELECT ANY DICTIONARY NO
DBSNMP CREATE TABLE NO Elapsed: 00:00:00.00
08:39:52 sys@xxxxxx(xxxxxx2)> select * from dba_role_privs where grantee='DBSNMP'; GRANTEE GRANTED_ROLE ADM DEF
------------ ------------------------------ --- ---
DBSNMP OEM_MONITOR NO YES Elapsed: 00:00:00.02
08:40:05 sys@xxxxxx(xxxxxx2)> select * from dba_tab_privs where grantee='DBSNMP'; GRANTEE OWNER TABLE_NAME GRANTOR PRIVILEGE GRA HIE
------------ ---------- ----------------------------------- ------------ -------------------------------------------------- --- ---
DBSNMP SYS DBMS_SERVER_ALERT SYS EXECUTE NO NO
DBSNMP SYS DBMS_JOB SYS EXECUTE NO NO
DBSNMP SYS DBMS_MANAGEMENT_PACKS SYS EXECUTE NO NO
DBSNMP APPQOSSYS WLM_CLASSIFIER_PLAN APPQOSSYS SELECT NO NO
DBSNMP APPQOSSYS WLM_METRICS_STREAM APPQOSSYS SELECT NO NO
DBSNMP APPQOSSYS WLM_MPA_STREAM APPQOSSYS SELECT NO NO
DBSNMP APPQOSSYS WLM_VIOLATION_STREAM APPQOSSYS SELECT NO NO 7 rows selected. Elapsed: 00:00:00.05
08:40:15 sys@xxxxxx(xxxxxx2)> select * from dba_tab_privs where grantee='OEM_MONITOR'; GRANTEE OWNER TABLE_NAME GRANTOR PRIVILEGE GRA HIE
------------ ---------- ----------------------------------- ------------ -------------------------------------------------- --- ---
OEM_MONITOR SYS ALERT_QUE SYS DEQUEUE NO NO
OEM_MONITOR SYS DBMS_SYSTEM SYS EXECUTE NO NO
OEM_MONITOR SYS DBMS_SERVER_ALERT SYS EXECUTE NO NO
OEM_MONITOR SYS DBMS_MONITOR SYS EXECUTE NO NO
OEM_MONITOR SYS DBMS_AQ SYS EXECUTE NO NO
OEM_MONITOR SYS DBMS_AQADM SYS EXECUTE NO NO
OEM_MONITOR SYS DBMS_WORKLOAD_REPOSITORY SYS EXECUTE NO NO
OEM_MONITOR DBSNMP BSLN DBSNMP EXECUTE NO NO
OEM_MONITOR DBSNMP BSLN_BASELINES DBSNMP SELECT NO NO
OEM_MONITOR DBSNMP BSLN_INTERNAL DBSNMP EXECUTE NO NO
OEM_MONITOR DBSNMP BSLN_METRIC_DEFAULTS DBSNMP SELECT NO NO
OEM_MONITOR DBSNMP BSLN_METRIC_SET DBSNMP EXECUTE NO NO
OEM_MONITOR DBSNMP BSLN_METRIC_T DBSNMP EXECUTE NO NO
OEM_MONITOR DBSNMP BSLN_OBSERVATION_SET DBSNMP EXECUTE NO NO
OEM_MONITOR DBSNMP BSLN_OBSERVATION_T DBSNMP EXECUTE NO NO
OEM_MONITOR DBSNMP BSLN_STATISTICS DBSNMP SELECT NO NO
OEM_MONITOR DBSNMP BSLN_STATISTICS_SET DBSNMP EXECUTE NO NO
OEM_MONITOR DBSNMP BSLN_STATISTICS_T DBSNMP EXECUTE NO NO
OEM_MONITOR DBSNMP BSLN_THRESHOLD_PARAMS DBSNMP SELECT NO NO
OEM_MONITOR DBSNMP BSLN_TIMEGROUPS DBSNMP SELECT NO NO
OEM_MONITOR DBSNMP BSLN_VARIANCE_SET DBSNMP EXECUTE NO NO
OEM_MONITOR DBSNMP BSLN_VARIANCE_T DBSNMP EXECUTE NO NO
OEM_MONITOR DBSNMP MGMT_BASELINE DBSNMP SELECT NO NO
OEM_MONITOR DBSNMP MGMT_BASELINE_SQL DBSNMP SELECT NO NO
OEM_MONITOR DBSNMP MGMT_BSLN_BASELINES DBSNMP SELECT NO NO
OEM_MONITOR DBSNMP MGMT_BSLN_DATASOURCES DBSNMP SELECT NO NO
OEM_MONITOR DBSNMP MGMT_BSLN_INTERVALS DBSNMP SELECT NO NO
OEM_MONITOR DBSNMP MGMT_BSLN_METRICS DBSNMP SELECT NO NO
OEM_MONITOR DBSNMP MGMT_BSLN_STATISTICS DBSNMP SELECT NO NO
OEM_MONITOR DBSNMP MGMT_BSLN_THRESHOLD_PARMS DBSNMP SELECT NO NO
OEM_MONITOR DBSNMP MGMT_HISTORY DBSNMP SELECT NO NO
OEM_MONITOR DBSNMP MGMT_HISTORY_SQL DBSNMP SELECT NO NO
OEM_MONITOR DBSNMP MGMT_LATEST DBSNMP SELECT NO NO
OEM_MONITOR DBSNMP MGMT_LATEST_SQL DBSNMP SELECT NO NO
OEM_MONITOR DBSNMP MGMT_RESPONSE DBSNMP EXECUTE NO NO
OEM_MONITOR DBSNMP MGMT_UPDATE_DB_FEATURE_LOG DBSNMP EXECUTE NO NO
OEM_MONITOR SYS DBMS_DRS SYS EXECUTE NO NO 37 rows selected. Elapsed: 00:00:00.04 08:43:46 sys@xxxxxx(xxxxxx2)> select owner,object_name,object_type from dba_objects where object_name='DBMS_OBFUSCATION_TOOLKIT'; OWNER OBJECT_NAME OBJECT_TYPE
---------- ------------------------------ -------------------
SYS DBMS_OBFUSCATION_TOOLKIT PACKAGE BODY
SYS DBMS_OBFUSCATION_TOOLKIT PACKAGE
PUBLIC DBMS_OBFUSCATION_TOOLKIT SYNONYM Elapsed: 00:00:00.00
08:43:52 sys@xxxxxx(xxxxxx2)> grant execute on sys.DBMS_OBFUSCATION_TOOLKIT to DBSNMP; Grant succeeded. Elapsed: 00:00:00.02
08:44:19 sys@xxxxxx(xxxxxx2)> alter package DBSNMP.BSLN compile body; Package body altered. Elapsed: 00:00:00.23
08:44:42 sys@xxxxxx(xxxxxx2)> select * from dba_tab_privs where table_name='DBMS_OBFUSCATION_TOOLKIT'; GRANTEE OWNER TABLE_NAME GRANTOR PRIVILEGE GRA HIE
------------ ---------- ----------------------------------- ------------ -------------------- --- ---
DBSNMP SYS DBMS_OBFUSCATION_TOOLKIT SYS EXECUTE NO NO

深入分析

根据此次问题和上次的问题,原本以为出于安全原因,删除了某些包上的public特权是Oracle随着版本的自身的行为。

但是其实不是这样,此次版本为11.2.0.4.0。在发生问题的生产环境上,某些包确实没有了public的特权。

但是我看了其他同样是11.2.0.4.0的环境,确发现这些权限还在。

那么原因只有两个:

  1. 建库之后,由于企业的生产规范要求,按照Oracle安全白皮书中的建议撤消了某些包的公开的执行特权。
  2. 可能是建库的时候存在一些特殊的配置。

第一个的可能性更大一些。因为Oracle确实有mos文档和官方文档建议撤销一些包的public权限。

比如官方文档:Granting to and Revoking from the PUBLIC Role

比如:Security Checklist: 10 Basic Steps to Make Your Database Secure from Attacks (Doc ID 1545816.1)中。

Security Checklist: 10 Basic Steps to Make Your Database Secure from Attacks (Doc ID 1545816.1) In this Document
Goal
Solution
Step 1: Change passwords for SYS and SYSTEM
Step 2: Lock, expire, and change passwords for default or unused accounts
Step 3: Restrict access to the Oracle home and installation files
Step 4: Review database user privileges
Step 5: Revoke privileges from PUBLIC where not
necessary
Step 6: Protect the data dictionary from unauthorized users
Step 7: Set security related parameters to their recommended values
a. remote_os_authent = false
b. sec_case_sensitive_logon = true
c. global_names = true
d. unset parameter utl_file_dir
Step 8: Protect listener and network connections
Automatic instance registration and CVE-2012-1675
Encrypt sqlnet connections using network encryption.
Step 9: Protect the database host
Step 10: Check Oracle websites for Security Alerts and critical patches
Other Items to Consider
Further Reading
Online Discussion (My Oracle Support Community)
References

对应步骤5内容,

Step 5:  Revoke privileges from PUBLIC where not necessary
The PUBLIC role is automatically assumed by every database user account. By default, it has no privileges granted to it, but it does have numerous grants, mostly to Java objects. Because all users have the PUBLIC role, any database user can exercise privileges that are granted to this role. Security administrators and database users should grant a privilege or role to PUBLIC only if every database user requires the privilege or role. Note 247093.1 - Be Cautious When Revoking Privileges Granted to PUBLIC
Note 234551.1 - PUBLIC Is it a User, a Role, a User Group, a Privilege ?
Note 390225.1 - Execute Privileges Are Reset For Public After Applying Patchset

其中,Be Cautious When Revoking Privileges Granted to PUBLIC (Doc ID 247093.1)一文中指出

Of course this does not cover ad-hoc usage from anonymous blocks or dynamic sql, typically it would only be an application owner schema that needs the direct grant.

   Building on the above example you can create targeted grants if you revoke public privileges for  the most common packages ( for example based on EM  Policy violations )

   REVOKE execute ON SYS.DBMS_RANDOM from public;
REVOKE execute ON SYS.DBMS_EXPORT_EXTENSION from public;
REVOKE execute ON SYS.UTL_FILE from public;
REVOKE execute ON SYS.DBMS_JOB from public;
REVOKE execute ON SYS.DBMS_LOB from public;
REVOKE execute ON SYS.UTL_SMTP from public;
REVOKE execute ON SYS.UTL_TCP from public;
REVOKE execute ON SYS.UTL_HTTP from public; We can generate the following replacement grant statements based on the current dependencies (again this does not cover the use from dynamic sql, since that is not recorded in DBA_DEPENDENCIES): select unique statements from (
select 'grant execute on '||
referenced_name||' to '||owner||';' statements
from dba_dependencies
where
referenced_owner in ('SYS','PUBLIC') and
referenced_type in ('PACKAGE','SYNONYM') and
referenced_name in
('DBMS_RANDOM','DBMS_EXPORT_EXTENSION','UTL_FILE',
'DBMS_JOB','DBMS_LOB','UTL_SMTP','UTL_TCP','UTL_HTTP') and
owner <> 'SYS' and
owner <> 'PUBLIC')
order by statements;

上边只是列举了常见的一些包,并不包含此次故障的DBMS_OBFUSCATION_TOOLKIT,使用脚本更改谓词条件,

10:46:02 sys@xxxxxx1(xxxxx1)> select unique statements from (
10:46:39 2 select 'grant execute on '||
10:46:39 3 referenced_name||' to '||owner||';' statements
10:46:39 4 from dba_dependencies
10:46:39 5 where
10:46:39 6 referenced_owner in ('SYS','PUBLIC') and
10:46:39 7 referenced_type in ('PACKAGE','SYNONYM') and
10:46:39 8 referenced_name in
10:46:39 9 ('DBMS_OBFUSCATION_TOOLKIT','DBMS_JOB') and
10:46:39 10 owner <> 'SYS' and
10:46:39 11 owner <> 'PUBLIC')
10:46:39 12 order by statements; STATEMENTS
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
grant execute on DBMS_JOB to DBSNMP;
grant execute on DBMS_OBFUSCATION_TOOLKIT to DBSNMP;
grant execute on DBMS_OBFUSCATION_TOOLKIT to DYCK_PUB;
grant execute on DBMS_OBFUSCATION_TOOLKIT to DYCK_VIEW; Elapsed: 00:00:00.04

因此,若是撤销某个包的public权限,需要检测是否有其他联级对象将会失效,此刻需要使用mos文档提供的脚本授权。

至于其他当初显式撤销public的包,暂时不知道有哪些,只能遇到报错的时候在处理了。

应该是当初撤销权限的人没有处理联级对象失效的问题,操作不规范。

后续

询问了当初数据库是否存在相关操作,果然有过回收动作。

回收的原因是由于等保测评软件DBAPPSecurity扫描之后的建议,部分截图如下:

像这类等保测评软件,在数据库方面都是半桶水的水平。

像这个地方这样,检测出包被授权给public执行权限,修复建议中仅仅只是回收而已。

没有考虑回收之后,其他地方可以因为回收出现的问题。

绿盟软件则更那个,打了补丁的漏洞都能扫出来说没打。

关于绿盟,看看业内比较权威人士的看法吧!

关于绿盟扫描ORACLE漏洞的问题 说几点看法

ORA-04063: package body "DBSNMP.BSLN" has errors的更多相关文章

  1. ORA-04063: package body "DBSNMP.BSLN_INTERNAL" has errors

    ORA-04063: package body "DBSNMP.BSLN_INTERNAL" has errors 问题描述: 警告日志出现报错: Sun Jun 21 00:00 ...

  2. 转: ORA-06508 could not find program unit being called: "DBSNMP.BSLN_INTERNAL

    告警日志中出现错误 Sun Jul 28 00:00:00 2013Errors in file /oracle/app/db/diag/rdbms/mis/MIS1/trace/MIS1_j001_ ...

  3. expdp报错ora 39126

    11.2.0.2,expdp报错: ORA-39126: Worker unexpected fatal error in KUPW$WORKER.GET_TABLE_DATA_OBJECTS []O ...

  4. 命令行界面下使用emca安装配置Oracle Database Control实战

    作为命令行忠有用户,server端软件的运维都倾向于使用命令或 脚本完毕,非常讨厌资源占用非常大的GUI.Oracle数据库作为重要的server端软件.其安装运维自然也全然支持纯命令行方式.虽然同一 ...

  5. 完整记录一则Oracle 11.2.0.4单实例打PSU补丁的过程

    本文记录了打PSU的全过程,意在体会数据库打PSU补丁的整个过程. 1.OPatch替换为最新版本2.数据库软件应用19121551补丁程序3.数据库应用补丁4.验证PSU补丁是否应用成功 1.OPa ...

  6. ORA-00932: inconsistent datatypes: expected - got CLOB

    从最近的数据库10.2.0.3升级到10.2.0.5之后,一些对象可以不被编译.查看这些对象的主列表不严格写入之前现在SQL这些语法结果package无法成功编译,诸如select查询列中不能使用混淆 ...

  7. ORA-04028: cannot generate diana for object xxx

    在ORACLE数据库(10.2.0.5.0)上修改一个包的时候,编译有错误,具体错误信息为"ORA-04028: cannot generate diana for object xxx&q ...

  8. ubuntu安装packet提示重复冲突问题

    今天装个zip出现: dpkg: error processing archive /var/cache/apt/archives/libc6-dev-i386_2.19-0ubuntu6.5_amd ...

  9. 搭建PHP官方框架zend framework 2(LINUX)

    在五花八门的语言里,PHP作为我第一个觉得欣赏的理由,就是它的简单和快捷,因为它封装了许多的常用函数.PHP作为网站中一种算作比较流行的语言,也产生各种优秀的框架.我所接触过的有zend framew ...

随机推荐

  1. 第六届蓝桥杯JavaA组国(决)赛真题

    解题代码部分来自网友,如果有不对的地方,欢迎各位大佬评论 题目1.胡同门牌号 小明家住在一条胡同里.胡同里的门牌号都是连续的正整数,由于历史原因,最小的号码并不是从1开始排的. 有一天小明突然发现了有 ...

  2. 使用Pycharm安装插件时发生错误

    报错内容:pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.o ...

  3. Java实现合并排序

    1 问题描述 给定一组数据,使用合并排序得到这组数据的非降序排列. 2 解决方案 2.1 合并排序原理简介 引用自百度百科: 合并排序是建立在归并操作上的一种有效的排序算法.该算法是采用分治法(Div ...

  4. Java实现运动员分组

    有N个人参加100米短跑比赛.跑道为8条.程序的任务是按照尽量使每组的人数相差最少的原则分组. 例如: N=8时,分成1组即可. N=9时,分成2组:一组5人,一组4人. N=25时,分4组:7.6. ...

  5. 从linux源码看socket的阻塞和非阻塞

    从linux源码看socket的阻塞和非阻塞 笔者一直觉得如果能知道从应用到框架再到操作系统的每一处代码,是一件Exciting的事情. 大部分高性能网络框架采用的是非阻塞模式.笔者这次就从linux ...

  6. python json unicode utf-8处理总结

    1.直接输出字典中文 在python中经常遇见直接print dict(字典),或者dict转json,但是没有给特定的参数,然后打印json字符串,输出的中文就成了unicode码的情况,如下: d ...

  7. JSP基础知识点(转传智)

    一.JSP概述    1.JSP:Java Server Pages(运行在服务器端的页面).就是Servlet.    学习JSP学好的关键:时刻联想到Servlet即可.    2.JSP的原理  ...

  8. 强类型sql生成助手类

    不使用表达式树,使用强类型生成where子句,好处是性能高,相比表达式树生成的sql,10倍+ 目前只支持生成where条件.查询语句,后期会增加生成Update SQL where子句支持相等.比较 ...

  9. @codefoces - 566E@ Restoring Map

    目录 @description@ @solution@ @accepted code@ @details@ @description@ 对于一棵 n 个点的树,我们称两个点是相邻的当且仅当两个点的距离 ...

  10. 文本溢出后,隐藏显示"..."和margin边距重叠

    一.隐藏加省略 单行文本: overflow: hidden; white-space: nowrap; text-overflow: ellipsis; 多行文本: overflow: hidden ...