3zecisi3

3zecisi3 ... DBA experiences

Monday, January 15, 2018

Unix - Find and delete all files in a path

/usr/bin/find . -name "*.aud*" -print -exec rm {} \;
Posted by Danco at 5:38 PM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Newer Posts Older Posts Home
View mobile version
Subscribe to: Posts (Atom)

Search This Blog

Total Pageviews

Etichete

  • 12c (10)
  • CVS (1)
  • DB2 (1)
  • Docker (1)
  • Linux (2)
  • MySQL (8)
  • Oracle (147)
  • SQL (1)
  • SQL Server (7)

Blog Archive

  • ►  11 (7)
    • ►  09 (4)
    • ►  10 (1)
    • ►  12 (2)
  • ►  12 (88)
    • ►  01 (9)
    • ►  02 (17)
    • ►  03 (20)
    • ►  04 (10)
    • ►  05 (4)
    • ►  06 (1)
    • ►  07 (2)
    • ►  08 (15)
    • ►  09 (2)
    • ►  10 (6)
    • ►  11 (1)
    • ►  12 (1)
  • ►  13 (29)
    • ►  01 (10)
    • ►  03 (3)
    • ►  04 (2)
    • ►  05 (6)
    • ►  06 (5)
    • ►  07 (2)
    • ►  08 (1)
  • ►  14 (18)
    • ►  02 (1)
    • ►  04 (1)
    • ►  05 (2)
    • ►  07 (10)
    • ►  08 (1)
    • ►  09 (3)
  • ►  15 (15)
    • ►  01 (5)
    • ►  02 (2)
    • ►  04 (2)
    • ►  05 (2)
    • ►  07 (4)
  • ►  16 (13)
    • ►  08 (3)
    • ►  10 (5)
    • ►  11 (5)
  • ►  17 (2)
    • ►  10 (1)
    • ►  11 (1)
  • ▼  18 (2)
    • ▼  01 (1)
      • Unix - Find and delete all files in a path
    • ►  05 (1)

Popular Posts

  • Add and register service names with listener
    When you add service names, they are automatically registered with listener by PMON. To add a service name you can alter service_names para...
  • CRS-2800: Cannot start resource 'ora.asm' as it is already in the INTERMEDIATE state on server
    In my test environment with 2 VM I had a situation when the Oracle cluster was unable to start: -bash-4.1# ./crsctl stop cluster CRS-2796...
  • ORA-14452: attempt to create, alter or drop an index on temporary table already in use
    Create temporary table with preserve rows on commit SQL> create global temporary table temp_test (id number) on commit preserve rows; ...
  • View SID for your session
    select distinct sid from v$mystat; or select sys_contect('USERENV','SID') from dual; or select to_number(substr(dbm...
  • ASM 11.2: Instantiating disk: failed at createdisk
    [root@oracle-node-2 ~]$ more /etc/redhat-release Red Hat Enterprise Linux Server release 6.3 (Santiago) [root@oracle-node-2 de...
  • RUNCLUVFY: PRVF-7617 : Node connectivity
    Before installing grid infrastructure, when i ran runcluvfy.sh i received following ERROR: PRVF-7617 : Node connectivity between "or...
  • TNS-12637: Packet received failed (high logon time)
    DB version Oracle Database 11.2.0.4 Error in alert.log Fatal NI connect error 12637, connecting to:  (LOCAL=NO)   VERSION INFORMATIO...
  • 11g - Data Guard - Primary/Standby Windows Server reboot
    Procedure for Primary Oracle server reboot Create safe backups for Primary and Standby databases C:\Use...
  • ORA-04095 trigger already exists on another table, cannot replace it
    When trying to compile a trigger you receive following error: ORA-04095 trigger "string" already exists on another table, canno...
  • emdb.nohup: XML-20108: (Fatal Error) Start of root element expected ement expected
    oracle@dbt1.ro:/home/oracle>emctl start dbconsole Oracle Enterprise Manager 11g Database Control Release 11.2.0.3.0 Copyright (c) 1996...
By DANCO. Awesome Inc. theme. Powered by Blogger.