e2fsck -c /dev/SDx
Sunday, September 15, 2019
Sunday, March 17, 2019
SQL Oracle Command
select name_id, company from name where name_id in ('182899','182900','182905','183370','184118','184120','184689','185405','185761','186116','186167','186204','186374','186903','187117','187118','187652','187672','187888','188682','188869','189278','189616','189884','190150','190170','190180','190190','190197','190879','191144','191487','191903','192121','192635','192897','192899','193621','193634','193650','193880','193900','193999','194158','194196','194234','194238','194242','194441','194590','194644','194755','195179','195183','195184','195188','195384','195388','195481','195489','195774','196125','196151','196154','196559','196593','196622','196640','196935','197657','197867','198246','198248','198310','198383','198690','198946','198980','199314','200510','200515','200618','200779','200893','201412','201429','201431','201631','201832','201851','69712')
Wednesday, February 6, 2019
Oracle Password
- sqlplus opera/opera@opera
- update application$_user set app_password='BETTERTHANV6' where app_user='SUPERVISOR';
- commit;
- exit
- update application$_user set app_password='BETTERTHANV6' where app_user='SUPERVISOR';
- commit;
- exit
SQL> update opera.application_user set app_password='BETTERTHANV6' where app_user='SUPERVISOR'; SQL> update opera.application_user set account_locked_out_yn='N' where app_user='SUPERVISOR'; SQL> update opera.application_user set lockout_date=NULL where app_user='SUPERVISOR'; SQL>commit; SQL>exit;
Subscribe to:
Posts (Atom)