Welcome to Oracle Masters. The portal, as the tagline says, is for anything Oracle. FAQs, Certifications, Resources! In addtion, there will be pages on real life scenarios, Oracle internals, approaching the DBA job at various stages in your career and many other useful resources.Further, if you have a question, you can ask it and we will answer it at the earliest!
So join in. Learn, share and prosper!
Register with us!





Ramesh Menon
Oracle Certified Master - 10g
Oracle Certified RAC Expert - 10g
Oracle Certified Professional - 11g

Are you interested in Weekend/Online Training in Oracle DBA? Do you have business/consulting requirements? Click here Enquiry Form to leave your requirements or mail me at Ramesh Menon


This entry is part 2 of 5 in the series Oracle Database Concepts

Every Oracle instance needs an initialization parameters to startup. This file determines the attributes and corresponding values for the instance as well as the database.

A few examples of these attributes(parameters) are listed below

Popularity: 11% [?]

AKPC_IDS += "266,";

Popularity: 3% [?]

Auditing User Logins via LOGON TRIGGER – Database & Schema level

The LOGON TRIGGER enables us to audit user connections to the database.
The following example shows you how to create a logon trigger at database level (for all users)
and at schema level (a particular user)

Popularity: 13% [?]

This entry is part 2 of 2 in the series SQL FAQs

Popularity: 5% [?]

Configurationless connections, enable you to bypass TNSNAMES.ORA file and directly connect to the server as follows

sqlplus username/password@[//][host][:port][/service_name]

In order for this to work, the following needs to be added to sqlnet.ora on the server $ORACLE_HOME/network/admin location

NAMES.DIRECTORY_PATH=(ezconnect,tnsnames)

Popularity: 4% [?]

This entry is part 1 of 2 in the series SQL FAQs

Popularity: 6% [?]

Internet Advertisingundelete