一、下载conda
Index of /https://repo.anaconda.com/archive/index.html选择自己需要的版本下载,例如我下载的版本是Anaconda3-2023.07-1-Linux-x86_64.sh
二、安装conda
进入下载位置并在终端中打开,输入bash 上面下载的.sh文件
一路回车一直到提…
一、切换到Oracle用户
su – oracle二、登录到sys用户
sqlplus / as sysdba三、创建临时表空间
//查询临时表空间有哪些
select name from v$tempfile;//创建(注意替换LRMS_TMP 为自己的表名)
create temporary tablespace LRMS_TMP tempfile /oracle…