SQLPlusを実行し、SYSユーザーとして接続し(インストール時に入力した管理者のパスワードを使用)、HRユーザーのロックを解除して新しいパスワードを入力します。
C:\>sqlplus sys as sysdba
SQL*Plus: Release 12.1.0.2.0 Production on Mon Oct 19 18:10:51 2015
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Enter password:
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
SQL> alter user hr identified by new_password;
User altered.
SQL> alter user hr account unlock;
User altered.
Windowsを使用している場合は、ファイアウォール構成を実行し、TCP/IPポート1521への接続を許可します。
SQL Developerを実行し、「接続」パネルの大きな緑色の「+」アイコンをクリックします。
次のようなダイアログボックスが表示されます。
上の図のように、このフォームにフィールドに入力します。
SIDは、インストール時に入力したデータベース名です(デフォルトはORACLです)。
[テスト]ボタンをクリックして、問題がないかどうかを確認します。 、[保存]ボタンをクリックして接続の構成を記憶し、[接続]をクリックします。