码迷,mamicode.com
首页 >  
搜索关键字:启动数据库    ( 489个结果
修改 oracle 数据库的 sys 账号密码,alter user sys identified by Aa123456@#_# * ERROR at line 1: ORA-01034: ORACLE not available Process ID: 0 Session ID: 0 Serial number: 0
挺久没有登录的 oracle 数据库,因为公司要求加固密码,登录后修改失败 1、启动数据库的同时启动控制文件、数据文件,提示:cannot mount database in EXCLUSIVE mode 2、启动数据库的同时启动控制文件、不启动数据文件,提示:database not mounte ...
分类:数据库   时间:2020-07-03 10:36:46    阅读次数:132
Oracle数据库故障处理方法
1.启动数据库报错:ORA-01102:cannot mount database in EXCLUSIVE mode 给客户处理oracle故障,遇到如下报错: 以sys登录至数据库,执行shutdown immediate; startup;命令报错如下: 数据库默认以独占(EXCLUSIVE) ...
分类:数据库   时间:2020-06-27 09:48:07    阅读次数:81
MySQL常用命令
MySQL常用命令 操作系统: ubuntu 18.04 mysql版本:8.0 启动数据库 ubuntu启动MySQL服务端 service mysql start 连接本地数据库 mysql -u root -p -u 后接用户名,不使用此参数默认用户就是root -p 使用密码,在执行命令后将 ...
分类:数据库   时间:2020-06-22 15:28:57    阅读次数:62
MariaDB10.4以上版本安装
MariaDB10.4以上版本的安装与旧版本稍微有些区别 1. 先执行 mysql_install_db.exe 以生成mysql.db等 2. 创建服务,服务名称设为: MariaDB10 执行 mysqld.exe --install MariaDB10 3. 启动数据库服务 MariaDB10 ...
分类:数据库   时间:2020-06-16 14:50:09    阅读次数:178
ORA-00119: invalid specification for system parameter LOCAL_LISTENER
问题背景: 客户启动数据库报错,协助排查问题 问题解决: 报错日志如下: SQL> startup;ORA-00119: invalid specification for system parameter LOCAL_LISTENERORA-00132: syntax error or unres ...
分类:其他好文   时间:2020-06-11 22:07:04    阅读次数:62
ORA-00742:Log read detects lost writein thread 1 sequence 1202 block 137840
问题背景: 客户数据库环境遭遇断电宕机,启动数据库失败,协助查看。 报错如下: 1 Total System Global Area 6442450944 bytes 2 Fixed Size 8807168 bytes 3 Variable Size 1375735040 bytes 4 Data ...
分类:其他好文   时间:2020-06-11 21:52:31    阅读次数:59
ORA-00742:Log read detects lost writein thread 1 sequence 1202 block 137840
问题背景: 客户数据库环境遭遇断电宕机,启动数据库失败,协助查看。 报错如下: 1 Total System Global Area 6442450944 bytes 2 Fixed Size 8807168 bytes 3 Variable Size 1375735040 bytes 4 Data ...
分类:其他好文   时间:2020-06-11 21:32:12    阅读次数:51
ORA-00119: invalid specification for system parameter LOCAL_LISTENER
问题背景: 客户启动数据库报错,协助排查问题 问题解决: 报错日志如下: SQL> startup;ORA-00119: invalid specification for system parameter LOCAL_LISTENERORA-00132: syntax error or unres ...
分类:其他好文   时间:2020-06-11 21:31:28    阅读次数:54
RMAN恢复until time or recovery window is before resetlogs time
正确恢复步骤为: 1.看系统原型,rman:>list incarnation of database "portgis";2.重新启动数据库到加载状态.3.重置原型到时间点之前 rman:>reset database to incarnation 54.执行恢复 不然就会有下面的问题了: 在我们 ...
分类:Windows程序   时间:2020-06-09 12:53:22    阅读次数:81
Oracle12C开启归档模式
Oracle12C开启归档模式 安装Oracle12C后,默认是没有开启归档模式的,可按以下方式开启。1、查看归档相关信息: archive log list 可以看到数据库未开启归档。2、关闭数据库:shutdown immediate 3、启动数据库至mount状态:startup mount ...
分类:数据库   时间:2020-06-08 12:48:29    阅读次数:114
489条   上一页 1 2 3 4 5 ... 49 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!