高手请帮忙,很急的问题,是ORACLE的设置有问题吗?我编译时出错,具体信息在图片里,多谢了,奉送100分。

解决方案 »

  1.   

    就是编译时出现  pls-00201 dbms_xmldom.DOMDocument must be declared  
      如何解决啊?急啊
      

  2.   

    不是没定义,原来在windows服务器上好用的,后来移植到AIX系统上就出现这个问题,搞不懂是不是系统环境变量有问题
    还是数据库缺少什么
      

  3.   

    Cause: You tried to reference either an undeclared variable, exception, procedure, or other item, or an item to which no privilege was granted or an item to which privilege was granted only through a role.Action: 1) Check your spelling and declaration of the referenced name. 2) Verify that the declaration for the referenced item is placed correctly in the block structure. 3) If the referenced item is indeed declared but you don't have privileges to refer to that item, for security reasons, you will be notified only that the item is not declared. 4) If the referenced item is indeed declared and you believe that you have privileges to refer to that item, check the privileges; if the privileges were granted only via a role, then this is expected and documented behavior. Stored objects (packages, procedures, functions, triggers, views) run in the security domain of the object owner with no roles enabled except PUBLIC. Again, you will be notified only that the item was not declared.
      

  4.   

    thank ehsgs,your answer is so completely ,thanks again! I'll try it by your advice.