摘要: 1、使用linux用户oralce登录服务器 2、连接oracle sqlplus /nolog; connect as/ sysdba; 3、创建用户 create user testUser indentified by abc123456 default tablespace SCFCEB_T 阅读全文
posted @ 2022-04-08 18:14 Latiny 阅读(465) 评论(0) 推荐(0) 编辑