一个守望数据库的老菜鸟
发布时间:2017-10-03 16:48:19
博客文章除注明转载外,均为原创。转载请注明出处。本文链接地址:http://blog.chinaunix.net/uid-31396856-id-5772891.html先打开profile,默认是关闭的。(mysql5.7)root@localhost [(none)]> show variables like '%profil%';+------------------------+-------+| Variable_name  .........【阅读全文】
发布时间:2017-10-02 20:10:36
博客文章除注明转载外,均为原创。转载请注明出处。本文链接地址:LVM管理1、LVM基础物理存储介质(The physical media) 这里指系统的存储设备:硬盘,如:/dev/hda1、/dev/sda等等,是存储系统最低层的存储单元物理卷(PV = physical volume) 物理卷是指硬盘分区或者从逻辑上看.........【阅读全文】
发布时间:2017-10-02 19:30:36
博客文章除注明转载外,均为原创。转载请注明出处。本文链接地址:1.创建directory(1)创建用户授予至少create any directory的权限SQL> conn /as sysdbaConnected.SQL> SQL> create user test identified by test;Grant succeeded.(2)SQL> host mkdir -p /u01/outdataSQL> CREATE DIRECTORY ext_dir AS.........【阅读全文】
发布时间:2017-10-02 19:22:04
博客文章除注明转载外,均为原创。转载请注明出处。本文链接地址:http://blog.chinaunix.net/uid-31396856-id-5772867.html1.创建db-link 建立database link之前需要保证:从local database到remote database的网络连接是正常的,tnsping要能成功;在remote database上面有相应的访问权限。Database link .........【阅读全文】