Which is an iSQL*Plus command? ()A、INSERTB、UPDATEC、SELECTD、DESCRIBEE、DELETEF、RENAME
Which is an iSQL*Plus command? ()
- A、INSERT
- B、UPDATE
- C、SELECT
- D、DESCRIBE
- E、DELETE
- F、RENAME
相关考题:
In which of the following is the cost of risk hidden by the contractor?A Firm Fixed Price ContractB Fixed Price Plus IncentiveC Cost Plus Fixed PriceD Cost Plus Percentage of CostE A and B
Which iSQL*Plus feature can be used to replace values in the WHERE clause?() A.substitution variablesB.replacement variablesC.prompt variablesD.instead-of variablesE.This feature cannot be implemented through iSQL*Plus.
Which two are attributes of iSQL*Plus? ()A、iSQL*Plus commands cannot be abbreviated.B、iSQL*Plus commands are accessed from a browser.C、iSQL*Plus commands are used to manipulate data in tables.D、iSQL*Plus commands manipulate table definitions in the database.E、iSQL*Plus is the Oracle proprietary interface for executing SQL statements.
用户试图在运行Linux的Oracle数据库服务器上连接iSQL*Plus,然而在浏览器中却收到页面无法打开的错误消息。此时,用户怀疑iSQL_*Plus在数据库服务器上没有启动。下列()命令可以用于启动iSQL*Plus。A、emctlstartisqlplusB、emctlstartupisqlplusC、isqlplusctlstartupD、isqlplusctlstartE、isqlplusstart
Which step do you need to perform to enable a user with the SYSDBA privilege to log in as SYSDBA in iSQL*Plus?()A、The user must be granted the database administrator (DBA) privilege.B、The user must be listed in the password file for the authentication.C、No special setup is needed for the user to connect as SYSDBA in iSQL*Plus.D、Set up a user in the Oracle Application Server Containers for J2EE (OC4J) user manager,and grant the webDba role to the user.
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?()A、SQL*PlusB、iSQL*PlusC、Management ServerD、Management RepositoryE、Oracle Enterprise Manager 10g Database Control
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? ()A、Menu B、Plus C、MacroD、PL/SQL
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?() A、 backup databaseB、 backup database and archivelogsC、 backup database plus archivelogsD、 backup database plus archivelog delete inputE、 backup database and archivelog delete input
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?() A、 The script will fail since you instructed RMAN to back up only one datafile rather than twoB、 The script will successfully back up datafile 3 without errorC、 The script will fail since it uses a substitution variable which is not supportedD、 The execute script command will prompt for the value of and2 since it’s not included in the commandE、 The script will fail because you cannot use the plus archivelog command when backing up
多选题Which two are attributes of iSQL*Plus? ()A/SQL*Plus commands cannot be abbreviated.B/SQL*Plus commands are accessed from a browser.C/SQL*Plus commands are used to manipulate data in tables.D/SQL*Plus commands manipulate table definitions in the database.E/SQL*Plus is the Oracle proprietary interface for executing SQL statements.
单选题Which iSQL*Plus feature can be used to replace values in the WHERE clause?()Asubstitution variablesBreplacement variablesCprompt variablesDinstead-of variablesEThis feature cannot be implemented through iSQL*Plus.
单选题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?()A backup databaseB backup database and archivelogsC backup database plus archivelogsD backup database plus archivelog delete inputE backup database and archivelog delete input
多选题Which two are attributes of iSQL*Plus? ()AiSQL*Plus commands cannot be abbreviated.BiSQL*Plus commands are accessed from a browser.CiSQL*Plus commands are used to manipulate data in tables.DiSQL*Plus commands manipulate table definitions in the database.EiSQL*Plus is the Oracle proprietary interface for executing SQL statements.
单选题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?()A The script will fail since you instructed RMAN to back up only one datafile rather than twoB The script will successfully back up datafile 3 without errorC The script will fail since it uses a substitution variable which is not supportedD The execute script command will prompt for the value of and2 since it’s not included in the commandE The script will fail because you cannot use the plus archivelog command when backing up
单选题Which step do you need to perform to enable a user with the SYSDBA privilege to log in as SYSDBA in iSQL*Plus?()AThe user must be granted the database administrator (DBA) privilege.BThe user must be listed in the password file for the authentication.CNo special setup is needed for the user to connect as SYSDBA in iSQL*Plus.DSet up a user in the Oracle Application Server Containers for J2EE (OC4J) user manager,and grant the webDba role to the user.