Fork me on GitHub

Oracle常见异常

sqlplus

ORA-12560: TNS:protocol adapter error

image
登录时出现协议适配错误,可能是oracle数据库服务没启动,启动服务即可。
image

ORA-01219: database or pluggable database not open: queries allowed on fixed tables or views only

image
打开pdb即可

alter database open;
alter pluggable database ORCLPDB open;

ORA-65096: invalid common user or role name

image
创建用户时出现公用用户名或角色名无效。
Oracle 12c往后创建用户要么以C##开头, 要么切换到PDB容器创建local用户。
详细

posted @   秋夜雨巷  阅读(235)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· 单线程的Redis速度为什么快?
· SQL Server 2025 AI相关能力初探
· AI编程工具终极对决:字节Trae VS Cursor,谁才是开发者新宠?
· 展开说说关于C#中ORM框架的用法!
历史上的今天:
2021-07-14 org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'XXService' is expected to be of type 'XXService' but was actually of type 'com.sun.proxy.$ProxyXX'
2020-07-14 PS制作电子签名
2020-07-14 Windows Server 2012 R2安装mssql
点击右上角即可分享
微信分享提示