当前位置:首页 > 数据库 >

文章分类:数据库

数据库 怎样在sql server profiler跟踪时只显示自己关心的内容

当我们想知道.net程序到底执行了哪些SQL的时候,通常会使用sql server profiler,但是如果不加设置,我们程序执行的sql通常会被系统的SQL淹没,通过以下的方法,可以只显示我们需要的S……

数据库 使用Active Database Duplication创建跨平台Data Guard设置 (Windows/Linu

Using Active Database Duplication to Create Cross Platform Data Guard Setup (Windows/Linux) (Doc ID 881421.1) APPLIES TO: Oracle Database Cloud Exadata Service - Version N/A and later Oracle Database Cloud Service - Version N/A and later Or……

数据库 12.2 中的Data Guard Standby 密码文件自动同步 (Doc ID 2307365.1)

Data Guard Standby Automatic Password file Synchronization in 12.2 (Doc ID 2307365.1) APPLIES TO: Oracle Database - Enterprise Edition - Version 12.2.0.1 and later Oracle Database Cloud Schema Service - Version N/A and later Oracle Database……

数据库 ORACLE各种对象、概念及关系整理(一文读懂)

下面是我整理(抄袭)的一些Oracle数据库相关概念对象的理解,如有疏漏,欢迎指正。至于整理这篇文章的目的:主要是网上的内容太散了,这样整理一遍可以加深理解,也便于后续查阅……

数据库 Docker系列之实战:3.安装MariaDB

环境 [ [emailprotected] ~]# cat /etc/centos-releaseCentOS Linux release 7.6.1810 (Core)[ [emailprotected] 181001 ~]# docker -vDocker version 18.09.1, build 4c52b90 第一步:搜索和拉取官方MariaDB镜像 https://hub.docker.com/_/ma……

数据库 mysql安装与使用

dpkg -l | grep mysql //查看是否安装mysql apt install mysql-server //安装mysql-server mysql -u root -p //-u表示后接用户名,-p表示用密码登录。初次安装后,直接敲回车跳过输入密码 mysql_secure_installatio……

数据库 MySql 复习

MySql 服务 管理员身份打开cmd net start mysql //启动mysql服务net stop mysql //关闭mysql服务 登录 //用户名为root,密码为1234mysql -uroot -p1234mysql -uroot -p //回车再密文输入密码更安全//远程登录mysq……

数据库 MySQL面试总结

MySQL面试总结 # MySQL的存储引擎 `MyISAM`(默认表类型):非事务的存储引擎,基于传统的`ISAM`(有索引的顺序访问方法)类型,是存储记录和文件的标准方法,不是事务安全,不支持外键……

数据库 mysql 问题 一

mac 遇到的问题 ERROR 2002 (HY000): Can‘t connect to local MySQL server through socket ‘/tmp/mysql.sock‘ (2) sudo mysql.server start 无法启动 mysqld 还是不行 version 5.7.28 sudo mysqld_safe ok 解决……

数据库 12c Data guard Switchover Best Practices using SQLPLUS (Doc

12c Data guard Switchover Best Practices using SQLPLUS (Doc ID 1578787.1) APPLIES TO: Oracle Database Backup Service - Version N/A and later Oracle Database Exadata Cloud Machine - Version N/A and later Oracle Cloud Infrastructure - Databas……