Warning: Function created with compilation errors!

解决方案:
sqlplus / as sysdba grant execute on UTL_I18N to scott; grant execute on DBMS_CRYPTO to scott;
Warning: Function created with compilation errors!的更多相关文章
- Warning: Function created with compilation errors.
		
SQL> create or replace function 2 remove_constants(p_query in varchar2) return varchar2 3 as 4 l_ ...
 - oracle 存储过程创建报错 Procedure created with compilation errors
		
出现这错误的话,存储过程还是会成功创建的,创建好后再逐个打开查找存储过程的问题 问题:基本上就是存储过程里面的表不存在,dblink 不存在 ,用户名.xx表 要么用户名不存在要么表不存在 创 ...
 - CodeForces 519B A and B and Compilation Errors
		
B. A and B and Compilation Errors time limit per test 2 seconds memory limit per test 256 megabytes ...
 - CF A and B and Compilation Errors (排序)
		
A and B and Compilation Errors time limit per test 2 seconds memory limit per test 256 megabytes inp ...
 - Codeforces Round #294 (Div. 2)B - A and B and Compilation Errors 水题
		
B. A and B and Compilation Errors time limit per test 2 seconds memory limit per test 256 megabytes ...
 - Codeforce 519B - A and B and Compilation Errors
		
A and B are preparing themselves for programming contests. B loves to debug his code. But before he ...
 - ERRORS !MySQL 和 Javaweb 的报错合集
		
ERROR:1175. You are using safe update mode and you tried to update a table without a WHERE that uses ...
 - WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!问题解决
		
用mac终端ssh连接Linux服务器,提示以下错误: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ WARNING: RE ...
 - CodeForces 519B A and B and Compilation Errors【模拟】
		
题目意思还是蛮简单的,看 输入数据输出数据还是比较明显的 我用排序来写还是可以AC的 //#pragma comment(linker, "/STACK:16777216") // ...
 
随机推荐
- json,serialze之格式
			
<?php echo 'array-json:' . "\n"; $arr = array('key1'=>'value1', 'key2' => 'value2 ...
 - yoga-moblie-res
 - 微信公众号-5秒内不回复测试并处理方案,顺便复习php 时间执行
			
在index.php中 file_put_contents('has_request.txt','请求时间:'.date('YmdHis')."\n",FILE_APPEND); ...
 - 推荐一款好用的java反编译软件——JavaDecompiler
			
这款反编译器叫 "Java Decompiler",在网上也是久负盛名,最近因为工作需要找来用了下,果然不错,之前都是用eclipse的插件jad来看源码的.下面这个链接是Java ...
 - office 问题集
			
----20131012---------------------------------------------------------------------------------------- ...
 - .NET 轻量级 ORM 框架 - Dapper 介绍
			
Dapper简单介绍: Dapper is a single file you can drop in to your project that will extend your IDbConnect ...
 - 项目中常用功能,如:流媒体、健康数据(步数等)等-b
			
整理iOS开发中使用的各种流媒体和常用的高级功能.由于时间关系,目前只写了一部分功能,全部都采用的是系统方法,没用第三方,截图如下: screen1.png screen2.png 个人比较懒,不爱多 ...
 - Hadoop集群系类文章
			
http://www.cnblogs.com/xia520pi/archive/2012/04/08/2437875.html 后续文章地址:http://www.xiapistudio.com/ta ...
 - Android:一个高效的UI才是一个拉风的UI(一)
			
开篇 Android是一个运行在移动终端上的操作系统,跟传统PC最大的不同所在就是移动终端的资源紧缺问题“比较”明显,当然对于一些屌丝机型,应该用“非常“来形容才靠谱.所以经常会出现在一些比较缺乏青春 ...
 - 《暗黑世界GM管理后台系统》部署+功能说明
			
原地址:http://blog.csdn.net/uxqclm/article/details/11969761 欢迎来到9秒:www.9miao.com 暗黑三国管理后台说明文档 (一)功能描述该后 ...