在 Ubuntu 18.04 上安裝 Oracle Database XE 時出現問題

在 Ubuntu 18.04 上安裝 Oracle Database XE 時出現問題

我是 Ubuntu 新手,但我正在嘗試使用本教程安裝 Oracle Database XE 11g: Ubuntu 教程鏈接

我的 Ubuntu 不是 14-04,而是 18.04,但我收到此錯誤

步驟 4. 3. 使用 SQL 指令在 Oracle 中建立常規使用者帳戶...

target@target-Lenovo-G700:~$ sqlplus sys as sysdba

SQL*Plus: Release 11.2.0.2.0 Production on Sat May 18 20:25:54 2019

Copyright (c) 1982, 2011, Oracle.  All rights reserved.

Enter password: 
Connected to an idle instance.

SQL> create user target identified by 12345678;
create user target identified by 12345678
*
ERROR at line 1:
ORA-01034: ORACLE not available
Process ID: 0
Session ID: 0 Serial number: 0

如果有人可以幫助我,我將非常感激。如果您需要,我可以為您提供更多信息,請不要評判我,我是新手。為了完成安裝,我花了一整天的時間。

相關內容