简体   繁体   English

oracle 11g r2-ODAC安装后将dbmsclr.plb部署为sysdba

[英]oracle 11g r2 - deploying dbmsclr.plb as sysdba after ODAC installation

I just finished installing ODTwithODAC112012 on my system. 我刚刚完成我的系统上安装ODTwithODAC112012。 Now I am trying to deploy dbmsclr.plb 现在,我正在尝试部署dbmsclr.plb

But I am getting the error SP2-024 nothing to change. 但是我收到错误SP2-024,没有任何更改。

Here is the command window:- 这是命令窗口:-

C:\>sqlplus /nolog  

SQL*Plus: Release 11.2.0.1.0 Production on Tue Aug 14 22:59:39 2012  

Copyright (c) 1982, 2010, Oracle.  All rights reserved.  

SQL> connect sys/Bel29072012 as SYSDBA  
Connected.  
SQL> C:\app\thoshiba\product\11.2.0\dbhome_1\RDBMS\ADMIN\dbmsclr.plb  
SP2-0024: Nothing to change.  
SQL> select count(*) from all_objects where object_name='DBMS_CLR';  

  COUNT(*)
----------
         0

SQL> select count(*) from all_objects where object_name='DBMS_CLR' AND owner='SYS';  

  COUNT(*)
----------
         0

SQL>

Please let me know how to overcome this issue. 请让我知道如何解决此问题。

要解决“ SP2-024没什么可更改”错误,需要在运行以下脚本之前添加@

SQL> @C:\app\thoshiba\product\11.2.0\dbhome_1\RDBMS\ADMIN\dbmsclr.plb 

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM