一个脱机(offline)的表空间不能被Oracle之外的工具打开或编辑。因此脱机表空间不能被移动到其他数据库中。 当某些错误发生时,Oracle会自动地将相关的联机表空间(online tablespace)切换到脱机(offline)状态。例如,当数据库写入进程(database writerprocess,DBWn)多次尝试向表空间的数据文件(datafile)写入失败后,Oracle就...
Information about Oracle Applications. Installation documentation.Looking Up Keywords by NameIf you know the name of a function, statement, database term, or other kind of keyword, you can look it up in an alphabetical list rather than doing a full-text search. This technique is especially ...
SQL> alter database rename file '/u01/app/oracle/ya.dbf' to '/picclife/app/hukou/data/ya.dbf'; SQL> alter tablespace ya online; ———***以上操作表空间***以下数据文件--- SQL> alter database datafile 7 offline; SQL> host cp /picclife/app/hukou/data/ya.dbf /picclife/app/hukou/...
DCSOPEN_TBS使用的数据文件状态已经置为OFFLINE。 3. 尝试查询已OFFLINE表空间: SQL> select * from test; select * from test * ERROR at line 1: ORA-00376: file 7 cannot be read at this time ORA-01110: data file 7: '/oracle/oradata_petest/petest/dcsopen_tbs01.dbf' 报错,提示此时数据文...
Search requires an Internet connection to Oracle.com and free registration on the Oracle Technology Network. If you do not have Internet access, use the Master Index or List of Books instead. Tip: Separate different search terms with AND or OR to search for multiple words or phrases. ...
SQL>alter database move datafile12to'/oracle/app/oracle/oradata/ORA12C/B727E6DDCF847CEDE0555D384BFF4A69/datafile/12_mv.dbf'; 通过分析发现其内部操作如下: 第一步:调用kcffo_movefile函数开始对数据文件进行online move,这个move期间session都会持有对应数据文件的MV锁。
Oracle8i Database Online Documentation (Release 8.1.7)
Oracle Database 19c 中的在线重组和重新定义功能使管理员可以高度灵活地修改表物理属性,以及改变数据和表结构,同时允许用户在这期间仍然能完全访问数据库。 概述 随着企业的网络化和电商化程度越来越高,应用停机将造成极大的损失,因此,高可用性计算解决方案变得越来越重要。Gartner Group 的研究结果表明,涉足电商业务的...
This functionality is not available for materialized views. MOVE ONLINE (12.2) Oracle Database 12c Release 2 (12.2) allows regular tables to be moved online, as describedhere. For more information see: Hope this helps. Regards Tim... Back to the Top....
注意,在10g以后,我们可以借助OMF(Oracle Managed File)对数据文件和日志文件进行透明化管理。Oracle会自动进行路径选择和名字命名。 SQL> alter database add logfile size 10m; Database altered SQL> show parameter create NAME TYPE VALUE --- --- --- create_bitmap_area_size integer 8388608 create_stored...