What should you use to achieve this?

Your database supports an online transaction processing (OLTP) application. The application is
undergoing some major schema changes, such as addition of new indexes and materialized
views. You want to check the impact of these changes on workload performance.
What should you use to achieve this?

Your database supports an online transaction processing (OLTP) application. The application is
undergoing some major schema changes, such as addition of new indexes and materialized
views. You want to check the impact of these changes on workload performance.
What should you use to achieve this?

A.
Database replay

B.
SQL Tuning Advisor

C.
SQL Access Advisor

D.
SQL Performance Analyzer

E.
Automatic Workload Repository compare reports

Explanation:
While an AWR report shows AWR data between two snapshots (or two points in
time), the AWR Compare Periods report shows the difference between two periods (or two AWR
reports with a total of four snapshots). Using the AWR Compare Periods report helps you to
identify detailed performance attributes and configuration settings that differ between two time
periods.
Reference: Resolving Performance Degradation Over Time



Leave a Reply 61

Your email address will not be published. Required fields are marked *


tamil

tamil

aNSWER IS SQL Performance Analyzer

JIm Wong

JIm Wong

http://docs.oracle.com/cd/B28359_01/server.111/b28275/tdppt_spia.htm#TDPPT202

Any global changes made on the system to test the performance effect may also affect other users of the system. For smaller changes, such as adding or dropping an index, the effect on other users may be acceptable. However, for systemwide changes, such as a database upgrade, using a production system is not recommended and should be considered only if a test system is unavailable. If a separate test system is available, then running SQL Performance Analyzer on the test system enables you to test the effects of the changes without affecting the production system.

To ensure that SQL Performance Analyzer can accurately analyze the SQL performance impact, the test system should be as similar to the production system as possible. For these reasons, running SQL Performance Analyzer on a test system is recommended and is the methodology described here. If you choose to run SQL Performance Analyzer on the production system, then substitute the production system for the test system where applicable.

Djuro

Djuro

There is no option D SQL Performance Analyser in exam. So I have choose E.

Thomas

Thomas

Answer should be A – DB Replay. Please note the question “check the impact of these changes on workload performance”. SPA only compare individual SQL performance

Liz

Liz

http://www.oracle.com/technetwork/articles/sql/11g-replay-099279.html

The main difference between these two tools is the scope involved: whereas Database Replay applies to the capture and replay of all (subject to some filtering) activities in a database, SQL Performance Analyzer allows you to capture specific SQL statements and replay them. (You can’t see or access specific SQLs captured in Database Replay, while in SQL Performance Analyzer you can.)

The questions is impact of major schema changes on workload performance. So it means specific sql statements such as addition of new indexes. Then maybe D is better?

kk

kk

A

krishna

krishna

did you managed to clear the oracle 12c upgrade exam using these qsns ?
i see lot of incorrect answers provided.

SUN

SUN

A is correct answer.

Jim

Jim

(A) – DB replay not OK because schema changed (new indexes, mvievs).

So the answer is E – AWR compare periods, which allows to compire performance before and after schema changes.

Tony

Tony

(D)

You can use the SQL Performance analyzer to analyze the SQL pefrmance impact of any type of system change.
. Database upgrades
. Configuration cahnge to the operating system, hardware, or database
. Database initialization parameter changes
. Schema changes such as adding new indexes or materialized views
. Gathering optimizer statistics
. SQL tuning actions, such as creating SQL profiles
http://docs.oracle.com/cd/B28359_01/server.111/b28318/intro.htm#CNCPT961

RS VASAN

RS VASAN

