单项选择题
oracle数据库中,关于oracle11g数据库的网络连接字符串,下列格式正确的是()。
A.sqlplus secnet/secnet@192.168.110.200/1521/ora11g
B.sqlplus secnet/secnet@192.168.110.200:ora11g
C.sqlplus secnet/secnet@192.168.110.200:1521
D.sqlplus secnet/secnet@192.168.110.200:1521/ora11g
相关考题
-
单项选择题
oracle数据库中,如何提交事务?()
A.comit
B.commit
C.submit
D.refer -
单项选择题
oracle数据库中,删除一个表空间同时删除其物理文件的SQL命令是()。
A.drop tablespace tablespace_name;
B.drop tablespace tablespace_name including contents;
C.drop tablespace tablespace_name including contents and datafiles;
D.drop tablespace tablespace_name including datafiles; -
单项选择题
oracle数据库中,查询数据库中某个表空间(tablespace)有哪些表的SQL命令?()
A.select TABLE_NAME from dba_tablespace where tablespace_name=’表空间名’
B.select TABLE_NAME from dba_tables where tablespace_name=’表空间名’
C.select TABLE_NAME from dba_tables where table_name=’表空间名’
D.select TABLE_NAME from dba_tablesspace where tables_name=’表空间名’
