|
INTERVIEW QUESTIONS
ORACLE
DETAILS
Question: Which dictionary view shows the password expiration date for a user?
Answer: The DBA_USERS view shows the password expiration date, account status, and locking date along with the user’s table space assignments, profile, creation date, etc.
|
|
|
Category |
Oracle Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 7998 users |
Added on |
7/7/2010 |
Views |
67931 |
Rate it! |
|
|
Question:
Which dictionary view shows the password expiration date for a user?
Answer:
The DBA_USERS view shows the password expiration date, account status, and locking date along with the user’s table space assignments, profile, creation date, etc. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
Which password parameter in the profile definitions can restrict the user from using the old password for 90 days?
|
View Answer
|
|
Which resource specifies the value in minutes?
|
View Answer
|
|
6. When a new user is created, and you do not specify a profile, a. Oracle prompts you for a profile name. b. No profile is assigned to the user. c. THE DEFAULT profile is assigned.
|
View Answer
|
|
What is the maximum number of profiles that can be assigned to a user?
|
View Answer
|
|
4. Choose the option that is not true.
a. Oracle creates a profile named DEFAULT when the database is created. b. Profiles cannot be renamed. c. DEFULT is a valid name for a profile resource. d. The SESSIONS_PER_USER resource in the DEFAULT profile initially has a value of 5.
|
View Answer
|
|
3. Which resource is not used to calculate the COMPOSITE_LIMIT? a. PRIVATE_SGA b. CPU_PER_SESSION c. CONNECT_TIME d. LOGICAL_READS_PER_CALL
|
View Answer
|
|
2. Which command is used to assign a profile to an existing use? a. ALTER PROFILE b. ALTER USER c. SET PROFILE d. The profile should be specified when creating the user; it cannot be changed.
|
View Answer
|
|
1. Profiles cannot be used to restrict. a. CPU time used b. Total time connected to the database c. Maximum time a session can be inactive d. Time spent reading blocks
|
View Answer
|
|
What is the difference between a unique constraint and a primary key constraint?
|
View Answer
|
|
Which script creates the CHAINED_ROWS table? A. catproc.sql B. catchain.sql C. utlchain.sql D. No script is necessary: ANALYZE TABLE LIST CHAINED ROWS creates the table.
|
View Answer
|
|
A constraint is created with the DEFERRABLE INITIALLY IMMEDIATE CLAUSE. What does this mean?
|
View Answer
|
|
Which data dictionary view shows statistical information from the ANALYZE INDEX VALIDATE STRUCTURE command?
|
View Answer
|
|
15. Which keyword should be used in the CREATE INDEX command to create a function –based index? A. CREATE FUNCTION INDEX… B. CREATE INDEX … ORGANIZATION INDEX C. CREATE INDEX… FUNCTION BASED … D. None of the above
|
View Answer
|
|
14 Which component is not part of the ROWID? A. Tablespace B. Data file number C. Object ID D. Block ID
|
View Answer
|
|
13. Which line in the following code has an error? 1. ALTER TABEL MY_TABLE 2. STORAGE ( 3. MINEXTENTS 4 4. NEXT 512K) 5. NOLOGGING;
|
View Answer
|
|
What clause is in the ALTER TABLE command is used to reorganize a table?
|
View Answer
|
|
Which keyword is not valid of the BUFFER_POOL parameter of the STORAGE clause?
|
View Answer
|
|
When validating a constraint, why would you specify the EXCEPTIONS clause?
|
View Answer
|
|
A table is created with an INITRANS value of 2. Which value would you choose for INITRANS of an index created on this table?
|
View Answer
|
|
Fill in the blank: The parameter MAXTRANS specifies the maximum number of concurrent transactions per ___________________.
|
View Answer
|