Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • nfs mount command Linux/Unix
  • purge_trc.sh Linux/Unix
  • Remove duplicate rows from table Oracle
  • DBMS_SQL for alter session. Oracle
  • Gathering statistics with DBMS_STATS Oracle
  • CPU Core related projections AWS
  • Changing unix system clock when Oracle database is running. Oracle
  • UTL_FILE test program Oracle
  • How does one overcome the Unix 2 Gig file limit? Linux/Unix
  • How to start CRS manually Oracle
  • online_ts_bkup.sql Oracle
  • To find explain plan for a statement that occurred in past. Oracle
  • Caching sequence in Memory Oracle
  • dbms_job.submit example Oracle
  • adding new line after specific pattern using sed Linux/Unix

Oracle Identifiers

Posted on 31-May-2006 By Admin No Comments on Oracle Identifiers

Oracle Identifiers:

===================

In order not to make using Oracle confusing, there are some identifiers whose meaning must be totally clear if one want to work on Oracle:

SID (System Identifier):

========================

A SID (almost) uniquely identifies an instance. Actually, $ORACLE_HOME, $ORACLE_SID and $HOSTNAME identify an instance uniquely.

The SID is 64 characters, or less; at least on Oracle 9i.

The system identifier is included in the CONNECT_DATA parts of the connect descriptors in a tnsnames.ora file.

The SID defaults to the database name.

Global database name:

=====================

A database is uniquely identified by a global database name.

Usually, a global database name has the form somename.domain.

The global database name is the composit of db_domain and db_name.

Database Name:

==============

All mounted databases in a network must have a unique database name. This name is specified at the time of the creation of the database and burned into the control files.

The name of the database must correspond to the db_name parameter.

The database name (as well as the database id) can be changed with the nid (DBNEWID) tool.

DBID = Database Identifier:

===========================

The DBID is a unique identifier. It is found in all datafile headers. The DBID is used to identifiy the database a file belongs to.

The DBID is also found in the control files. It can therefore be gotten without access to the datafiles (startup mount, select * from v$database)

The dbid is important when the SPFILE or controlfiles must be recovered.

Oracle, SQL scripts

Post navigation

Previous Post: DETERMINING WHICH INSTANCE OWNS WHICH SHARED MEMORY & SEMAPHORE SEGMENTS
Next Post: how to find OS block size

Related Posts

  • TRUNCATE table and disabling referential constraints. Oracle
  • find_idle_cpu.sql Oracle
  • useful dg links Oracle
  • Set Role explaination. Oracle
  • SQL Tracker by SID sqltrackerbysid.sql Oracle
  • Oracle Material from OTN Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Django (0)
  • GIT (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (403)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (18)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (350)
  • SQL Server (6)
  • Uncategorized (5)
  • Videos (0)

Recent Posts

  • Key Management in Oracle: The Core Issue: Missing Master Key12-May-2026
  • SAT Mathematics 10 questions and answer at the end.30-Apr-2026
  • top 10 AI news today30-Apr-2026
  • runon_allpdbs_show_conname.sh23-Apr-2026
  • runon_allcdbs_find_pdbs.sql23-Apr-2026
  • Running PDB on single node in RAC09-Apr-2026
  • find_arc.sql09-Apr-2026
  • pvm_pre_change.sql08-Apr-2026
  • find_encr_wallet.sql08-Apr-2026
  • find_pdbs.sql08-Apr-2026

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Small sample shell program Linux/Unix
  • ORA-00064: object is too large to allocate on this O/S during startup Oracle
  • Jai Shree Ram Oracle
  • First Entry in RAC Oracle
  • Guide to Linux System Command Mastery Linux/Unix
  • How to choose Driver table in SQL statement Oracle
  • Adding addidional hard drive and attach it to a linux box. Linux/Unix
  • Another export with Query Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme