Oracle 1z0-082 Exam Practice Questions (P. 5)
- Full Access (178 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 #21
Which four account management capabilities can be configured using Oracle profiles? (Choose four.)
- Athe number of hours for which an account is locked after the configured number of login attempts has been reached
- Bthe number of days for which an account may be inactive before it is lockedMost Voted
- Cthe maximum amount of CPU time allowed for a user's sessions before their account is locked
- Dthe ability to prevent a password from ever being reusedMost Voted
- Ethe number of password changes required within a period of time before a password can be reusedMost Voted
- Fthe number of days for which an account is locked after the configured number of login attempts has been reachedMost Voted
- Gthe maximum number of sessions permitted for a user before the account is locked
Correct Answer:
ADEF
ADEF

In Oracle profiles, you've got various options to manage and secure user accounts effectively. Oracle profiles let you configure PASSWORD_LOCK_TIME to decide how many days an account remains locked after too many unsuccessful login tries (Point F). For password management, the settings PASSWORD_REUSE_MAX and PASSWORD_REUSE_TIME aid in preventing passwords from being reused too soon or too often (Point D and E). These configurations are crucial for maintaining strict security protocols and ensuring that users adhere to best password practices. Remember, these profile settings are designed to boost security while managing user efficiency and access rigorously.
send
light_mode
delete
Question #22
Which three statements are true about single-row functions? (Choose three.)
- AThey can be used only in the WHERE clause of a SELECT statement
- BThe argument can be a column name, variable, literal or an expressionMost Voted
- CThe data type returned can be different from the data type of the argumentMost Voted
- DThey can be nested to any levelMost Voted
- EThey can accept only one argument
- FThey return a single result row per table
Correct Answer:
BCD
BCD

The correct choices, B, C, and D, illustrate the versatility and functionality of single-row functions in Oracle SQL. Option B is accurate because single-row functions can indeed accept various inputs such as column names, literals, or expressions, making them highly adaptable in queries. For instance, you can use expressions like `LOWER(TO_DATE('12-JAN-08','DD-MONTH-RR'))`. Option C is also true since functions like `LENGTH` or `MONTHS_BETWEEN` may return a data type different from their argument's type, enhancing data processing capabilities. Lastly, option D highlights the functionality of deep nesting with no documented limits on levels, allowing complex calculations and data manipulation within a single query. This flexibility in input types, return types, and nesting capabilities underline the power of single-row functions in data querying and manipulation.
send
light_mode
delete
Question #23
You want to use table compression suitable for OLTP that will:
1. Compress rows for all DML statements on that table
2. Minimize the overheads associated with compression
Which compression option is best suited for this?
1. Compress rows for all DML statements on that table
2. Minimize the overheads associated with compression
Which compression option is best suited for this?
- ACOLUMN STORE COMPRESS FOR QUERY LOW
- BROW STORE COMPRESS BASIC
- CCOLUMN STORE COMPRESS FOR ARCHIVE LOW
- DCOLUMN STORE COMPRESS FOR ARCHIVE HIGH
- EROW STORE COMPRESS ADVANCEDMost Voted
Correct Answer:
E
Reference:
https://www.oracle.com/technetwork/database/options/compression/advanced-compression-wp-12c-1896128.pdf
E
Reference:
https://www.oracle.com/technetwork/database/options/compression/advanced-compression-wp-12c-1896128.pdf
send
light_mode
delete
Question #24
Which two statements are true about space-saving features in an Oracle Database? (Choose two.)
- APrivate Temporary Tables (PTTS) store metadata in memory onlyMost Voted
- BAn index created with the UNUSABLE attribute has no segmentMost Voted
- CIf they exist for a session, Private Temporary Tables (PTTs) are always dropped at the next COMMIT OR ROLLBACK statement
- DAn index that is altered to be UNUSABLE will retain its segment
- EA table that is truncated will always have its segment removed
Correct Answer:
BC
BC
send
light_mode
delete
Question #25
Which two statements are true about the PMON background process? (Choose two.)
- AIt registers database services with all local and remote listeners known to the database instance
- BIt frees resources held by abnormally terminated processesMost Voted
- CIt records checkpoint information in the control file
- DIt frees unused temporary segments
- EIt kills sessions that exceed idle timeMost Voted
Correct Answer:
AB
Reference:
https://docs.oracle.com/cd/B19306_01/server.102/b14220/process.htm
AB
Reference:
https://docs.oracle.com/cd/B19306_01/server.102/b14220/process.htm
send
light_mode
delete
All Pages