List of Database users about to expire in 'n' days.
select * from dba_users where expiry_date > sysdate - 10 and expiry_date < sysdate + 10
select * from dba_users where expiry_date > sysdate - 10 and expiry_date < sysdate + 10
Oracle E-business suite logs clean up #!/bin/bash cd $EBS_DOMAIN_HOME find $EBS_DOMAIN_HOME -type f -path "*/logs/*.log?*" -mtime...
No comments:
Post a Comment