In Oracle Database 11g,the new Database Replay tool works like a DVR inside the database. Using a unique approach, it faithfully captures all database activity beneath the level of SQL in a binary format and then replays it either in the same database or in a different one (which is exactly what you would want to do prior to making a database change). You can also customize the capture process to include certain types of activity, or perhaps exclude some.
Database Replay delivers half of what Oracle calls Oracle Database 11g’s Real Application Testing option; the other half is provided by another tool, SQL Performance Analyzer. The main difference between these two tools is the scope involved: whereas Database Replay applies to the capture and replay of all (subject to some filtering) activities in a database, SQL Performance Analyzer allows you to capture specific SQL statements and replay them. (You can’t see or access specific SQLs captured in Database Replay, while in SQL Performance Analyzer you can.) The latter offers a significant advantage for SQL tuning because you can tweak the SQL statement issued by an application and assess its impact.

So B,C,D are ruled out.

AWR Compare period report gives the reason for degradation between 2 periods. Hence this cannot be answer to this question.
Hence I believe the correct answer is A (Database Replay). This is an OLTP app, and you want to see the impact of schema changes, index additions, etc., on the workload. Hence I am sure the answer is A.

dbaman

dbaman

D

http://docs.oracle.com/database/121/RATUG/GUID-F2920E05-3680-4699-B074-92DBEF682B70.htm#RATUG103

You can use the SQL Performance Analyzer to analyze the impact on SQL performance of any type of system changes, including:

Database upgrade
Database consolidation testing for pluggable databases (PDBs) and manual schema consolidation
Configuration changes to the operating system or hardware
Schema changes
Changes to database initialization parameters
Refreshing optimizer statistics
Validating SQL tuning actions

Bill

Bill

If no test system involved, it should be E.
Addition of new indexes and materialized views can be done in production and roll back easily if there is an issue.

J ANTONIO

J ANTONIO

there is no test system, so A is discarted, and sql performance analyze is over “SQL” workload, not overall workload so , does not check, so D is discarted, same B and C, so E is the correct

Esmael

Esmael

Database Replay
. Capture the workload for a database and replays it exactly on a test database
. Test your upgrade because you can capture actual workload in a production system, and then reply that workload in a test environment that includes the new OS and the new database objects.
Note. You need a backup of the original database as it looked before the capture started, so that database can be restored in your test environment.

SQL Performance Analyzer(SPA) can analyze the SQL performance impact of SQL tuning and other system changes. SPA is often used in conjunction with database replay, and allows you to execute test SQL statements to test system throughput.

Nagaraj

Nagaraj

D (SQL Performance Analyzer) is the correct answer:

https://docs.oracle.com/database/121/TGDBA/compare_stats.htm#TGDBA272

Schema change: Changing a schema, such as altering indexes or creating new ones, almost inevitably affects SQL performance. SQL Performance Analyzer enables you to determine the effect on SQL performance when making a schema change.

Peter

Peter

Looks like A is not right

You can use Database Replay to test any significant system changes, including:

Database and operating system upgrades

Database consolidation testing for PDBs and manual schema consolidation

Authoring and experimenting with various scenarios using workload scale-up

Configuration changes, such as conversion of a database from a single instance to an Oracle Real Application Clusters (Oracle RAC) environment

Storage, network, and interconnect changes

Operating system and hardware migrations

Peter

Peter

I think D is the correct answer

You can use the SQL Performance Analyzer to analyze the impact on SQL performance of any type of system changes, including:

Database upgrade
Database consolidation testing for pluggable databases (PDBs) and manual schema consolidation
Configuration changes to the operating system or hardware
Schema changes —*****–
Changes to database initialization parameters
Refreshing optimizer statistics
Validating SQL tuning actions

bne

bne

Answer A: in Exam only 4 answers (without SQL Performance Analyser).
I passed today the exam with 88% and 93%

A is the right answer

pub789

pub789

Hi bne,

Can you please share some more questions ?

Thanks,

Google

Google

One of our visitors not too long ago advised the following website.

Fenster und Turen

Fenster und Turen

Sites of interest we’ve a link to

plovdiv

plovdiv

Wonderful story, reckoned we could combine some unrelated information, nonetheless really worth taking a appear, whoa did a single study about Mid East has got additional problerms at the same time

make a app

