Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: which initSID?

RE: which initSID?

From: jaimin <jaimin_at_rolta.com>
Date: Mon, 25 Jun 2001 20:29:33 -0700
Message-ID: <F001.003378C9.20010625200543@fatcity.com>

This will not give you solution. As backup of controlfile to trace will not give initSID.ora file path.

Actually as per my knowledge there is no table which gives path of initSID.ora file. What you can do is find all init parameter files in your system. Then check SID part of your filename. If you have any doubt then also count SGA of each initSID.ora and your database SGA.

This is not 100 percent correct and also seems to be some what tedious but you can try this for your database.

Regards,
Jaimin.

-----Original Message-----
Michael (TEM)
Sent: Tuesday, June 26, 2001 3:51 AM
To: Multiple recipients of list ORACLE-L

Can't you do it indirectly with an 'alter database backup controlfile to trace' command? I seem to recall that there's a path to the initSID.ora file there. 'Course, it could be just the generic path...I never tried changing it to see...

HTH,
Mike

---
===========================================================================
Michael P. Vergara              | I've got a PBS mind in an MTV world
Oracle DBA                      |
Guidant Corporation             |


-----Original Message-----
Sent: Monday, June 25, 2001 2:51 PM
To: Multiple recipients of list ORACLE-L


Seema,
There is no way to find that out.
Unless, the init.ora uses ifile option and the file pointed to by ifile
contains all the parameters. In that case you can query v$parameter view to
see what ifile points to.
By default Oracle looks for it in the $ORACLE_HOME/dbs directory.

HTH,

- Kirti Deshpande
  Verizon Information Services
   http://www.superpages.com


> -----Original Message-----
> From: Seema Singh [SMTP:oracledbam_at_hotmail.com]
> Sent: Monday, June 25, 2001 2:09 PM
> To: Multiple recipients of list ORACLE-L
> Subject: which initSID?
>
> Hi gurus
> How we know which initSID.ora file are in use in running instance if disk
> is
> not designed as OFA?
> Where can I found referenced tables name menas which Data dictionary
> table?
> Thanks
> -Seema
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Vergara, Michael (TEM) INET: mvergara_at_guidant.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: jaimin INET: jaimin_at_rolta.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Received on Mon Jun 25 2001 - 22:29:33 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US