E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
tablespace
ocp-479
CREATEGLOBALTEMPORARYTABLEadmin_work_area(startdateDATE,enddateDATE,classCHAR(20))ONCOMMITDELETEROWS
TABLESPACE
tbs_t1
xuejiayue1105
·
2015-10-18 09:00
ocp-450
QUESTIONNO:450Evaluatethefollowingcommandanditsoutput:SQL>SELECT*FROMdba_temp_free_space;
TABLESPACE
_NAME
TABLESPACE
_SIZEALLOCATED_SPACEFREE_SPACELMTEMP250609664101048576149561088Whichtwostatementscorre
xuejiayue1105
·
2015-10-17 19:00
dba
快速解决IMP中的ORA-00959
2.新建对应的表空间3.使用expdp从新导出,在impdp时用REMAP_
TABLESPACE
无论用那种方法都比较麻烦,都需要耗费一定的工作量。
Misy
·
2015-10-15 17:05
oracle
blob
imp
00959
快速解决IMP中的ORA-00959
2.新建对应的表空间3.使用expdp从新导出,在impdp时用REMAP_
TABLESPACE
无论用那种方法都比较麻烦,都需要耗费一定的工作量。
Misy
·
2015-10-15 17:05
oracle
blob
imp
00959
ocp-419
QUESTIONNO:419YourdatabaseisrunninginARCHIVELOGmode.Youareperformingauser-managedbackupoftheDATA1
tablespace
.YouplacetheDATA1
tablespace
inbackupmodebyissuingthefollowingstatement
xuejiayue1105
·
2015-10-15 11:00
数据库
ocp-415
QUESTIONNO:415Youissuedthefollowingcommandonthetemporary
tablespace
LMTEMPinyourdatabase:SQL>ALTER
TABLESPACE
lmtempSHRINKSPACEKEEP20M
xuejiayue1105
·
2015-10-15 11:00
数据库
oracle表空间数据文件的移动
实现此方法有两种方法1.alter
tablespace
(
fanzhuozhuo
·
2015-10-14 18:52
oracle
数据文件
移动
表空间
oracle表空间数据文件的移动
实现此方法有两种方法1.alter
tablespace
(
fanzhuozhuo
·
2015-10-14 18:52
oracle
移动
表空间
数据文件
oracle表空间追加
一、建立表空间 数据库建立表空间语句比较简单,例如:create
tablespace
KAKOU_201307 nologging datafile 'e:\KAKOU\KAKOU_
RiskChen
·
2015-10-14 16:00
oracle--查看表空间大小以及修改表空间大小
修改表空间大小解决以上问题的办法:通过增大表空间即可解决,如下:Sql代码 使用dba用户登陆 sqlplus / as sysdba; 执行如下命令: SQL > ALTER
TABLESPACE
xiaoxin
·
2015-10-12 11:00
oracle创建用户并授权SQL
--创建用户CreateUserLotsnew IdentifiedBy"lotsnew" default
tablespace
LOTS--指定默认表空间 profileDEFAULT ACCOUNTUNLOCK
Javahuhui
·
2015-10-10 11:00
oracle
缩减Oracle的UNDOTBS01.DBF文件大小
查询undo表空间的使用SELECTa.
tablespace
_nameas
tablespace
_name,to_char(b.total/1024/1024,999999.99)asTotal,to_c
ThorpeTao
·
2015-10-09 10:18
ORACLE
数据库管理
Oracle维护sql归档
#精确计算表空间大小,消耗系统资源,慎用SELECTF.
TABLESPACE
_NAME, A.ALL_TOTAL"总空间", A.ALL_USED"总使用空间", A.ALL_TOTAL-A.ALL_USED
czmmiao
·
2015-10-07 17:00
关于数据库的导入与导出
1.创建表空间的方法:create
tablespace
TS_BSFWT_DATAlogging datafile'G:\app\user_data.dbf' size50m autoextendon next10mextentmanagementlocal
tianya9006
·
2015-09-30 17:00
ocp-v13-065
QUESTION65Anonline
tablespace
,TEST_TBS,isfullandyourealizethatnoserver-managed
tablespace
thresholdalertsweregeneratedfortheTEST_TBS
tablespace
.Whatcouldbethereason
xuejiayue1105
·
2015-09-30 10:00
ASM
oracle
数据库
command
oracle-11g
db2 表空间常用命令
阅读更多#1.查看所有的表空间db2list
tablespace
s#2.查看某个表空间的容器db2list
tablespace
containersfor[showdetail]如:db2list
tablespace
containersfor3showdetail
jackliu2013
·
2015-09-29 14:00
db2
tablespace
表空间
db2 表空间常用命令
阅读更多#1.查看所有的表空间db2list
tablespace
s#2.查看某个表空间的容器db2list
tablespace
containersfor[showdetail]如:db2list
tablespace
containersfor3showdetail
jackliu2013
·
2015-09-29 14:00
db2
tablespace
表空间
db2 表空间常用命令
#1.查看所有的表空间db2list
tablespace
s#2.查看某个表空间的容器db2list
tablespace
containersfor [showdetail]如:db2list
tablespace
containersfor3showdetail
jackliu2013
·
2015-09-29 14:00
db2
表空间
tablespace
oracle 索引建立小计
SQL> create index idx_test on test(id1)
tablespace
IDX nologging online parallel 4; Index created.
llc018198
·
2015-09-29 12:21
oracle
索引
Oracle磁盘空间使用统计
(一)、表空间计算表空间的剩余大小selectA.
TABLESPACE
_NAME,A.BYTES/(1024*1024*1024)"SPACE(G)",C.BYTES/(1024*
shanyejunjie
·
2015-09-28 22:00
OCP-V13-016
QUESTION16Becauseofalogicalcorruptioninyourproductiondatabase,youwantedtoperform
Tablespace
PointinTimeRecovery
xuejiayue1105
·
2015-09-27 21:00
oracle
数据库
OCP
OCP-V13-010
BackupoptimizationisenabledinRMAN.Therecoverywindowissetto7daysinRMAN.ThemostrecentbackuptodiskfortheTOOLS
tablespace
wastakenonNovember3,2007
xuejiayue1105
·
2015-09-27 21:00
oracle
oracle11g
OCP
oracle-数据库
Oracle 11G 表空间
查询表空间信息1.1:查询数据字典视图DBA_
TABLESPACE
S获取数据库中个表空间的名称,状态,管理方式,区的分配方式,段的管理方式,表空间类型等基本信息。
raygtr
·
2015-09-25 17:18
oracle
表空间概述
Oracle 11G 表空间
查询表空间信息1.1:查询数据字典视图DBA_
TABLESPACE
S获取数据库中个表空间的名称,状态,管理方式,区的分配方式,段的管理方式,表空间类型等基本信息。
raygtr
·
2015-09-25 17:18
Oracle
表空间概述
Oracle
RMAN备份 CATALOG
在存储恢复目录的数据库创建表空间用于存储恢复目录schema及恢复目录数据(本文使用已经创建好的数据库catadb来存储恢复目录)SQL>create
tablespace
tbs_rmandatafile
llc018198
·
2015-09-24 10:26
oracle
备份和恢复
Oracle创建表空间、创建用户以及授权、查看权限
创建临时表空间CREATE TEMPORARY
TABLESPACE
test_tempTEMPFILE 'C:\oracle\product\10.1.0\oradata\orcl\test_temp01
feelwind
·
2015-09-24 09:00
oracle 常用命令
阅读更多1.创建表空间CREATE
TABLESPACE
TEDBDATAFILE'TEDB.dbf'SIZE200MAUTOEXTENDONEXTENTMANAGEMENTLOCALAUTOALLOCATE
yyyhhh0123
·
2015-09-23 14:00
oracle
常用命令
oracle 常用命令
1.创建表空间CREATE
TABLESPACE
TEDBDATAFILE'TEDB.dbf'SIZE200MAUTOEXTENDONEXTENTMANAGEMENTLOCALAUTOALLOCATE;CREATETEMPORARY
TABLESPACE
TEDB_tempTEMPFILE'TEDB_temp.dbf'SIZE20MAUTOEXTENDONEXTENTMANAGEMENTLOCALUNIF
yyyhhh0123
·
2015-09-23 14:00
oracle
常用命令
查询Oracle数据库段SEGMENT和对象大小
一、查询段类别:SELECTT.
TABLESPACE
_NAME,SEGMENT_TYPE,COUNT(1)FROMUSER_SEGMENTSTWHERE1=1GROUPBYT.
TABLESPACE
_NAME
铭记与追悔
·
2015-09-23 14:40
数据库Oracle
Oracle数据库表空间删除与重建
--删除MWS_IDX表空间DROP
TABLESPACE
MWS_IDXINCLUDINGCONTENTSANDDATAFILES;--如果是RAC环境,需要修改表空间存放的路径,如“+TMSDB/sgtms
PiaoShiSun
·
2015-09-23 10:03
数据库
Oracle常用查询语句
SELECT upper(f.
tablespace
_name) 表空间名, d.Tot_grootte_Mb "表空间大小(M)",
z530059964
·
2015-09-23 08:27
sql语句
Oracle管理
ocp-v13-488
QUESTION488YouaremanaginganOracleDatabase11gdatabasewiththeASMstorage.Thedatabaseishavingbigfile
tablespace
s.Youwantfilestoopenfasterandlessmemorytobeusedinthesharedpooltomanagetheextentmaps.Whatconfig
xuejiayue1105
·
2015-09-22 22:00
oracle
数据库
11g
OCP-V13-482
QUESTION482USER_DATAisanonencrypted
tablespace
thatcontainsasetoftableswithdata.YouwanttoconvertallexistingdataintheUSER_DATA
tablespace
andthenewdataintotheencryptedformat.Whichmethodswouldyouusetoachiev
xuejiayue1105
·
2015-09-22 22:00
oracle
oracle11g
OCP
Oracle中删除用户下所有对象的多种方法
方法1:dropuserXXXXcascade;drop
tablespace
XXXXINCLUDINGCONTENTS;方法2:写存储过程实现Oracle删除用户下所有对象的方法未必人人都会,下面就
haiross
·
2015-09-22 13:30
Oracle数据库基本管理
oracle安装升级与卸载
oracle开发SQL语句
oracle常用实验或管理脚本
Oracle中删除用户下所有对象的多种方法
方法1:dropuserXXXXcascade;drop
tablespace
XXXXINCLUDINGCONTENTS;方法2:写存储过程实现 Oracle删除用户下所有对象的方法未必人人都会,
haiross
·
2015-09-22 13:00
Oracle 查看索引表空间
1、查看表空间的使用情况 Java代码 select sum(bytes)/(1024*1024) as free_space,
tablespace
_name from dba_free_space
小七_Dream
·
2015-09-21 15:00
ocp-v13-684
YouareinformedthatsomeimportanttablesintheBILLING
tablespace
have
xuejiayue1105
·
2015-09-21 15:00
oracle
数据库
OCP
OCP-V13-690
Thedatabaseusersregularlycomplainaboutthedifficultyinperformingtransactions.Oninvestigation,youfindthatsomeusersperformlong-runningtransactionsthatconsumehugeamountsofspaceintheundo
tablespace
xuejiayue1105
·
2015-09-21 15:00
oracle11g
OCP
transactions
OCP-V13-699
Yourdatabaseisusingadefaulttemporary
tablespace
thatcontainsthetemp01.tmptemporaryfile.Alltheusersonthedatabaseusethedefaulttemporarytablspace.AuserissuesaqueryontheORDERStableandreceivesthefollowingerr
xuejiayue1105
·
2015-09-21 13:00
数据库
OCP
临时表空间
oracle11
OCP-V13-700
Auserreceivesthefollowingerrorwhileperformingalargevolumeofinsertsintoatable:TheissueisresolvedbyincreasingthespacequotaontheUSERS
tablespace
fortheuser.Buttheusermayperformsuchtransactio
xuejiayue1105
·
2015-09-21 13:00
oracle
oracle11g
OCP
oracle11
OCP-V13-702
QUESTION702703.GivenbelowareRMANcommandstoenablebackupoptimizationandsettheretentionpolicy:TheUSERS
tablespace
hasneverbeenbackedup.YoutaketheUSERS
tablespace
offlineonMonday.ViewtheExhibittoexaminetheope
xuejiayue1105
·
2015-09-21 13:00
rman
OCP
oracle11
人民搜索
OCP-V13-707
BecauseofalogicalcorruptionintheEMPLOYEStables,youwanttoperform
Tablespace
Point-in-TimeRecovery(TSPITR
xuejiayue1105
·
2015-09-21 12:00
oracle数据库导入导出09192255
/sqlplus/nolog4、输入:conn oracle/oracleassysdba5、创建表空间:create
tablespace
MOBILESERVERdatafile'/opt/oracl
黑夜小怪
·
2015-09-20 01:00
Oracle ORA-01658 Unable to Create INITIAL Extent for Segment in
Tablespace
SYSTE
uponattemptingtorunacreatetablestatementtheerror‘OracleORA-01658UnabletoCreateINITIALExtentforSegmentin
Tablespace
SYSTEM
iteye_10809
·
2015-09-19 20:32
Oracle ORA-01658 Unable to Create INITIAL Extent for Segment in
Tablespace
SYSTE
uponattemptingtorunacreatetablestatementtheerror‘OracleORA-01658UnabletoCreateINITIALExtentforSegmentin
Tablespace
SYSTEM
nicky19870612
·
2015-09-19 20:00
Oracle
ORA-01658
Unable
to
Create
INITIAL
Extent
for
Segment
in
Tablespace
SYSTE
Oracle ORA-01658 Unable to Create INITIAL Extent for Segment in
Tablespace
SYSTE
uponattemptingtorunacreatetablestatementtheerror‘OracleORA-01658UnabletoCreateINITIALExtentforSegmentin
Tablespace
SYSTEM
nicky19870612
·
2015-09-19 20:00
TO
oracle
in
for
tablespace
create
extent
segment
Unable
initial
ora-01658
SYSTE
Django中错误:django.core.exceptions.ImproperlyConfigured: ***DEFAULT_INDEX_
TABLESPACE
解决方
报错:django.core.exceptions.ImproperlyConfigured:RequestedsettingDEFAULT_INDEX_
TABLESPACE
,butsettingsarenotconfigured.YoumusteitherdefinetheenvironmentvariableDJANGO_SETTINGS_MODULEorcallsettings.config
qingyuanluofeng
·
2015-09-18 11:00
django
使用DATABASE Log off收集oracle 等待事件信息
实例级别的监控,一直开启并且低开销:建立基础表:create table sys.sesstat_history
tablespace
EOL as SELECT c.username,
llc018198
·
2015-09-17 15:03
oracle
等待事件
使用DATABASE Log off收集oracle 等待事件信息
实例级别的监控,一直开启并且低开销:建立基础表:create table sys.sesstat_history
tablespace
EOL as SELECT c.username,
llc018198
·
2015-09-17 15:03
oracle
等待事件
ORACLE创建用户并指定默认表空和默认临时表空间
北京逸天教育http://www.yitianjiaoyu.com 1.创建临时表空间 createtemporary
tablespace
tianlihu_temp tempfile'D:/Oracle
tianlihu
·
2015-09-15 16:00
上一页
75
76
77
78
79
80
81
82
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他