Want to pass your Informix 11.70 System Administrator C2090-919 exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
How is the DBSSO group determined on a Unix system with role separation?
A. It is always the groupinformix.
B. It is set using theonsecurity command line tool.
C. It is the group that owns $INFORMIXDIR/dbssodir.
D. It is the group specified in the DBSSOonconfig parameter.
Given the following SQL command where the DBSPACETEMP onconfig and environment variables are set to valid dbspaces:
createtemp table mytemp (columns) with no log;
inwhat order will the instance evaluate where to place this table?
A. DBSPACETEMP environment variable, rootdbspace, dbspace where the database was created, DBSPACETEMP onconfig parameter.
B. DBSPACETEMP environment variable, DBSPACETEMPonconfig parameter, dbspace where the database was created, root dbspace.
C. DBSPACETEMPonconfig parameter variable, DBSPACETEMP environment variable, root dbspace, dbspace where the database was created.
D. DBSPACETEMPonconfig parameter variable, root dbspace, dbspace where the database was created, DBSPACETEMP environment variable.
Which of the following is NOT a step in setting up HDR for the first time?
A. Take a level 0 backup of the primary.
B. Useoninit -v to bring up the secondary.
C. Execute a physical restore on the secondary.
D. Useonmode -d to specify the secondary instance name.