无法使用 cmd 获取完整转储:无效的用户名/密码错误

发布于 2024-11-27 16:49:11 字数 214 浏览 6 评论 0原文

我正在尝试获取某个名为 HQBASE 的数据库的完整转储。我在 cmd 中编写以下命令

exp userid=sys/123456 FULL=Y FILE=C:\HQ_FULL.DMP

,但收到无效的用户名/密码:登录被拒绝错误

如果我通过 SQLPLus 或具有相同凭据的任何其他 IDE 连接到数据库,则不会收到错误并已连接。

I'm trying to get a full dump of a certain database called HQBASE. I write the following command in cmd

exp userid=sys/123456 FULL=Y FILE=C:\HQ_FULL.DMP

but I get invalid username/password:logon denied error

If I connect to the database through SQLPLus or any other IDE with the same credentials I get no error and connected.

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

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

发布评论

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

评论(1

少跟Wǒ拽 2024-12-04 16:49:11

我认为你的语法可能是错误的。我检查了一些示例,他们建议用户/密码是第一个参数,没有说明符:

exp sys/123456 FULL=Y FILE=C:\HQ_FULL.DMP

I think your syntax may be wrong. I checked some examples and they suggest that user/password is the first parameter, without specifier:

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