make a app

usually posts some really intriguing stuff like this. If you are new to this site

SEO services in Lahore

SEO services in Lahore

Here is an excellent Blog You may Come across Exciting that we Encourage You

how to make a app

how to make a app

always a major fan of linking to bloggers that I like but dont get lots of link like from

how to make an app

how to make an app

Here are a few of the websites we advise for our visitors

satta matka

satta matka

Wonderful story, reckoned we could combine a couple of unrelated data, nonetheless seriously really worth taking a appear, whoa did one particular study about Mid East has got much more problerms at the same time

blue lava rock

blue lava rock

always a huge fan of linking to bloggers that I really like but do not get a good deal of link really like from

Funny VIdeos

Funny VIdeos

Wonderful story, reckoned we could combine a couple of unrelated information, nonetheless definitely worth taking a look, whoa did a single understand about Mid East has got additional problerms too

SEO services in Lahore

SEO services in Lahore

we prefer to honor quite a few other net sites on the web, even though they arent linked to us, by linking to them. Underneath are some webpages really worth checking out

app builder

app builder

the time to read or go to the content or web sites we have linked to beneath the

受注管理システム

受注管理システム

The details talked about within the report are several of the very best accessible

Hakim

Hakim

The key words here are:
– undergoing in “The application is undergoing some major schema changes”. So we are not in prod yet.
– “check the impact”
So the answer should be Database Replay : A

Computer Repairs NJ

Computer Repairs NJ

always a big fan of linking to bloggers that I love but dont get quite a bit of link appreciate from

Jewelry

Jewelry

below you will discover the link to some web pages that we consider it is best to visit

プラセンタ

プラセンタ

we like to honor lots of other world wide web sites around the internet, even when they arent linked to us, by linking to them. Below are some webpages worth checking out

プラセンタ

プラセンタ

Every after inside a while we select blogs that we study. Listed below would be the latest websites that we pick

legitimate work from home jobs

legitimate work from home jobs

very handful of web sites that come about to become comprehensive below, from our point of view are undoubtedly nicely worth checking out

laptop

laptop

check below, are some entirely unrelated internet websites to ours, nonetheless, they are most trustworthy sources that we use

personalised wedding fans

personalised wedding fans

one of our visitors not long ago advised the following website

lanka hot news

lanka hot news

usually posts some very interesting stuff like this. If youre new to this site

prefab homes suppliers

prefab homes suppliers

usually posts some very intriguing stuff like this. If you are new to this site

cats

cats

that could be the end of this post. Right here you will obtain some sites that we think you will enjoy, just click the hyperlinks over

Flat Belly Fast DVD Review

Flat Belly Fast DVD Review

very few sites that happen to be comprehensive below, from our point of view are undoubtedly very well really worth checking out

Personality Test Online FREE

Personality Test Online FREE

we prefer to honor many other world-wide-web web-sites around the net, even when they arent linked to us, by linking to them. Beneath are some webpages worth checking out

TAXI DUBROVNIK

TAXI DUBROVNIK

Here is a great Weblog You may Find Interesting that we Encourage You

Toned In Ten Review

Toned In Ten Review

one of our visitors not too long ago proposed the following website

Online travel agency

Online travel agency

The info mentioned within the write-up are a few of the very best obtainable

Drug and alcohol rehabilitation

Drug and alcohol rehabilitation

the time to read or visit the material or web-sites we’ve linked to beneath the

sex toys for men

sex toys for men

always a massive fan of linking to bloggers that I like but dont get quite a bit of link adore from

survey sites

survey sites

Here are some of the web-sites we advise for our visitors

uk penny auctions

uk penny auctions

always a massive fan of linking to bloggers that I enjoy but dont get a great deal of link appreciate from

k

k

D

Schema change

Changing a schema, such as altering indexes or creating new ones, almost inevitably affects SQL performance. SQL Performance Analyzer enables you to determine the effect on SQL performance when making a schema change.