摘要:
hostnamectl set-hostname xxx linux修改主机名字 登录linux下的oracle方式:sqlplus / as sysdba impdp scott/123@PROD(实列名字) file="ard2019-05-3003.dmp" cluster=N logfile 阅读全文
摘要:
建表空间 create tablespace THAMS logging datafile 'D:\test2\TOOLBOX.dbf'size 700m autoextend on next 32m maxsize unlimited extent management local; 建目录 cr 阅读全文