Search This Blog

Thursday, July 9, 2015

command to cancel a request at database level

update fnd_concurrent_requests
set status_code='D', phase_code='C'
where request_id=&n

No comments:

Post a Comment

Transportable tablespace refresh

  1.check tablespace for the user which need to refresh -------------------------------------------------------------------  SQL> select ...