rman target / log=/orasoft/backup/${DATE}backup1.log <<EOFrun {allocate channel c1 device type disk;allocate channel c2 device type disk;allocate channel c3 device type disk;backup database format '/orasoft/backup/db_%T%U.bak';backup current control
靶场环境:https://www.mozhe.cn/bug/detail/82 首先http://219.153.49.228:49543/new_list.asp?id=1 order by 4 到5的时候报错 数据库表有四列 接下来一段一段查: 查询方式如下: 查表:and exists (select * from 表名) 查列:and exists (select 列名 from 表名) 查数据:1.确定长度 2.确定asc数据(asc编码) and (select top 1 len(
--1.查询全体学生的学号和姓名select sno,sname from student --2.查询全体学生的详细记录select * from student --3.查询软件学院的学生姓名,年龄,系别select sname,sage,sdept from studentwhere sdept='CS' --4.查询所有选修过课程的学生学号(不重复)select distinct sno from sc --5.查询考试不及格的学生学号(不重复)select distinct sno f