Query to display all tablespaces in a database and datafiles
In oracle, generally speaking, there are number of facts that I will mention in following section: Each database can have many Schema/User (Logical division). Each database can have many tablespaces (Logical division). A schema is the set of objects (tables, indexes, views, etc) that belong to a user. In Oracle, a user can be considered … Read more