DeveloperDaysVM2016-06-02_13.ovaをhttp://www.oracle.com/technetwork/database/enterprise-edition/databaseappdev-vm-161299.htmlからダウンロードし、Virtual Boxに正常にロードしました。
「oracle」ユーザーとしてログインすると、デスクトップが表示されます。
仮想マシン内からFirefoxを開き、次の場所に移動しました。
http:// localhost:8080 / ords / hrrest / employees /そして、JSON形式で従業員のリストを正常に受信しました。データベースが稼働していることはわかっています。
私の唯一の問題は、データベースにログインできないことです。
私は試した:
[oracle@vbgeneric oracle]$ sqlplus oracle
SQL*Plus: Release 12.1.0.2.0 Production on Tue Jul 5 17:32:22 2016
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Enter password: oracle
ERROR:
ORA-01017: invalid username/password; logon denied
Enter user-name:
私のORACLE_SID = orcl12c
データベース自体にログインするにはどうすればよいですか?
community.oracle.com/thread/2238643?start=0&tstart=0
—
Philᵀᴹ