码迷,mamicode.com
首页 >  
搜索关键字:catalog    ( 962个结果
linux使用yum的方式安装mysql实践
1、先检测是否已安装mysql ps -ef|grep mysql 如果已安装mysql,需先卸载mysql 2、安装mysql yum install -y mysql-server mysql mysql-deve 3、启动mysql服务 service mysqld start //也可以通过 ...
分类:数据库   时间:2017-11-10 18:34:06    阅读次数:264
053-307
You have created a script in the recovery catalog called backup_database. Which of the followingcommands would successfully execute that script?A. run ...
分类:其他好文   时间:2017-11-10 13:53:21    阅读次数:136
053-306
If you back up a database without connecting to the recovery catalog, which operations will cause the recovery catalog to be updated? (Choose all that ...
分类:其他好文   时间:2017-11-10 13:48:06    阅读次数:132
053-308
In what order would you execute the following steps to create a recovery catalog?A. Issue the create catalog command.B. Create the recovery-catalog da ...
分类:其他好文   时间:2017-11-10 13:47:06    阅读次数:117
053-309
How would you grant the RVPC user access to specific RMAN database records in the RMAN virtual private catalog?A. Issue the grant command from the SYS ...
分类:其他好文   时间:2017-11-10 13:42:38    阅读次数:169
SqlDbx远程链接DB2数据库
1.首先下载IBM的IBM Data Server Client,百度云链接:http://pan.baidu.com/s/1kVBVjan 密码:2gtz 2.安装好客户端之后,打开cmd,运行db2cmd。然后在db2cmd中执行以下步骤。 第一步,创建节点 语法:db2 catalog tcp ...
分类:数据库   时间:2017-11-09 20:53:39    阅读次数:178
053-303
What is the purpose of the RMAN recovery catalog? (Choose all that apply.)A. It must be used because all RMAN-related backup and recovery metadata inf ...
分类:其他好文   时间:2017-11-09 19:40:00    阅读次数:123
053-598
The CONTROL_FILE_RECORD_KEEP_TIME initialization parameter should be set to what value?(Choose all that apply.)A. The initialization parameter should ...
分类:其他好文   时间:2017-11-09 18:43:43    阅读次数:202
053-196
What is the purpose of the catalog command?A. To review RMAN control file and recovery catalog metadata and ensure that its correctB. To delete RMAN b ...
分类:其他好文   时间:2017-11-06 19:02:14    阅读次数:134
053-188
You can back up the RMAN recovery catalog with RMAN.A. TrueB. False You can back up any database without connecting to the recovery catalog,includingt ...
分类:其他好文   时间:2017-11-06 17:15:09    阅读次数:103
962条   上一页 1 ... 35 36 37 38 39 ... 97 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!