惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
SegmentFault 最新的问题
Spread Privacy
Spread Privacy
Google DeepMind News
Google DeepMind News
WordPress大学
WordPress大学
Blog — PlanetScale
Blog — PlanetScale
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Apple Machine Learning Research
Apple Machine Learning Research
SecWiki News
SecWiki News
腾讯CDC
P
Privacy International News Feed
Webroot Blog
Webroot Blog
J
Java Code Geeks
爱范儿
爱范儿
A
About on SuperTechFans
S
Secure Thoughts
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
D
DataBreaches.Net
Cloudbric
Cloudbric
Security Archives - TechRepublic
Security Archives - TechRepublic
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
C
Cyber Attacks, Cyber Crime and Cyber Security
P
Proofpoint News Feed
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Security Latest
Security Latest
Forbes - Security
Forbes - Security
小众软件
小众软件
www.infosecurity-magazine.com
www.infosecurity-magazine.com
C
Cybersecurity and Infrastructure Security Agency CISA
T
Threatpost
量子位
MongoDB | Blog
MongoDB | Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
月光博客
月光博客
W
WeLiveSecurity
P
Privacy & Cybersecurity Law Blog
Vercel News
Vercel News
Google Online Security Blog
Google Online Security Blog
云风的 BLOG
云风的 BLOG
GbyAI
GbyAI
S
Security @ Cisco Blogs
T
The Exploit Database - CXSecurity.com
Help Net Security
Help Net Security
V
Visual Studio Blog
C
CXSECURITY Database RSS Feed - CXSecurity.com
Application and Cybersecurity Blog
Application and Cybersecurity Blog
博客园 - 聂微东
P
Proofpoint News Feed
C
CERT Recently Published Vulnerability Notes
Attack and Defense Labs
Attack and Defense Labs

博客园 - OwenWong

翻下旧资料,发现96年考过foxbase二级 这几年专注于流程管理与RPA落地 关于SSD硬盘 权限模型AGDLP 财务分析的30个基本指标[转] 电子取证工具[转] Odoo-10开发环境配置与测试 AX2012 ERP 维度相关表数据关系图 AX2012 ERP Excel报表方案 AX2012 ERP “系统慢”调优---跟踪SQL执行,优化代码 软件推荐----截图软件Snagit 软件推荐----RDO(Remote Desktop Organizer) 浅谈企业信息化 经典笔试题型----IT经理(IT Manager) 浅谈数据库日志 数据访问安全--数据库遮罩及断词 Data Masking & Tokenization 浅谈安全(数据安全、网络安全) 流程优优项目流程 产品经理--这绝对是一个非常有价值的岗位
软件推荐----数据库数据处理Navicat Premium
OwenWong · 2018-03-26 · via 博客园 - OwenWong

一般情况下,企业对数据库的管控很严,通常管控分成以下:

  • 对整台服务器管理权限,如:操作系统Administrator+SA
  • 对单个数据库(Oracle的表空间)完全权限,如:SQL DB_Owner 
  • 对单个库有DDL权限
  • 对单个库的数据有写权限
  • 对单个库的数据有读权限
  • 表级读写权限
  • 行级、列级读写权限

我也是多年的老DBA了,平时经常查数据以及查系统状态,常常在多个多种数据库之间来回切换,最合适我的就是Navicat Premium。

支持Oracle、SQL、Mysql、PostgreSQL,最新版支持更多,如下:

我一般在数据库开ReadOnly权限用户,在Navicat中设置好后连接使用。我喜欢的功能如下:

  • 导出到Excel
  • 连接配置文件导出备份(连同用户名密码)
  • 数据同步及结构比较
  • 代码片断