August 2014

Find the Oracle Default Tablespaces

Short and to the point: SELECT * FROM database_properties WHERE property_name LIKE ‘DEFAULT%TABLESPACE’;

Read more →