// ]]>

Monday 30 June 2014

SAP* delete



Go to AIX 
then 

Su – orahsp
Sqlplus “/ as sysdba”


select bname from SAPIDES.usr02
where bname like 'SAP*' and mandt ='800';


delete from SAPIDES.usr02
where bname like 'SAP*' and mandt ='800';

No comments:

Post a Comment