摘要:
循环得到时间段每一天 DECLARE date1 date;BEGINdate1:= to_date('2019-01-01','yyyy-mm-dd');WHILE date1<=to_date('2021-05-01','yyyy-mm-dd') LOOPdbms_output.put_line 阅读全文
摘要:
oracle账户下操作: 查看监听情况 lsnrctl status 3、执行以下命令停止数据库监听器运行: lsnrctl stop 4、执行以下命令进入SQLPlus: sqlplus / as sysdba shutdown immediate 5、执行以下命令退出SQLPlus: Exit 阅读全文