自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

jiayue's BLOG

联系邮箱

  • 博客(974)
  • 资源 (40)
  • 收藏
  • 关注

翻译 ocp-508

QUESTION NO: 508 You need to configure fine-grained access control to external network resources from within your database. You create an access control list (ACL) using the DBMS_NETWORK_ACL_ADMIN p

2015-10-19 08:38:13 1009

翻译 ocp-507

QUESTION NO: 507 You are working on a CATDB database that contains an Oracle Database version 11.1 catalog schema owned by the user RCO11. The INST1 database contains an Oracle Database version 10.1

2015-10-19 08:38:01 841

翻译 ocp-506

QUESTION NO: 506 Examine the section of the Health Check report given below:DBMS_HM.GET_RUN_REPORT(‘HM_RUN_1061’) Run Name : HM_RUN_1061 Run Id : 1061 Check Name : Data Block Integrity Check Mode : R

2015-10-19 08:37:47 761

翻译 ocp-505

QUESTION NO: 505 Which three components does the Scheduler use for managing tasks within the Oracle environment? (Choose three.) A. a job B. a program C. a schedule D. a PL/SQL procedure Answer:

2015-10-19 08:37:33 750

翻译 ocp-504

QUESTION NO: 504Your database is in ARCHIVELOG mode. You have two online redo log groups, each of which contains one redo member. When you attempt to start the database, you receive the following erro

2015-10-19 08:37:19 715

翻译 ocp-503

QUESTION NO: 503 You plan to have a larger moving window size for the default system-defined moving window baseline because you want to use the adaptive threshold. Which statement factors in this con

2015-10-19 08:37:06 787

翻译 ocp-502

QUESTION NO: 502 While deploying a new application module, the software vendor ships the application software along with appropriate SQL plan baselines for the new SQLs being introduced. Which two st

2015-10-19 08:36:53 1029

翻译 ocp-501

QUESTION NO: 501 The following databases are registered in the base recovery catalog: PROD1, PROD2, and PROD3. The database user CATOWNER owns the base recovery catalog. You want a new user VPC1 to h

2015-10-19 08:36:38 960

翻译 ocp-500

QUESTION NO: 500 In your database, the LDAP_DIRECTORY_SYSAUTH initialization parameter has been set to YES and the users who need to access the database as DBAs have been granted SYSDBA enterprise ro

2015-10-19 08:35:33 1089

翻译 ocp-499

QUESTION NO: 499 While tuning a SQL statement, the SQL Tuning Advisor finds an existing SQL profile for the statement that has stale statistics available. What would the optimizer do in this situatio

2015-10-18 16:06:44 1219

翻译 ocp-498

QUESTION NO: 498? View the Exhibit for some of the parameter settings. You start a session and issue the following command: SQL>CREATE INDEX emp_ename ON emp(ename) TABLESPACE users INVISIBLE; Wha

2015-10-18 16:06:32 1102

翻译 ocp-497

QUESTION NO: 497 You perform the following activities during the database upgrade from Oracle Database 10g to Oracle Database 11g: 1. Capture plans for a SQL workload into a SQL Tuning Set (STS) be

2015-10-18 16:05:53 1606

翻译 ocp-496

QUESTION NO: 496 Which statement about using RMAN stored scripts is true? A. To create and execute an RMAN stored script, you must use a recovery catalog. B. When executing a stored script and a c

2015-10-18 16:05:38 1078

翻译 ocp-495

QUESTION NO: 495Which tuning tool recommends how to optimize materialized views so that these views can take advantage of the general query rewrite feature? A. Segment Advisor B. SQL Access Advisor

2015-10-18 16:05:27 1031

翻译 ocp-494

QUESTION NO: 494 Observe the following warning in an RMAN session of your database instance: WARNING: new failures were found since last LIST FAILURE command Which statement describes the scenario t

2015-10-18 16:05:13 1110

翻译 ocp-493

