Oracle not available ora-01034

送分小仙女□ 提交于 2019-12-05 12:30:10

First - and most importantly:

Only use the SYS account for DBA work. Never use it for "regular" work (e.g. creating tables) - use a dedicated regular user account for that.

Secondly: "connected to an idle instance" means Oracle was not started. So as you are already connected as sysdba (again: which you should only do for DBA tasks) you need to start Oracle using the command

startup

in SQL*Plus.

Then log off, log in with a regular user and create your table.

For details see the manual:

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!