EXP utility on 11gR2 will not work on empty tables with zero rows Get link Facebook X Pinterest Email Other Apps - November 24, 2011 1)Identify tables with 0 rows 2)Issue following command on those tables ALTER TABLE > ALLOCATE EXTENT; 3) Now EXP utility will work Read more
Identify empty tables in oracle Get link Facebook X Pinterest Email Other Apps - November 24, 2011 SELECT * FROM User_Tables s WHERE s.num_rows=0 Read more
To find PORT availability on unix systems Get link Facebook X Pinterest Email Other Apps - November 22, 2011 To find PORT availability on unix systems netstat -an | grep > Read more