
DataBase
文章平均质量分 70
scruffybear
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Windows MySQL本地服务器设置并导入数据库和数据
最近需要在本地Windows环境中设置MySQL服务器,并导入数据库和数据,记录过程。原创 2024-05-06 17:41:48 · 899 阅读 · 1 评论 -
MySQL8.0.37使用过程中返回的两个错误(Error Code: 3780和Communications link failure)
最近在使用MySQL8.0.37过程中返回的两个错误(Error Code: 3780和Communications link failure),进行了解决。原创 2024-05-06 09:12:53 · 980 阅读 · 1 评论 -
Cassandra Windows 10 EXCEPTION_ACCESS_VIOLATION解决
Cassandra启动报错:EXCEPTION_ACCESS_VIOLATION,进行了解决。原创 2023-06-29 09:30:17 · 1465 阅读 · 0 评论 -
ORA-01950: no privileges on tablespace 'USERS' - Oracle
ProblemImport the objects from one user scott to another user tom, returns error ORA-01950: no privileges on tablespace 'USERS'.ProcedureExport all the objects from user scott,[tom@ocp backup]$ ex...原创 2019-09-01 13:12:26 · 1488 阅读 · 0 评论 -
ORA-29701 / CRS-4124 Oracle ASM start failed
Encountered CRS-4124, the OHASD cannot be started, it shows as below:[bob@ocp ~]$ crsctl start hasCRS-4124: 未能启动 Oracle High Availability Services。CRS-4000: 命令 Start 失败, 或已完成但出现错误。Cannot startup ...原创 2019-08-28 23:01:43 · 609 阅读 · 0 评论 -
ORA-19602: 无法按 NOARCHIVELOG 模式备份或复制活动文件
使用非存档模式在RMAN下备份数据文件,遇到ORA-19602错误。错误如下:[tom@ocp ~]$ rman target /恢复管理器: Release 11.2.0.1.0 - Production on 星期二 8月 20 14:01:47 2019Copyright (c) 1982, 2009, Oracle and/or its affiliates. All righ...原创 2019-08-21 14:35:00 · 526 阅读 · 0 评论 -
Oracle under Linux - emctl start dbconsole command failed
After certain time of the testing on the Oracle 11.2.0.1.0 on Linux, encountered below errors.[tom@ocp ~]$ emctl start dbconsoleOracle Enterprise Manager 11g Database Control Release 11.2.0.1.0Copy...原创 2019-07-25 18:00:45 · 613 阅读 · 0 评论 -
Oracle SHARED mode server confiuguration error ORA-12523
文章目录SummaryConfigure Shared server modeProblemSolutionReferenceSummaryConfigure Shared server mode‘listener.ora’ was configured as below,LISTENER3 = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP...原创 2018-12-25 11:19:28 · 270 阅读 · 0 评论 -
Running GUI application as another (non-root) user - Netmgr
文章目录SummaryProblemSolutionReferenceSummaryI can open the Netmgr in the Xshell through Xmanager without any issue. There was problem to do so using Oracle user under xWindows. Resolved it by setting ...原创 2018-12-23 11:54:24 · 431 阅读 · 0 评论 -
Oracle Start listener and Start OEM
Encountered SQL developer- the network adapter could not establish the connection, it is quite simple, the Oracle listener was not start up. Resolved by below command, after startup the listener, can ...原创 2018-12-21 21:12:02 · 331 阅读 · 0 评论 -
"ORA-01034: ORACLE not available" resolved
文章目录SummaryProblemSolutionReferenceSummaryEncountered problem cannot login Oracle by login name and password “system/oracle”, resolved this issue by changed the kernal parameter kernel.sem in sysct...原创 2018-12-20 21:20:29 · 677 阅读 · 0 评论 -
AWS Ubuntu Oracle SQL Developer install and connect
SQL Developer is the GUI software to connect Oracle DB, installed on AWS Ubuntu and tested the connection to RDS.原创 2016-05-26 09:18:21 · 878 阅读 · 0 评论 -
AWS RDS Oracle DB remote connection
Created the Oracle EE on the AWS RDS, tried different methods to connect the created AWS RDS through internet.原创 2016-05-18 15:45:36 · 1774 阅读 · 0 评论