Oracle 1z0-062 Exam Practice Questions (P. 1)
- Full Access (382 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #1

You execute the following command:
SQL> ALTER TABLESPACE undotbs1 RETENTION NOGUARANTEE;
Which statement is true in this scenario?
- AUndo data is written to flashback logs after 1200 seconds.
- BInactive undo data is retained for 1200 seconds even if subsequent transactions fail due to lack of space in the undo tablespace.
- CYou can perform a Flashback Database operation only within the duration of 1200 seconds.
- DAn attempt is made to keep inactive undo for 1200 seconds but transactions may overwrite the undo before that time has elapsed.
D

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #2
1. The user account must be locked after five unsuccessful login attempts.
2. Data read per session must be limited for the user.
3. The user cannot have more than three simultaneous sessions.
4. The user must have a maximum of 10 minutes session idle time before being logged off automatically.
How would you accomplish this?
- Aby granting a secure application role to the user
- Bby implementing Database Resource Manager
- Cby using Oracle Label Security options
- Dby assigning a profile to the user
D

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #3
Which command would you execute to create the database link?
- ACREATE DATABASE LINK HQ USING 'HQ';
- BCREATE DATABASE LINK HQ CONNECT TO CURRENT_USER USING ‘HQ’;
- CCREATE PUBLIC DATABASE LINK HQ CONNECT TO scott IDENTIFIED BY tiger USING 'HQ';
- DCREATE DATABASE LINK HQ CONNECT TO scott IDENTIFIED BY tiger USING 'HQ';
C

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #4
- AThe job is terminated and the gathered statistics are not saved.
- BThe job is terminated but the gathered statistics are not published.
- CThe job continues to run until all statistics are gathered.
- DThe job is terminated and statistics for the remaining objects are collected the next time the maintenance window opens.
D
The stop_on_window_close attribute controls whether the GATHER_STATS_JOB continues when the maintenance window closes. The default setting for the stop_on_window_close attribute is TRUE, causing Scheduler to terminate GATHER_STATS_JOB when the maintenance window closes. The remaining objects are then processed in the next maintenance window.
References:
https://docs.oracle.com/cd/B19306_01/server.102/b14211/stats.htm#g49431

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #5
Applications will connect to the database via a middle tier.
The number of concurrent user connections will be high.
The database will have mixed workload, with the execution of complex BI queries scheduled at night.
Which DBCA option must you choose to create the database?
- Aa General Purpose database template with default memory allocation
- Ba Data Warehouse database template, with the dedicated server mode option and AMM enabled
- Ca General Purpose database template, with the shared server mode option and Automatic Memory Management (AMM) enabledMost Voted
- Da default database configuration
C
References:

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #6
- AAn extent contains data blocks that are always physically contiguous on disk.
- BAn extent can span multiple segments.
- CEach data block always corresponds to one operating system block.
- DIt is possible to have tablespaces of different block sizes.
- EA data block is the smallest unit of I/O in data files.
DE
References:

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #7
- AA segment cannot span data files.
- BA data file can belong to only one tablespace.
- CAn extent cannot span data files.
- DThe size of an Oracle data block in a data file should be the same as the size of an OS block.
BC
A single extent can never span data files.
https://docs.oracle.com/database/121/CNCPT/logical.htm#CNCPT1095

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #8
- AIt writes when it receives a signal from the checkpoint process (CKPT).
- BIt writes concurrently to all members of multiplexed redo log groups.
- CIt writes after the Database Writer process writes dirty buffers to disk.
- DIt writes when a user commits a transaction.
D
References:
http://docs.oracle.com/cd/B19306_01/server.102/b14220/process.htm
(see log writer process (LGWR))

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #9
Which connection method guarantees that this requirement is met?
- Aconnecting by using an external naming method
- Bconnecting by using the easy connect method
- Ccreating a service in the database by using the dbms_service.create_service procedure and using this service for creating a local naming service
- Dconnecting by using the local naming method with the server = dedicated parameter set in the tnsnames.ora file for the net service
- Econnecting by using a directory naming method
D

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #10
- Apartitioning the table
- Bcreating an invisible index
- Cupdating the table by using an update statement
- Dcreating a public synonym
- Ecreating a view
DE
http://docs.oracle.com/cd/B28359_01/server.111/b28310/tables013.htm#ADMIN01507
You can, for example select, join, or sort external table data. You can also create views and synonyms for external tables. However, no DML operations
(UPDATE, INSERT, or DELETE) are possible, and no indexes can be created, on external tables.

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
All Pages