简体   繁体   English

Oracle SQL Developer连接问题

[英]Oracle SQL Developer connection issue

I am trying to create new connection in Oracle SQL Developers but connection failed message occurred. 我试图在Oracle SQL Developers中创建新的连接,但是出现connection failed消息。 It's asking for username and password, I didn't know what username and password should I provide. 它要求输入用户名和密码,但我不知道应该提供什么用户名和密码。 As I had not asked to set username and password while installing Oracle SQL Developer 由于在安装Oracle SQL Developer时没有要求设置用户名和密码

Welcome to StackOverflow! 欢迎来到StackOverflow!

Based on step 3 of "Creating a Database Connection" in this documentation the default username is hr and default password is also hr 基于本文档中“创建数据库连接”的步骤3,默认用户名是hr ,默认密码也是hr

If that does not work, try: 如果那不起作用,请尝试:

  • username: SYS and password: change_on_install or CHANGE_ON_INSTALL 用户名: SYS和密码: change_on_installCHANGE_ON_INSTALL
  • username: SYSTEM and password: manager or MANAGER 用户名: SYSTEM和密码: managerMANAGER

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM