Home > Database > Mysql Tutorial > ORA-00988: 口令缺失或无效[Oracle 10g会有的一个错误]

ORA-00988: 口令缺失或无效[Oracle 10g会有的一个错误]

WBOY
Release: 2016-06-07 17:31:54
Original
1366 people have browsed it

ORA-00988: 口令缺失或无效[Oracle 10g会有的一个错误]

今天在我电脑上创建一个user竟然会错,让我郁闷死了【语句如下】

SQL> create user zkj identified by 123;
create user zkj identified by 123
                              *
第 1 行出现错误:
ORA-00988: 口令缺失或无效

记得之前用Oracle 11G版本的时候没出现过这个错误啊

当我改成这个样子的时候

SQL> create user zkj identified by "123";

反而可以了,百思不得其解。。最后搜索了好大一会儿。或许这是oracle 数据库版本低的缘故

谨记一下:在设置数据库实例的密码时,,注意不要以数字开头,否则您将会遇到 ORA-00988 missing or invalid password (口令缺失或无效) 错误。

心细才能握好一切~~ :)

相关阅读:

SPFILE 错误导致数据库无法启动(ORA-01565)

ORA-01172、ORA-01151错误处理

ORA-00600 [2662]错误解决

ORA-01078 和 LRM-00109 报错解决方法

linux

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template