如何启动oracle实例。忘记了 uname pwd

发布于 2024-09-11 00:40:28 字数 284 浏览 4 评论 0原文

这不是一个开发问题,而是一个愚蠢的技术问题...

我已经在本地 Windows 机器上安装了 Oracle 10g。当我在 IE 中打开数据库控制窗口时,它显示侦听器已启动,但实例已关闭。我尝试从那里启动它,但它说 uname pwd 错误。我如何启动实例或找到我的 uname 和 pwd?

错误:

ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist

this one isn't a dev question but silly tech quesiton...

I had installed oracle 10g on my local windows box. When I open the Database Control window in IE it shows that listener is up but instance is down. I try to start it from there but it says wrong uname pwd. How can I start the instance or find my uname and pwd?

Error:

ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

故人如初 2024-09-18 00:40:28

以 ORA_DBA 组成员的身份登录,打开命令窗口,将 ORACLE_SID 设置为实例的名称,然后输入:

sqlplus / as sysdba
startup

此时,更改您忘记了 PW 的用户的密码。

Log in as a member of the ORA_DBA group, open a command window, set your ORACLE_SID to the name of your instance, and enter:

sqlplus / as sysdba
startup

At that point, change the password for the user you've forgotten the PW for.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文