网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
单选题
Which of the following will occur if %temp% is executed from the run command?()
A
The operating system’s temporary folder will be opened.
B
Applications located in the %temp% folder will be executed.
C
Applications will be deleted in the %temp% folder.
D
The current user’s temporary folder will be opened.
参考答案
参考解析
解析:
暂无解析
更多 “单选题Which of the following will occur if %temp% is executed from the run command?()A The operating system’s temporary folder will be opened.B Applications located in the %temp% folder will be executed.C Applications will be deleted in the %temp% folder.D The current user’s temporary folder will be opened.” 相关考题
考题
假设temp.dbf数据表中有两个字段“歌手号”和“最后得分”。下面程序段的功能是:将temp.dbf中歌手的“最后得分”填入“歌手”表对应歌手的“最后得分”字段中(假设已增加了该字段)。在下划线处应该填写的SQL语句是 ______。 USE歌手 DO WHILE.NOT.EOF() _________________ REPLACE歌手.最后得分WITH a [2] SKIP ENDDOA.SELECT*FROM temp WHERE temp.歌手号=歌手.歌手号TO ARRAY aB.SELECT*FROM temp WHERE temp.歌手号=歌手.歌手号INTO ARRAY aC.SELECT*FROM temp WHERE temp.歌手号=歌手.歌手号TOFILEaD.SELECT*FROM temp WHERE temp.歌手号=歌手.歌手号INTO FILE a
考题
有如下SQL语句: SELECT MAX(人数)FROM 班级 INTO ARRAY temp 执行该语句后( )。A.temp[0]的内容为44B.temp[0]的内容为50C.temp[1]的内容为44D.temp[1]的内容为50
考题
假设 temp.dbf 数据表中有两个字段 “ 歌手号 ” 和 “ 最后得分 ” 。 下面程序的功能是 : 将 temp.dbf 中歌手的 “ 最后得分 ” 填入 “ 歌手 ” 表对应歌手的 “ 最后得分 ” 字段中 ( 假设已增加了该字段 ) 。 在下划线处应该填写的 SQ L 语句是USE 歌手DO WHILE .NOT.EOF()_________________REPLACE 歌手 . 最后得分 WITH a[2]SKIPENDDOA)SELECT * FROM temp WHERE temp. 歌手号 = 歌手 . 歌手号 TO ARRAY aB)SELECT * FROM temp WHERE temp. 歌手号 = 歌手 . 歌手号 INTO ARRAY aC)SELECT * FROM temp WHERE temp. 歌手号 = 歌手 . 歌手号 TO FILE aD)SELECT * FROM temp WHERE temp. 歌手号 = 歌手 . 歌手号 INTO FILE a
考题
You are the network administrator for . All network servers run Windows Server 2003. A server named TestKing6 functions as a file server. All client computers run Windows XP Professional and are members of the domain.TestKing.com periodically hires temporary employees. You need to prepare a custom user profile for all temporary employees.You log on to a client computer as an administrator, and you configure the desktop settings. You copy the profile to a folder named \\TestKing6\Profiles\Temp_profile.You rename the Ntuser.dat file in the \\TestKing6\Profiles\Temp_profile folder to Ntuser.man. You create three new user accounts for the temporary employees. The user accounts are named temp_user1, temp_user2, and temp_user3.You need to configure the temporary user accounts to receive the new desktop settings that you created on TestKing6. The temporary employees must not be allowed to retain customized desktop settings?What should you do?()A. Specify a user profile path of \\TestKing6\Profiles\username for each of the three user accounts.B. Specify a user profile path of \\TestKing6\Profiles\username.man for each of the three user accounts.C. Specify a home folder path of \\TestKing6\Profiles\username for each of the three user accounts.D. Specify a user profile path of \\TestKing6\Profiles\Temp_profile for each of the three user accounts.E. Specify a user profile path of \\TestKing6\Profiles\Temp_profile.man for each of the three user accounts.
考题
A company uses an application that creates temp files that need to be backed up on a daily basis. A test restore fails to restore the temp files. In checking the backup catalog, Karen, a technician, discovers that the temp files are not being backed up. Which of the following is the MOST likely reason?()A、To backup temp files, the /T switch must be used.B、NTBACKUP does not backup temp files by default.C、The NTBACKUP utility cannot backup temp files.D、NTBACKUP is not running under the correct credentials.
考题
Twenty database users are connected to your database. Five of the users are running long queries involving sort operations. The TEMP tablespace is the default temporary tablespace for your database. You are performing offline tablespace backups of individual tablespaces and erroneously execute the following statement: SQLALTER TABLSPACE temp OFFLINE NORMAL; What is the result of this statement?()A、 The TEMP tablespace is taken offline. The users using the TEMP tablespace for sorting are disconnected after their queries complete.B、 The TEMP tablespace is taken offline. The users using the TEMP tablespace for sorting are disconnected and must re-execute their queries.C、 The TEMP tablespace is taken offline. The users using the TEMP tablespace for sorting are not disconnected, but these users must re-execute their queries.D、 The TEMP tablespace is not taken offline. The users using the TEMP tablespace for sorting are not disconnected, and their queries execute successfully.
考题
Which of the following will occur if %temp% is executed from the run command?()A、The operating system’s temporary folder will be opened.B、Applications located in the %temp% folder will be executed.C、Applications will be deleted in the %temp% folder.D、The current user’s temporary folder will be opened.
考题
Bob, a technician, needs to backup a user’s local My Documents on a Windows XP workstation.Which of the following is the QUICKEST way to the user’s folder?()A、Browse to the root, Documents and Settings, user’s name, and then My DocumentsB、Browse to the root, Users, Documents and Settings, user’s name, and then My DocumentsC、Type %system% into the run boxD、Type %temp% into the run box, My Documents, and then user’s name
考题
Which of the following is the default location for temp files in Windows 7?()A、C:///Windows/TempB、C:///Windows/SystemFiles/TempFilesC、C:///SystemFiles/TempD、C:///System/TempFiles
考题
You have three temporary tablespace groups named G1, G2, and G3 in your database. You are creating a new temporary tablespace as follows: CREATE TEMPORARY TABLESPACE TEMP1 TEMPFILE '/u1/data/temp1.dbf' SIZE 10M TABLESPACE GROUP ''; Which statement regarding the above command is correct?()A、It will create the tablespace TEMP1 in group G1.B、It will create the tablespace TEMP1 in group G3.C、It will not add the tablespace TEMP1 to any group.D、It will create the tablespace TEMP1 in the default group.
考题
Your database contains two temporary tablespaces named TEMP and TEMP1. The TEMP tablespace is the default temporary tablespace for the database, and the TEMP1 tablespace was created at database creation. You want to increase the size of the tempfile for the TEMP tablespace and drop the TEMP1 tablespace from the database. The database is not using Oracle-Managed Files (OMF). Which statement must you use to ensure that when you drop the TEMP1 tablespace from the database, its corresponding operating system file is also deleted?()A、 DROP TABLESPACE temp1;B、 DROP TABLESPACE temp1 INCLUDING CONTENTS;C、 DROP TABLESPACE temp1 INCLUDING CONTENTS AND DATAFILES;D、 DROP TABLESPACE temp1 INCLUDING CONTENTS CASCADE CONSTRAINTS;
考题
You work as a database administrator for Supportcenter.cn. You are using Recovery Manager (RMAN) for backup and recovery of your database. You executed the delete command in RMAN to delete a backup of a tablespace. Which statement is true in this scenario?()A、The backup status will be marked expired in RMAN recovery catalog.B、The backup status will be marked deleted in RMAN recovery catalog after you execute the crosscheck command.C、The backup will be deleted physically from the OS (Operating system)and the backup information is removed from the recovery cataloglD、The backup status will be marked deleted and you must delete the backup file manually from the OS (Operating system).E、The backup status will be marked deleted and you must delete the backup file manually from the OS (Operating system), if you are not using Oracle Managed Files (OMF).
考题
The database is currently open and the temp03.dbf tempfile belonging to the default temporary tablespace TEMP has been corrupted. What steps should you take to recover from this tempfile loss in an efficient manner?()A、Allow the database to continue running, drop the TEMP tablespace, and then re-create it with new tempfilesB、Shut down the database, restore and recover the tempfile from backup, and then open the database with RESETLOGSC、Allow the database to continue running, take the TEMP tablespace offline, drop the missing tempfile, and then create a new tempfileD、Allow the database to continue running, add a new tempfile to TEMP tablespace with a new name, and drop the tempfile that has been corrupted.
考题
You are a network administrator of your network. You want to install Windows 2000 professional on 100 computers from a central location. You want to copy a customized application with theinstallation process to all the 100 computers. What should you do to copy that application during the installation process to the computers.()A、 It cannot be done.B、 Copy the application to the temp folder of the distribution server.C、 Create a folder named $OEM$ as a sub folder in the distribution folder of source files.D、 Create a folder named $COPYDIR$ as a sub folder in the distribution folder of source files.
考题
You are the administrator of Company's Windows 2000 network. You have been asked to rollout a Windows 2000 Professional service pack on all Windows 2000 Professional client computers in Company's main office. You create a shared folder named InstallFiles that contains the installation files for the service pack and connect to the shared folder. You want to prevent the user interface from being displayed during the installation. What should you do? ()A、Connect to the InstallFiles shared folder and run the Update -q command.B、Connect to the InstallFiles shared folder and run the Update -u command.C、Connect to the InstallFiles shared folder and run the Update -z command.D、Connect to the InstallFiles shared folder and run the Update -s:InstallFiles command.
考题
单选题You are the Exchange administrator of the Xxx Corporation’s Exchange 2010 organization.You are concerned about the total size of items that are stored in a public folder namedExpenseReport.Click the Exhibit (s) button to view the public folder configuration. Which of the following techniques should you use to determine the size of items and the attachments in the public folder?()A
Run the following script: Get-PublicFolderItemStatistics -Identity "/ExpenseReport/2009"B
Click on the Statistics tab in the properties of the public folder with the Public Folder Management ConsoleC
Use the MSExchangeIS Public object in System MonitorD
Use the MSExchangeIS object in System Monitor
考题
单选题You are the administrator of Company's Windows 2000 network. You have been asked to rollout a Windows 2000 Professional service pack on all Windows 2000 Professional client computers in Company's main office. You create a shared folder named InstallFiles that contains the installation files for the service pack and connect to the shared folder. You want to prevent the user interface from being displayed during the installation. What should you do? ()A
Connect to the InstallFiles shared folder and run the Update -q command.B
Connect to the InstallFiles shared folder and run the Update -u command.C
Connect to the InstallFiles shared folder and run the Update -z command.D
Connect to the InstallFiles shared folder and run the Update -s:InstallFiles command.
考题
单选题You have three temporary tablespace groups named G1, G2, and G3 in your database. You are creating a new temporary tablespace as follows: CREATE TEMPORARY TABLESPACE TEMP1 TEMPFILE ’/u1/data/temp1.dbf’ SIZE 10M TABLESPACE GROUP ; Which statement regarding the above command is correct?()A
It will create the tablespace TEMP1 in group G1.B
It will create the tablespace TEMP1 in group G3.C
It will not add the tablespace TEMP1 to any group.D
It will create the tablespace TEMP1 in the default group.
考题
单选题Bob, a technician, needs to backup a user’s local My Documents on a Windows XP workstation.Which of the following is the QUICKEST way to the user’s folder?()A
Browse to the root, Documents and Settings, user’s name, and then My DocumentsB
Browse to the root, Users, Documents and Settings, user’s name, and then My DocumentsC
Type %system% into the run boxD
Type %temp% into the run box, My Documents, and then user’s name
考题
单选题You are a network administrator of your network. You want to install Windows 2000 professional on 100 computers from a central location. You want to copy a customized application with theinstallation process to all the 100 computers. What should you do to copy that application during the installation process to the computers.()A
It cannot be done.B
Copy the application to the temp folder of the distribution server.C
Create a folder named $OEM$ as a sub folder in the distribution folder of source files.D
Create a folder named $COPYDIR$ as a sub folder in the distribution folder of source files.
考题
单选题Twenty database users are connected to your database. Five of the users are running long queries involving sort operations. The TEMP tablespace is the default temporary tablespace for your database. You are performing offline tablespace backups of individual tablespaces and erroneously execute the following statement: SQLALTER TABLSPACE temp OFFLINE NORMAL; What is the result of this statement?()A
The TEMP tablespace is taken offline. The users using the TEMP tablespace for sorting are disconnected after their queries complete.B
The TEMP tablespace is taken offline. The users using the TEMP tablespace for sorting are disconnected and must re-execute their queries.C
The TEMP tablespace is taken offline. The users using the TEMP tablespace for sorting are not disconnected, but these users must re-execute their queries.D
The TEMP tablespace is not taken offline. The users using the TEMP tablespace for sorting are not disconnected, and their queries execute successfully.
考题
单选题A company uses an application that creates temp files that need to be backed up on a daily basis. A test restore fails to restore the temp files. In checking the backup catalog, Karen, a technician, discovers that the temp files are not being backed up. Which of the following is the MOST likely reason?()A
To backup temp files, the /T switch must be used.B
NTBACKUP does not backup temp files by default.C
The NTBACKUP utility cannot backup temp files.D
NTBACKUP is not running under the correct credentials.
考题
单选题You have three temporary tablespace groups named G1, G2, and G3 in your database. You are creating a new temporary tablespace as follows: CREATE TEMPORARY TABLESPACE TEMP1 TEMPFILE /u1/data/temp1.dbf SIZE 10M TABLESPACE GROUP ;Which statement regarding the above command is correct?()A
It will create the tablespace TEMP1 in group G1B
It will create the tablespace TEMP1 in group G3 C
It will not add the tablespace TEMP1 to any groupD
It will create the tablespace TEMP1 in the default groupE
It will throw an error with message 'specified group is not availableF
It will create a new group with a system-generated name and add the tablespace TEMP1 to it.
考题
单选题Which of the following is the default location for temp files in Windows 7?()A
C:///Windows/TempB
C:///Windows/SystemFiles/TempFilesC
C:///SystemFiles/TempD
C:///System/TempFiles
考题
单选题You are the network administrator for . All network servers run Windows Server 2003. A server named TestKing6 functions as a file server. All client computers run Windows XP Professional and are members of the domain. TestKing.com periodically hires temporary employees. You need to prepare a custom user profile for all temporary employees. You log on to a client computer as an administrator, and you configure the desktop settings. You copy the profile to a folder named //TestKing6/Profiles/Temp_profile. You rename the Ntuser.dat file in the //TestKing6/Profiles/Temp_profile folder to Ntuser.man. You create three new user accounts for the temporary employees. The user accounts are named temp_user1, temp_user2, and temp_user3. You need to configure the temporary user accounts to receive the new desktop settings that you created on TestKing6. The temporary employees must not be allowed to retain customized desktop settings? What should you do?()A
Specify a user profile path of //TestKing6/Profiles/username for each of the three user accounts.B
Specify a user profile path of //TestKing6/Profiles/username.man for each of the three user accounts.C
Specify a home folder path of //TestKing6/Profiles/username for each of the three user accounts.D
Specify a user profile path of //TestKing6/Profiles/Temp_profile for each of the three user accounts.E
Specify a user profile path of //TestKing6/Profiles/Temp_profile.man for each of the three user accounts.
考题
单选题The database is currently open and the temp03.dbf tempfile belonging to the default temporary tablespace TEMP has been corrupted. What steps should you take to recover from this tempfile loss in an efficient manner?()A
Allow the database to continue running, drop the TEMP tablespace, and then re-create it with new tempfilesB
Shut down the database, restore and recover the tempfile from backup, and then open the database with RESETLOGSC
Allow the database to continue running, take the TEMP tablespace offline, drop the missing tempfile, and then create a new tempfileD
Allow the database to continue running, add a new tempfile to TEMP tablespace with a new name, and drop the tempfile that has been corrupted.
考题
单选题Your database contains two temporary tablespaces named TEMP and TEMP1. The TEMP tablespace is the default temporary tablespace for the database, and the TEMP1 tablespace was created at database creation. You want to increase the size of the tempfile for the TEMP tablespace and drop the TEMP1 tablespace from the database. The database is not using Oracle-Managed Files (OMF). Which statement must you use to ensure that when you drop the TEMP1 tablespace from the database, its corresponding operating system file is also deleted?()A
DROP TABLESPACE temp1;B
DROP TABLESPACE temp1 INCLUDING CONTENTS;C
DROP TABLESPACE temp1 INCLUDING CONTENTS AND DATAFILES;D
DROP TABLESPACE temp1 INCLUDING CONTENTS CASCADE CONSTRAINTS;
热门标签
最新试卷