Linux下使用命令行方式登录iSQL方法()。A、直接执行isql命令执行即可B、进入DM安装bin目录,执行./isql命令,剩余配置同windowsC、在终端执行./isql SYSDBA/SYSDBA@localhost命令D、在终端执行./isql start命令
Linux下使用命令行方式登录iSQL方法()。
- A、直接执行isql命令执行即可
- B、进入DM安装bin目录,执行./isql命令,剩余配置同windows
- C、在终端执行./isql SYSDBA/SYSDBA@localhost命令
- D、在终端执行./isql start命令
相关考题:
关闭终端输出的大量信息的方法是() A. 用户视图下执行undo terminal monitor命令B.用户视图下执行undo debugging命令C.系统视图下执行undo terminal monitor命令D.系统视图下执行undo debugging命令
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.
Linux下使用服务方式启动和停止服务的方法()。A、进入DM服务器的安装目录,输入./dmserver命令B、进入/etc/rc.d/init.d,输入./dmserverd start命令C、在以上命令行工具中输入exit,然后回车,退出DM服务器D、进入/etc/rc.d/init.d,输入./dmserverd stop命令
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.
windows下使用命令行方式启动和停止服务的方法()。A、进入DM服务器目录,执行dmserver命令B、直接输入dmserver start命令C、启动后,在同一个界面上输入exit命令D、直接输入dmserver stop命令
windows下使用命令行工具登录iSQL的步骤()。A、进入/dmdbms/bin下运行Isql.exe,输入命令loginB、输入服务器名:localhost,用户名和密码:SYSDBAC、输入端口号:12345,登录成功D、使用exit退出iSQL
用户试图在运行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.
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 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.
单选题要查看图形中的全部对象,下列哪个操作是恰当的()A在“zoom”下执行“p”命令B在“zoom”下执行“a”命令C在“zoom”下执行“s”命令D在“zoom”下执行“w”命令