TNS-12508 When Issuing Any SET Command For The Listener fact: Oracle Net Services    fact: TNS Listener    symptom: Setting listener LOG_STATUS to OFF at runtime gives errors    symptom: No password is set for the listener    symptom: TNS-12508 / ORA…
https://www.nixtutor.com/linux/changing-priority-on-linux-processes/ Changing Priority on Linux Processes Wed, Apr 22, 2009 What is Priority and Why Should I Care? When talking about processes priority is all about managing processor time. The Proces…
shutdown immediate 经常关库时hang住,在alert中有 License high water mark = 4All dispatchers and shared servers shutdown 多等一会会出现SHUTDOWN: Active processes prevent shutdown operation 造成这个现象的原因是(也可能是em的原因,这篇与em无关): 之前的session没有断开,而后又使用了host切换到OS提示符下,导致数据库无法正常关闭 […
在使用shutdown immediate关闭数据库时hang住,查看alert 日志,遭遇了SHUTDOWN: Active processes prevent shutdown operation.也即是说有一些活动进程阻止了当前的shutdown操作.咦,数据库是测试数据库啥也没有干,也没有配置db console,还有活动进程阻止呢? 1.情景再现 SQL> select * from v$version where rownum<2; BANNER -----------------…
Linux平台 Oracle 10gR2(10.2.0.5)RAC安装 Part2:clusterware安装和升级 环境:OEL 5.7 + Oracle 10.2.0.5 RAC 3.安装Clusterware 3.1 解压clusterware安装介质 3.2 开始安装clusterware 3.3 root用户按提示执行脚本 3.4 vipca创建(可能不需要) 4.升级Clusterware 4.1 解压Patchset包 4.2 开始升级clusterware 4.3 root用户按…
This is a tutorial on how to program the Serial Ports on your Linux box.Serial Ports are nice little interfaces on the PC which helps you to interface your embedded system projects using a minimum number of wires.In this tutorial we will write a smal…
============================================================================== Until Oracle 8i DBAs have been using a text file called the pfile (parameter file) to store the database initialization parameters.  ---8i之前使用文本参数文件 The pfile is read at i…
1.Make sure your package repositories and installed packages are up to date by issuing the following command: yum update 2.结束后看下当前的核心是啥: uname -a 现在(我发帖日)的默认是:4.8.6-x86_64-linode78 3.Issue the following command to install the default kernel for CentO…
Replace Default Qt version paths in: /usr/lib/x86_64-linux-gnu/qtchooser/default.confor in newer releases /usr/lib/x86_64-linux-gnu/qt-default/qtchooser/default.conf: /opt/Qt5/bin /opt/Qt5/lib Check: qtchooser -print-env   Reference: http://askubuntu…
1       GoldenGate简要说明 GoldenGate现在是业内成熟的数据容灾与复制产品,经过多年的发展与完善,现在已经成为业内事实上的标准之一. GoldenGate软件是一种基于日志的结构化数据复制软件,它通过解析源数据库在线日志或归档日志获得数据的增删改变化,再将这些变化应用到目标数据库,实现源数据库与目标数据库同步. 1.1  Golden Gate技术结构 GoldenGate软件的技术结构如图1.1所示: 图1.1GoldenGate技术架构图 从图中可以看到:Golde…
"Android Debug Bridge (adb) is a versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device." ADB作为一个多功能命令行工具,为你与模拟器或者连接到电脑的安卓设备的通讯提供了可能. "It is a client-server program that includes…
关于芒果的权限控制说白了就是定义 Role(角色) 来控制对数据库进行的操作(调用的方法比如查询方法find). 系统内置的Role分为 以下几大类: Database User Roles 这个是针对非系统数据库和部分系统表的角色组 Database Administration Roles 可以操作所有数据库 Cluster Administration Roles 管理员族 针对整个系统进行管理 Backup and Restoration Roles 备份还原角色组 All-Databa…
OS:CentOS 7 在linux上创建vlan需要加载802.1q模块: 1.检测OS是否已经加载802.1q模块 [root@controller ~]# modinfo 8021q filename: /lib/modules/3.10.0-229.14.1.el7.x86_64/kernel/net/8021q/8021q.ko version: 1.8 license: GPL alias: rtnl-link-vlan rhelversion: 7.1 srcversion: 2C…
http://www.centos.org/docs/5/html/Deployment_Guide-en-US/s1-nfs-client-config.html 18.6. NFS Server Configuration There are three ways to configure an NFS server under Red Hat Enterprise Linux: using the NFS Server Configuration Tool (system-config-n…
Install MongoDB on Red Hat Enterprise, CentOS, Fedora, or Amazon Linux¶ Overview Use this tutorial to install MongoDB on Red Hat Enterprise Linux, CentOS Linux, Fedora Linux, or a related system. The tutorial uses .rpm packages to install. While some…
Say we have installed qt programs and we want to run qtcreator from the command line. What we need here is only to put a soft link to the qtcreator we have just installed. Here are some simple precedures. Once the Qt program is installed, open up a t…
p { margin-bottom: 0.1in; direction: ltr; line-height: 120%; text-align: left; widows: 2; orphans: 2 } a:link { color: #0000ff } Overview A graphical user interface or GUI enables people especially end users to interactive with ROS through graphical…
Let’s look more closely at one of the simplest Java programs you can have—one that simply prints a message to console: public class FirstSample { public static void main(String[] args) { System.out.println("We will not use 'Hello, World!'"); } }…
http://c-nergy.be/blog/?p=5305 Hello World, Ubuntu 14.04 has been released on April 17th 2014 and we already released the traditional post about how to perform a fresh install. We didn’t covered the upgrade process because it’s quite easy nowadays. B…
转载自博客大神迈克老狼的blog: http://www.cnblogs.com/mikewolf2002/archive/2012/11/13/2768804.html 参考资料:http://www.anandtech.com/show/3851/everything-you-always-wanted-to-know-about-sdram-memory-but-were-afraid-to-ask SDRAM(Synchronous dynamic random access memor…
Hive Concurrency Model Hive Concurrency Model Use Cases Turn Off Concurrency Debugging Configuration Locking in Hive Transactions Use Cases Concurrency support (http://issues.apache.org/jira/browse/HIVE-1293) is a must in databases and their use case…
Statistics in Hive Statistics in Hive Motivation Scope Table and Partition Statistics Column Statistics Top K Statistics Implementation Usage Configuration Variables Newly Created Tables Existing Tables Examples Current Status (JIRA) This document de…
 Spreadsheet Tracking  Data in spreadsheets are stored in cells, which are organized in rows (r) and columns (c). Some operations on spreadsheets can be applied to single cells (r,c), while others can be applied to entire rows or columns. Typical cel…
Editing and Deleting Data In the previous chapter we've come to learn how we can use the zend-form and zend-db components for creating new data-sets. This chapter will focus on finalizing the CRUD functionality by introducing the concepts for editing…
Installation Via Laravel Installer First, download the Laravel installer using Composer. composer global require "laravel/installer=~1.1" Make sure to place the ~/.composer/vendor/bin directory in your PATH so the laravel executable is found whe…
Quote from: http://ss64.com/nt/setlocal.html SETLOCAL Set options to control the visibility of environment variables in a batch file. Syntax SETLOCAL SETLOCAL EnableDelayedExpansion SETLOCAL EnableExtensions SETLOCAL DisableExtensions SETLOCAL Enable…
Laravel是一套简洁.优雅的PHP Web开发框架(PHP Web Framework).它可以让你从面条一样杂乱的代码中解脱出来:它可以帮你构建一个完美的网络APP,而且每行代码都可以简洁.富于表达力.官方宣传语: THE PHP FRAMEWORK FOR WEB ARTISANS. 为web艺术家创建的框架. PHP THAT DOESN'T HURT. CODE HAPPY & ENJOY THE FRESH AIR. 官网:http://laravel.com/ 中文 :http:…
Overview In this article, I’ll talk about your options when it comes to managing Group Policy using PowerShell. To be sure, depending upon your needs, Group Policy is nearly a full citizen in the world of PowerShell-based management. I’ll talk about…
Data Pump Export ATTACH Default: job currently in the user's schema, if there is only one Purpose(目的) Attaches the client session to an existing export job and automatically places you in the interactive-command interface. Export displays a descripti…
1. 查看IP adb shell netcfg 2. 查看挂载设备 adb devices 3. 将本地端口转发至手机端口 adb forward tcp: tcp: // PC上所有6100端口通信数据将被重定向到手机端7100端口server上 或者 adb forward tcp: local:logd // PC上所有6100端口通信数据将被重定向到手机端UNIX类型socket上 4. 打开指定应用 am start -n {包(package)名}/{包名}.{活动(activit…