在win7上运行oracle10g时,可能要以管理员权限运行。还有可能有其他问题,如:

ERRORORA-01017invalid usernamepassword

SQL> conn / as sysdba SQL> alter user SCOTT account unlock identified by tiger;

User altered.

SQL> select username,account_status from dba_users where username='SCOTT'; USERNAME                       ACCOUNT_STATUS ------------------------------ -------------------------------- SCOTT                                OPEN

SQL> conn scott/tiger Connected.

SQL> select * from tab;

相关文章:

  • 2021-04-19
  • 2022-01-28
  • 2022-12-23
  • 2021-07-02
  • 2021-07-06
  • 2021-11-21
  • 2021-07-31
  • 2021-12-13
猜你喜欢
  • 2021-12-25
  • 2022-12-23
  • 2021-11-13
  • 2022-02-27
  • 2021-10-18
  • 2021-06-04
  • 2022-12-23
相关资源
相似解决方案