专注做网管的电脑公司
  • 微信公众号
  • 联系我们
  • 客服热线:13726442969
    • oracle参数文件、控制文件、数据文件、日志文件存放位置查看

      1.参数文件和网络连接文件SQL> show parameter spfile;NAME TYPE VALUE------------------------------------ ----------- ------------------------------spfile string /u01/app/oracle/product/11.2.0/dbhome_2/dbs/spfil

      查看更多 2021-04-06 219

    • Linux 定时任务(crontab)

      介绍本篇主要介绍Linux定时任务命令crontab的用法,crontab是定时任务的命令,而crond则是定时任务的启动服务。crontab的定时任务分为系统任务和用户任务,其实二者没有太大的区别。  安装在centos中crond默认是安装好的,如果没有安装的话执行以下操作 安装crondyum -y install vixie-cr

      查看更多 2021-04-06 187

    • 谷歌学术we are sorry 的问题及解决

      We're sorry...... but your computer or network may be sending automated queries. To protect our users, we can't process your request right now.  解决方法chrome://flags/ 关闭Experimental QU

      查看更多 2021-04-06 1994

    • Configuring HugePages for Oracle on Linux (x86-64)

      原文位置:https://oracle-base.com/articles/linux/configuring-huge-pages-for-oracle-on-linux-64Configuring HugePages for Oracle on Linux (x86-64)IntroductionConfiguring HugePagesForce Oracle to use HugePage

      查看更多 2021-04-06 137

    • linux的HugePage与oracle amm关系

       如果Oracle 是11g以后的版本,那么默认创建的实例会使用Automatic Memory Management (AMM)的特性,该特性与HugePage不兼容。 在设置HugePage之前需要先禁用AMM。设置初始化参数MEMORY_TARGET 和MEMORY_MAX_TARGET 为0即可。 h

      查看更多 2021-04-06 158