Tagged: oracle 11g

Oracle audit table example

In this post, we are going to perform an activity on audit table. We are going to explore various auditing types in Oracle 11g. According to Oracle, Auditing is the monitoring and recording of selected user...

Oracle 11g User Management

In Oracle 11g, each Oracle database has a list of valid database users. To access a database, a user must run a database application and connect to the database instance using a valid user...

Oracle data pump using expdp and impdp

Oracle Data Pump technology enables very high-speed movement of data and metadata from one database to another. All Data Pump Export and Import processing, including the reading and writing of dump files, is done...

Undo tablespace management

in this post, we are going to learn about undo and we will create undo tablespace. What is undo? Oracle maintains a mechanism to maintain information that is used to roll back or undo,...