English Русский Contacts Site map Add to favorites
Registration
Login
Master braindump list
New braindumps
Submit a dump
Get latest dump
braindumps.com.ua
flame
3COM (7)
Adobe (1)
BEA (1)
Checkpoint (22)
Cisco (20)
Citrix (17)
CIW (15)
Compaq (0)
CompTIA (51)
CWNA (2)
EMC (2)
Exin (4)
GEJOS (4)
HDI (1)
HP (4)
IBM (13)
Juniper (1)
Linux Prof Institute (LPI) (2)
Lotus (11)
Microsoft (2461)
Network Appliance (2)
Novell (16)
Oracle (412)
PLSQL (1)
PMI (4)
SAS (1)
Sun (87)
Teradata (4)
Login:
Password:
RSS feed

Contacts
Certification links
Links
Authorized user can see question and answers.
Please log in or sign up.

Exam question list:
Show all comments
Oracle 1Z0-031: Oracle9i: Database Fundamentals I
#21. The database currently has one control file. You decide that three control files will provide better protection against a single point of failure. To accomplish this, you modify the SPFILE to point to the locations of the three control files. The message "system altered" was received after execution of the statement.
You shut down the database and copy the control file to the new names and locations. On startup you receive the error ORA-00205: error in identifying control file. You look in the alert log and determine that you specified the incorrect path for the for control file.
Which steps are required to resolve the problem and start the database?

Show comments for this question (1)
Add comments
Link to this question

#22. Which two methods enforce resource limits? (Choose two.)

Show comments for this question (1)
Add comments
Link to this question

#23. Which type of index does this syntax create?
  1. CREATE INDEX hr.employees_last_name_idx
  2. ON hr.employees(last_name)
  3. PCTFREE 30
  4. STORAGE(INITIAL 200K NEXT 200K
  5. PCTINCREASE 0 MAXEXTENTS 50)
  6. TABLESPACE indx;


Show comments for this question (1)
Add comments
Link to this question

#24. There are three ways to specify National Language Support parameters:
1. initialization parameters
2. environment variables
3. ALTER SESSION parameters
Match each of these with their appropriate definitions.

Show comments for this question (1)
Add comments
Link to this question

#25. More stringent user access requirements have been issued. You need to do these tasks for the user pward:
1. Change user authentication to external authentication.
2. Revoke the user's ability to create objects in the TEST TS tablespace.
3. Add a new default and temporary tablespace and set a quota of unlimited.
4. Assign the user to the CLERK profile.
Which statement meets the requirements?

Show comments for this question (1)
Add comments
Link to this question

#26. A new user, psmith, has just joined the organization. You need to create psmith as a valid user in the database. You have the following requirements:
1. Create a user who is authenticated externally.
2. Make sure the user has CONNECT and RESOURCE privileges.
3. Make sure the user does NOT have DROP TABLE and CREATE USER privileges.
4. Set a quota of 100 MB on the default tablespace and 500 K on the temporary tablespace.
5. Assign the user to the DATA_TS default tablespace and the TEMP_TS temporary tablespace.
Which statement would you use to create the user?

Show comments for this question (1)
Add comments
Link to this question

#27. You issue these queries to obtain information about the REGIONS table:
  1. SQL> SELECT segment_name, tablespace_name
  2. 2> FROM user_segments
  3. 3> WHERE segment_name = 'REGIONS';
 SEGMENT_NAME     TABLESPACE_NAME 
 REGIONS          SAMPLE
  1. SQL> SELECT constraint_name, constraint_type
  2. 2> FROM USER CONSTRAINTS
  3. 3> WHERE table_name = ‘REGIONS’;
 CONSTRAINT_NAME     C 
 REGION_ID_NN        C 
 REG_ID              P
  1. SQL> SELECT index_named
  2. 2> FROM USER indexes
  3. 3> WHERE table_name = ‘REGIONS’;
INDEX_NAME
REG_ID_PK
You then issue this command to move the REGIONS table:
  1. ALTER TABLE regions
  2. MOVE TABLESPACE user_data;
What else must you do to complete the move of the REGIONS table?

Show comments for this question (1)
Add comments
Link to this question

#28. You need to create an index on the CUSTOMER_ID column of the CUSTOMERS table. The index has these requirements:
1. The index will be called CUST_PK.
2. The index should be sorted in ascending order.
3. The index should be created in the INDEX01 tablespace, which is a dictionary
4. All extents of the index should be 1 MB in size.
5. The index should be unique.
6. No redo information should be generated when the index is created.
7. 20% of each data block should be left free for future index entries.
Which command creates the index and meets all the requirements?

Show comments for this question (1)
Add comments
Link to this question

#29. Which data dictionary view would you use to get a list of all database users and their default settings?

Show comments for this question (1)
Add comments
Link to this question

#30. User A issues this command:
  1. UPDATE emp
  2. SET id=200
  3. WHERE id=1
Then user B issues this command:
  1. UPDATE emp
  2. SET id=300
  3. WHERE id=1
User B informs you that the UPDATE statement seems to be hung. How can you resolve the problem so user B can continue working?

Show comments for this question (1)
Add comments
Link to this question


 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] ... [37 
Up ^ gen. 0.145 Server date 07:49 22-11-2008 Developed by Zip © 2006 Up ^
Forum
Start online exam simulation
Master braindump
User braindumps