Valid 1Z0-084 Dumps shared by ExamDiscuss.com for Helping Passing 1Z0-084 Exam! ExamDiscuss.com now offer the newest 1Z0-084 exam dumps, the ExamDiscuss.com 1Z0-084 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1Z0-084 dumps with Test Engine here:
You need to transport performance data from a Standard Edition to an Enterprise Edition database. What is the recommended method to do this?
Correct Answer: D
To transport performance data from an Oracle Database Standard Edition, which uses Statspack, to an Enterprise Edition database, which uses AWR, you must consider the compatibility of data structures and repository schemas between these tools. The recommended method is: * D (Correct):Export the data using theexputility with a parameter file appropriate for Statspack (like spuexp.par) from the Statspack repository and import it into a dedicated Statspack schema on the destination. Since Statspack and AWR use different schemas, it's not recommended to import Statspack data directly into the AWR repository. The other options are incorrect because: * A (Incorrect):expdpis not designed to export from Statspack, andawrloadis intended for loading from an AWR export file, not a Statspack export. * B (Incorrect):Althoughexpdpandimpdpare used for exporting and importing data, the AWR repository schema is different from the Statspack schema, so importing Statspack data directly into the AWR repository is not recommended. * C (Incorrect):Usingexpdpto export from Statspack and then importing directly into the AWR repository is not the correct approach due to the schema differences between Statspack and AWR. References: * Oracle Database Performance Tuning Guide:Migrating from Statspack to AWR