我是 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
如果有人能帮助我,我将不胜感激。如果您需要,我可以为您提供更多信息,请不要评判我,我是新手。为了完成安装,我花了一整天的时间。