Archive for the ‘Solutions Expert’ Category

Filed Under (Solutions Expert) by verygoodchang on June-14-2007

The IBM 000-915 name:system administration for infromix dynamic server v9 .If you are knowledgeable with Informix Dynamic Server Version 9 and are capable of performing the intermediate to advanced skills required in the day-to-day administration of Informix databases, you may benefit from the 000-915 certification role.This 000-915 exam is necessary to become an IBM Certified Solutions Expert - Informix Dynamic Server V9 System Administrator.

1.When configuring the database server for Java support,the JVPHOME configuration parameter should be set to which of the following locations?
A: The Java Development Kit files
B: The Krakatoa installation directory
C: The Informix database installation files
D: The class files that will be compiled for external Java routines
Correct Answers:?? B
2.Which of the following oncheck options will give a detailed smart blob space disk utilization report?
A: oncheck-pS
B: oncheck-pB
C: oncheck-pP
D: oncheck-pT
Correct Answers:?? A

Filed Under (Solutions Expert) by verygoodchang on April-24-2007

000-512 certification,named db2 udb v7.1 family fundamentals,is a IBM certification,for all the candidate,pass4sure specially??give the exact metarial about exam 000-512,from here,you can get all the information??which??you wanted.

Questons and Answers : 110 questions
Updated: 2007-2-12
Market Price: $159.99
Member Price: $99.99

1.Which two of the following modes can be used on the lock table statement?
A:SHARE MODE
B:EXCLUSIVE MODE
C:REPEATABLE READ MODE
D:UNCOMMITTED READ MODE
E:INTENT EXCLUSIVE MODE
Correct Answers:?? A, B
2.Which of the following is the implicit qualifier for a declared temporary table?
A: The schema name SYSCAT.
B: The schema name SESSION.
C: The schema name TEMPUSER.
D: The userid specified with the BIND command.
E: The userid who established the connection to the database and declared the temporary table.
Correct Answers:?? B
3.User2 has DBADM authority on database DB1.?? This allows the user to do which of the following?
A: DB1
B: Backup database DB1
C: Create tables in any database
D: Create tables in database DB1
Correct Answers:?? D
4.Which of the following statements will create an index and prevent table T1 from containing two or more rows with the same values for column C1?
A: CREATE UNIQUE INDEX ix4 ON t1 (c1)
B: CREATE DISTINCT INDEX ix1 ON t1 (c1)
C: CREATE UNIQUE INDEX ix6 ON t1 (c1,c2)
D: CREATE DISTINCT INDEX ix3 ON t1 (c1,c2)
Correct Answers:?? A
5.Which of the following SQL statements can remove all rows from a table named COUNTRY?
A: DELETE country
B: DELETE FROM country
C: DELETE * FROM country
D: DELETE ALL FROM country
Correct Answers:?? B