QUESTION NO: 493 You decided to use Direct NFS configuration in a non-RAC Oracle installation and created the oranfstab file in /etc. Which two statements are true regarding this oranfstab file? (Cho

2015-10-18 16:04:59 1837

翻译 ocp-492

QUESTION NO: 492 ENCRYPT_TS is an encrypted tablespace that contains tables with data. Which statement is true regarding the effect of queries and data manipulation language (DML) statements on the e

2015-10-18 16:04:46 1133

翻译 ocp-491

QUESTION NO: 491What are the recommendations for Oracle Database 11g installation to make it Optimal Flexible Architecture (OFA)-compliant? (Choose all that apply.) A. ORACLE_BASE should be set expl

2015-10-18 16:04:22 1798

翻译 ocp-490

QUESTION NO: 490 You are managing the APPPROD database as a DBA which is not using the Oracle-managed files. You plan to duplicate this database in the same system with the name DUPDB.You want to cre

2015-10-18 16:00:33 1392

翻译 ocp-489

QUESTION NO: 489 You are maintaining the SALES database. You have added a new disk to a disk group. Automatic Storage Management performs the rebalancing activity. You want to speed up the rebalancin

2015-10-18 16:00:17 1129

翻译 ocp-488

QUESTION NO: 488 Evaluate the following command: SQL> CREATE TABLE design_data (id NUMBER,doc CLOB) LOB(doc) STORE AS SECUREFILE(DEDUPLICATE) ; Which statement is true regarding the above command?

2015-10-18 15:59:54 1866

翻译 ocp-487

QUESTION NO: 487 The Oracle Database 11g database is running in the ARCHIVELOG mode. The archived redo log files are stored on three locations. The Flash Recovery Area is one of the locations. The de

2015-10-18 15:59:41 842

翻译 ocp-486

QUESTION NO: 486 View the Exhibit to examine the error while executing the REPAIR FAILURE command in an RMAN session. What is the reason for this error?A. Another repair session is running concurre

2015-10-18 15:59:27 1334

翻译 ocp-485

QUESTION NO: 485 Evaluate the following SQL statement used to create the PRODUCTS table:CREATE TABLE products (product_id NUMBER(3) PRIMARY KEY, product_desc VARCHAR2(25), qty NUMBER(8,2), rate NUM

2015-10-18 15:59:12 1588 1

翻译 ocp-484

QUESTION NO: 484 You set the following parameters in the parameter file and restarted the database: MEMORY_MAX_TARGET=0 MEMORY_TARGET=500M PGA_AGGREGATE_TARGET=90M SGA_TARGET=270M Which two stateme

2015-10-18 15:58:57 961

翻译 ocp-483

QUESTION NO: 483 You are managing an Oracle 11g database with ASM storage, for which the COMPATIBLE initialization parameter is set to 11.1.0. In the ASM instance, the COMPATIBLE.RDBMS attribute for

2015-10-18 15:58:41 1405

翻译 ocp-482

QUESTION NO: 482 You are working on a 24X7 database. You want to design a backup strategy for your database that uses user managed backups. You want to be able to perform all backups while the databa

2015-10-18 15:58:06 692

翻译 ocp-481

QUESTION NO: 481 View the Exhibit to examine the replay settings for replay parameters. What is the implication for setting the values for replay parameters? (Choose all that apply.) A. The COMMIT

2015-10-18 15:57:31 916

翻译 ocp-480

QUESTION NO: 480 Identify the activities performed as part of the Automatic SQL Tuning process in the maintenance window? (Choose all that apply.) A. generating the SQL profile B. testing and acce

2015-10-18 09:43:29 1387

翻译 ocp-479

QUESTION NO: 479 You issued the following command: CREATE GLOBAL TEMPORARY TABLE admin_work_area (startdate DATE, enddate DATE, class CHAR(20)) ON COMMIT DELETE ROWS TABLESPACE tbs_t1; An index

2015-10-18 09:43:11 882

翻译 ocp-478

QUESTION NO: 478 The BOOKINGS table contains online booking information. When a booking is confirmed, the details are transferred to an archival table BOOKINGS_HIST and deleted from the BOOKINGS tabl

2015-10-18 09:42:54 801

翻译 ocp-477

QUESTION NO: 477 The following command is executed to create the baseline template: SQL> EXECUTE DBMS_WORKLOAD_REPOSITORY.CREATE_BASELINE_TEMPLATE(START_TIME=> TO_TIMESTAMP(SYSDATE+2),END_TIME=>T

2015-10-18 09:42:40 899

翻译 ocp-476

QUESTION NO: 476 You have enabled resumable space allocation in your database by setting the RESUMABLE_TIMEOUT parameter set to a nonzero value. Which three statements about resumable space allocat

2015-10-18 09:42:25 1535

翻译 ocp-475

QUESTION NO: 475 The SQL Tuning Advisor has been configured with default configurations in your database instance. Which recommendation is automatically implemented without the DBA’s intervention aft

2015-10-18 09:42:08 1111

翻译 ocp-474

QUESTION NO: 474 Which statements are true regarding the system-defined moving window baseline in Oracle Database 11g? (Choose all that apply.) A. It does not allow you to change the moving window

2015-10-18 09:41:49 830

翻译 ocp-473

QUESTION NO: 473 You issue the following RMAN command to set a retention policy on a database: RMAN>CONFIGURE RETENTION POLICY TO REDUNDANCY 2; What will be the outcome of issuing this command? A. A

2015-10-18 09:41:35 692

翻译 ocp-472

QUESTION NO: 472 Examine the output of the query that you executed to list the objects in the recycle bin: You verified that no table named SALES_TAB exists in the schema. Then you executed the foll

2015-10-18 09:41:21 799

翻译 ocp-471

QUESTION NO: 471? Which tasks are run automatically as part of the Automated Maintenance Task by default? (Choose all that apply.) A. Segment Advisor B. SQL Access Advisor C. Optimizer statistics

2015-10-18 09:40:59 705

翻译 ocp-470

QUESTION NO: 470 Examine the following set of RMAN commands: RMAN> CONFIGURE CHANNEL dc1 DEVICE TYPE DISK FORMAT . /u02 /backup/ %U’ ,” RMAN> RUN ( ALLOCATE CHANNEL Chi DEVICE TYPE DISK; EXECUTE S

2015-10-18 09:40:20 788

翻译 ocp-469

QUESTION NO: 469 You are using Recovery Manager (RMAN) for backup and recovery operations with a recovery catalog. You have been taken database backups every evening. On November 15, 2007, at 11:30 A

2015-10-18 09:40:03 722

华为云架构师H13_821考试资料独一份带备注的

华为云架构师H13_821考试资料独一份带备注的 HCIP-Cloud Service Solutions Architect V2.0 Chinese Simplified

2020-11-03

软件开发常用图标ico.zip

软件开发常用图标ico,整理过后的,600个左右,都是常用的,分享

2019-05-24

微信公众平台搭建与开发揭秘2版代码

微信公众平台搭建与开发揭秘2版代码

2015-10-31

业务数据的分析方法

业务数据的分析方法

2014-02-09

NC人员档案导入后生成人员编码问题处理

NC人员档案导入后生成人员编码问题处理

2014-01-22

修改NC启用后的核算账簿以及启用时间修改SQL

修改NC启用后的核算账簿以及启用时间修改SQL

2013-12-30

通用USB2.0驱动

通用USB2.0驱动

2013-11-16

win7 hlp 补丁 64位

win7 hlp 补丁 64位

2013-05-20

win7 hlp 补丁32位

win7 hlp 补丁32位

2013-05-20

oa-ecology帮助文件

oa ecology 帮助 完整的一套泛微协同商务系统(e-cology)包括多个模块,每个模块有多个部件, 通过整合,它们形成一个完全集成的基于WEB的方案。e-cology包括:知识文档管理、客户关系管理、人力资源管理、资产管理、项目管理、财务管理、工作流程管理

2013-05-04

PLSQL做排名的语句样本.tar

PL/SQL做排名的语句样本

2013-05-04

MySQL5.1参考手册官方简体中文版

MySQL5.1参考手册官方简体中文版

2013-05-04

NetTerm5.4-绿色支持WIN7免注册

NetTerm5.4-绿色支持WIN7免注册 中文支持好 还支持 WIN7 64位 系统 绿色免安装

2012-11-03

海信电视和电脑的无线传屏技术

海信电视和电脑的无线传屏技术 海信电视和电脑的无线传屏技术

2012-04-25

pb读取硬盘序号并做注册机_上传

pb读取硬盘序号并做注册机_上传 pb读取硬盘序号并做注册机_上传

2012-04-25

简单实现仿Outlook界面PB程序

PB程序 pOWERBUILDER 简单实现仿Outlook界面PB程序, 非常好用的

2012-04-25

pb读写注册表

pb读写注册表 实现自动配置ODBC 直接带 workspace 直接打开使用的版本

2011-11-27

PowerBuilder数据库开发教程[实验]

PowerBuilder数据库开发教程[实验]. PowerBuilder数据库开发教程[实验]. ppt

2011-11-13

PowerBuilder数据库开发教程

PowerBuilder数据库开发教程 PowerBuilder数据库开发教程 PPT

2011-11-13

PowerBuilder数据库应用系统开发教程课件

PowerBuilder数据库应用系统开发教程-kejian.

2011-11-13

foxit PDF Creator注册方法

foxit PDF Creator注册方法

2011-09-14

c#父子窗口的应用程序源代码

父子窗口的应用程序源代码.rar 父子窗口的应用程序源代码.rar 父子窗口的应用程序源代码.rar

2011-08-31

c# outlook风格窗口

c# outlook风格窗口 c# outlook风格窗口 c# outlook风格窗口

2011-08-30

c#右键菜单使用源代码

c#右键菜单使用源代码 免费源代码 实现右键菜单 最简单方式

2011-08-28

c#带历史信息菜单源代码.rar

c#带历史信息菜单源代码. C#带历史信息菜单源代码.rarc#带历史信息菜单源代码.rar

2011-08-28

UEStudio9语法高亮wf.zip

UEStudio9语法高亮 非常非常的有用的

2011-08-15

网页特效代码集锦很多很炫效果

网页特效代码集锦 网页特效代码集锦 一个中间是图片的十字瞄准线,线条粗细也可变.html \一个在页面上蠕动的怪圈,可以变换一下颜色.txt \一个弹簧卷轴的页面特效,出现的文字象弹簧一样向上卷.txt \一个更详细的导航脚本,放多少友情链接也无所谓.htm \一个用图标做的按钮,鼠标放上去自动使页上下移动.txt \一个经典的页面转换效果.txt \一个跟随鼠标的叠影文字.htm \一个输入框中的文字不停变换形式输出.txt \一个边旋转边变色的小圆圈,而且还翻滚.txt \一定区域内使几张图片循环显示.html \一段彩色的文字,javascript自动生成,而且每几个字就渐变一次.txt \一种极酷的页面飞絮,中间是带亮点的,并非图片效果.htm \下拉.html \你输入某个图片的地址,脚本就能打开它并且回馈图片的一些属性.txt \使图片带水纹倒影的特效.html \使图片显示出现各种不同效果的程序.html \图像在页面上来回漂浮.txt \图片在网页上飞来飞去.txt \在页面上显示水韵效果.txt \在页面上模拟下雨的情景.txt \在页面中嵌入一个新的页面,而且导航条也会自动生成.html \多层的下拉式菜单.txt \字符变色.txt \小巧实用的鼠标时钟.txt \屏幕翻滚导航脚本,就像放电视.txt \散乱的文字攻击鼠标的效果.html \文字从页面中由小到大一个个变色出现.txt \文字在状态栏慢慢显示,到最左边时快速消失.txt \新建 文本文档 (2).html \新建 文本文档.txt \时钟.txt \星空.txt \模糊的导航文字,鼠标放上去后文字有变化效果.txt \烛光文字.txt \用一个按钮驱动页面向右滚屏.txt \用按钮控制文字的输出,可以是一大篇文章,也可以调节输出速度.txt \象陨石一样的星星从页面内部飞出来.html \贪吃蛇行文字.txt \跟随页面弹出的窗口在规定时间内自动关闭,而且不作任何提示.txt \跟随鼠标的彩色星星.txt \载入页面等待,有计数器显示.txt \雪花环绕.html \页面上出现许多晶莹的水泡,而且相互撞击反弹.html \页面分不同颜色左右打开.html \页面左右象百页窗一样地打开.html \页面象马赛克一样一块一块地慢慢打开.html \鱼吐吐泡泡.html \鼠标上浮现漂浮的气泡.html \鼠标周围的旋转鼠标.txt

2010-07-23

CSharp2005技术内幕源代码

CSharp2005技术内幕源代码 CSharp2005技术内幕源代码 KEVIN HOFFMAN

2010-07-21

代码行统计工具LINECOUNT

代码行统计工具 代码行统计工具LINECOUNT 代码行统计工具LINECOUNT

2010-07-21

windows下查看LINUX文件.zip

windows下查看LINUX文件.zip 好几好用 绿色的

2010-06-09

.NET数据库通用接口SQLSERVER和ORACLE

.NET数据库通用接口SQLSERVER和ORACLE.net,c#,SQLSERVER,ORACLE 支持两种数据的通用类

2009-12-19

足球比赛网站!!!!

vb做的.net网站,里面还有电子商务,是个不错的学习。NET的好网站,希望对大家有用!!!

2009-12-07

WIN2003下IIS6安装包

WIN2003下IIS6安装包 可以让你的没有系统光盘的情况下 安装II6

2009-09-04

.NET 2.0 中文语言包

.NET 2.0 中文语言包 让你做的系统的程序可以自动显示中文

2009-09-04

《ASP.NET 2.0项目开发第一步——UML+C#与VB双语+Crystal Reports》光盘

ASP.NET UML 源文件 C# VB.NET

2009-08-15

mod_jk.so

mod_jk.so

2007-06-09

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除