码迷,mamicode.com
首页 >  
搜索关键字:temporary    ( 719个结果
gs_tmp_tz.***.**文件
gs_tmp_tz... is the temporary timezone detection file. To prevent this file from being created at all, just right-click the site in the site manager, select PROPERTIES, and then under the "TYPE"...
分类:其他好文   时间:2014-11-10 09:58:34    阅读次数:144
Oracle创建新用户
1.以DBA身份登录 $sqlplussys/eastcom@ORCLassysdba(在命令窗口下) 也可以使用PL/SQL2.创建临时表空间1 create temporary tablespace jiashubing_temp 2 tempfile 'E:\app\USER\ora...
分类:数据库   时间:2014-11-05 16:24:32    阅读次数:211
Amazon - removed your selling privileges and placed a temporary hold on any funds - 1
Hello,We are writing to let you know that we have removed your selling privileges and placed a temporary hold on any funds in your Marketplace Payment...
分类:其他好文   时间:2014-11-02 12:26:14    阅读次数:149
自定义UDF时引用JAR包的另一种方式
背景: 写了一个UDF A.class放在A.jar里。A.class依赖B.jar中的B.class。B.class又依赖C.jar中的C.class。 使用add jar把A.jar、B.jar、C.jar把jar包加入classpath ?hive脚本里执行create temporary function X...
分类:编程语言   时间:2014-10-31 22:23:06    阅读次数:281
oracle 创建表空间
1,打开 sqlplus 登录用户 > system as sysdba >**** 2,创建临时表空间 create temporary tablespace VTMTEMP tempfile 'D:\else\oracle\tablespace\vtm\vtmtemp.dbf' size 50m...
分类:数据库   时间:2014-10-30 23:53:12    阅读次数:306
MySQL DROP TABLE操作以及 DROP 大表时的注意事项
语法: 删表 DROP TABLE Syntax DROP [TEMPORARY] TABLE [IF EXISTS] tbl_name [, tbl_name] ... [RESTRICT | CASCADE] 可一次删除一张或多张表。需具有所删除表上的DROP权限。表定义文件和数据文件均被移除。表被删除后表上的用户权限不会被自动删除。参数里表中指定的表名不存在则报错,但对...
分类:数据库   时间:2014-10-28 15:38:36    阅读次数:287
oracl 创建用户
-- Create the user create user ADMIN default tablespace SYSTEM temporary tablespace TEMP profile DEFAULT password expire;-- Grant/Revoke role privileg...
分类:其他好文   时间:2014-10-26 22:31:26    阅读次数:234
ORA-14450: attempt to access a transactional temp table already in use
在ORACLE数据中修改会话级临时表时,有可能会遇到ORA-14550错误,那么为什么会话级全局临时表会报ORA-14450错误呢,如下所示,我们先从一个小小案例入手: 案例1: SQL> CREATE GLOBAL TEMPORARY TABLE TEMP_TEST 2 ( 3 NAME VARC...
分类:数据库   时间:2014-10-26 11:32:12    阅读次数:474
(转载)ASP.NET Quiz Answers: Does Page.Cache leak memory?
"We use Page.Cache to store temporary data, but we have recently discovered that it causes high memory consumption. The bad thing is that the memory n...
分类:Web程序   时间:2014-10-26 01:38:49    阅读次数:173
Oracle 学习系列之二(会话与事务级临时表)
--创建会话临时表create global temporary table tmp_user_session(user_id int, user_name varchar2(20),user_email varchar2(30)) --这句表示 当事务提交时 保留数据on commit prese...
分类:数据库   时间:2014-10-23 12:13:25    阅读次数:145
719条   上一页 1 ... 62 63 64 65 66 ... 72 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!