INSERT
UPDATE
SELECT
DESCRIBE
DELETE
RENAME
第1题:
A.SQL*Plus
B.iSQL*Plus
C.PL*SQL
D.iPL*SQL
第2题:
SQL*Plus是运行在B/S模式下的工具,而iSQL*Plus是运行在C/S模式下的工具。
第3题:
Which are iSQL*Plus commands? ()
第4题:
Which is an iSQL*Plus command?()
第5题:
You want to administer your PROD database from a remote host machine using a Web-enabled interface. Which Oracle tool would you use to accomplish this task efficiently without using command-line interfaces?()
第6题:
Which is an /SQL*Plus command?()
第7题:
Given the script create script db_backup_datafile_script {backup datafile and 1, and2 plus archivelog delete input;} Run {execute script db_backup_datafile_script using 2;} What is the result of running this command?()
第8题:
/SQL*Plus commands cannot be abbreviated.
/SQL*Plus commands are accessed from a browser.
/SQL*Plus commands are used to manipulate data in tables.
/SQL*Plus commands manipulate table definitions in the database.
/SQL*Plus is the Oracle proprietary interface for executing SQL statements.
第9题:
1433
5560
1158
3938
第10题:
INSERT
UPDATE
SELECT
DESCRIBE
DELETE
RENAME
第11题:
INSERT
UPDATE
SELECT
DESCRIBE
DELETE
RENAME
第12题:
INSERT
UPDATE
SELECT
DESCRIBE
DELETE
RENAME
第13题:
Which two are attributes of iSQL*Plus? ()
第14题:
用户试图在运行Linux的Oracle数据库服务器上连接iSQL*Plus,然而在浏览器中却收到页面无法打开的错误消息。此时,用户怀疑iSQL_*Plus在数据库服务器上没有启动。下列()命令可以用于启动iSQL*Plus。
第15题:
Which step do you need to perform to enable a user with the SYSDBA privilege to log in as SYSDBA in iSQL*Plus?()
第16题:
在Oracle中,()是一个基于Web的SQL*Plus工具,能够在网页中执行SQL*Plus命令。
第17题:
You created a custom menu for the Order Entry application. The shipping administrator has requested an additional submenu containing four items to invoke various reports. Which command type must you use to identify the parent menu item as a submenu? ()
第18题:
Which is the correct command to back up the database, back up the archived redo logs, and then remove the backed-up archived redo logs?()
第19题:
登录isql*PLUS页面时使用的默认端口号为()。
第20题:
substitution variables
replacement variables
prompt variables
instead-of variables
This feature cannot be implemented through iSQL*Plus.
第21题:
backup database
backup database and archivelogs
backup database plus archivelogs
backup database plus archivelog delete input
backup database and archivelog delete input
第22题:
iSQL*Plus commands cannot be abbreviated.
iSQL*Plus commands are accessed from a browser.
iSQL*Plus commands are used to manipulate data in tables.
iSQL*Plus commands manipulate table definitions in the database.
iSQL*Plus is the Oracle proprietary interface for executing SQL statements.
第23题:
The script will fail since you instructed RMAN to back up only one datafile rather than two
The script will successfully back up datafile 3 without error
The script will fail since it uses a substitution variable which is not supported
The execute script command will prompt for the value of and2 since it’s not included in the command
The script will fail because you cannot use the plus archivelog command when backing up
第24题:
The user must be granted the database administrator (DBA) privilege.
The user must be listed in the password file for the authentication.
No special setup is needed for the user to connect as SYSDBA in iSQL*Plus.
Set up a user in the Oracle Application Server Containers for J2EE (OC4J) user manager,and grant the webDba role to the user.