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 database actions. In standard auditing, you use initialization parameters and the AUDITNOAUDIT SQL statements to audit SQL statements, privileges, and schema objects, …

Oracle audit table example Read More »

Startup shutdown modes oracle database

In this post, we will discuss Startup and shutdown modes of Oracle database. The startup modes include startup open, startup mount, startup nomount and shutdown modes include shutdown abort, shutdown transactional, shutdown normal, shutdown immediate. Startup and shutdown modes oracle database Startup modes nomount state: This stage is only used when first creating a database …

Startup shutdown modes oracle database Read More »

Structure of a Database

In this Structure of a Database post, we will learn about the physical database design. An Oracle database is a set of files that store Oracle data in persistent disk storage. This section discusses the database files generated when you issue a CREATE DATABASE statement: Oracle database is nothing but the physical files, the following are …

Structure of a Database Read More »

How to create temporary tablespace 11g

In this post, we will discuss the step by step guide to create a temporary tablespace and drop existing temporary tablespace. Steps to create a new temporary tablespace. Check the existing temporary tablespace. Create a new temporary tablespace. Make the newly created temporary tablespace as default. Kill the existing sessions which are using existing temporary …

How to create temporary tablespace 11g Read More »

Oracle 11g:Oracle Networking

In this post, we will discuss networking concepts in Oracle Database 11g. The post will cover different types of networking concepts like listener.ora, tnsnames.ora and sqlnet.ora we also learn about materialized views and different types of materialized views. Oracle Networking Oracle Networking facilitates accessing of data existing on a remote server whether it is client …

Oracle 11g:Oracle Networking Read More »

Configure Listener.ora and tnsnames.ora in orcle

In this post, we are going to learn how to configure listener.ora, tnsnames.ora and how to create a materialized views Configure Oracle Networking Configure listener.ora A listener is configured with one or more listening protocol addresses, information about supported services, and parameters that control its run-time behavior. The listener configuration is stored in a configuration …

Configure Listener.ora and tnsnames.ora in orcle Read More »