码迷,mamicode.com
首页 >  
搜索关键字:ocp oracle12c    ( 1339个结果
OCP换题库了,最新052考试题库及答案整理-60
60、Which two are true about UNDO data? A. Inactive UNDO is never written to disk. B. Active UNDO is always kept in memory C. Only DML statements gener ...
分类:其他好文   时间:2018-09-17 12:32:06    阅读次数:150
OCP换题库了,最新052考试题库及答案整理-59
59、In which two cases is a consistent database backup created? A. when the RMAN BACKUP command is used while the database is OPEN READ ONLY B. when th ...
分类:其他好文   时间:2018-09-17 11:40:45    阅读次数:428
OCP换题库了,最新052考试题库及答案整理-58
58、Examine this session output: SQL> connct scott/tiger Connected. SQL> select name,value from V$parameter where name='audit_trail'; NAME VALUE audit_ ...
分类:其他好文   时间:2018-09-17 11:33:45    阅读次数:246
VBA连接Oracle12c数据库
1.客户端必须安装对应oracle版本的client 2.excel中按如下操作添加组件 '请先添加引用:工具-引用-Microsoft ActiveX Data Objects 2.8 'Library,Microsoft ActiveX Data Objects Recordset 2.8 Li ...
分类:数据库   时间:2018-09-15 23:21:35    阅读次数:1131
Java 调用翻译软件实现英文文档翻译
前言:因最近要进行OCP的考试准备。看着大堆英文文档确实有些疼痛。又因文档内容有点大,又需要逐一去翻译 又很费时费力。于是 百度了一番,找到一些 可以使用Java来调用百度翻译软件的API( 注:(官方标注)每月前200万字不要钱,49元/月) 。于是就自己手动的修改了一番。然后就使用。Java调用... ...
分类:编程语言   时间:2018-09-15 19:22:34    阅读次数:423
海量数据查询关系型数据库存储大数据,要点就是:简单存储、分区分表、高效索引、批量写入
海量数据查询 https://www.cnblogs.com/nnhy/p/DbForBigData.html 相当一部分大数据分析处理的原始数据来自关系型数据库,处理结果也存放在关系型数据库中。原因在于超过99%的软件系统采用传统的关系型数据库,大家对它们很熟悉,用起来得心应手。 在我们正式的大数 ...
分类:数据库   时间:2018-09-14 12:00:33    阅读次数:363
OCP换题库了,最新052考试题库及答案整理-52
52、In one of your databases: 1. USER1 and USER2 have no system privileges. 2. ROLE1 only has these privileges: * create session * create table * creat ...
分类:其他好文   时间:2018-09-13 11:02:14    阅读次数:156
OCP换题库了,最新052考试题库及答案整理-46
46、Which three are true about undo segments and undo tablespaces in the same database and instance? A. Multiple transactions run by the same Oracle us ...
分类:其他好文   时间:2018-09-12 11:12:01    阅读次数:251
数据库备份恢复--恢复控制文件
现象: 1.数据库无法mount SYS@ocp> alter database mount; alter database mount*ERROR at line 1:ORA-00205: error in identifying control file, check alert log for ...
分类:数据库   时间:2018-09-10 22:24:25    阅读次数:267
数据库备份恢复--恢复普通表空间上的数据文件
恢复前提: 1.数据库存在完整可用的备份 2.手动删除user表空间的数据文件(非system和undo表空间) 影响范围: 1.数据库正常读写 2.数据文件对象无法访问 3.需要将表空间脱机,一段时间内对象无法访问 1.查看数据库数据文件 SYS@ocp> select name from v$d ...
分类:数据库   时间:2018-09-09 15:03:11    阅读次数:304
1339条   上一页 1 ... 40 41 42 43 44 ... 134 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!