location of the spfile

I did an installation of an Oracle Database 11.2 using Volumes of ASM.

I figured out that the spfile file was placed on the Volume of the ASM, a pfile is created in the directory of $ORACLE_HOME/dbs.

After the setting in the file pfile-spfile settig, everything works fine.

However, I don't know if this is intended (spfile on ASM, local pfile).

I noticed when I issued an alter system scope spfile command.

Concerning

Christian

Yes, it's normal.

Tags: Database

Similar Questions

  • How to stop using the SPFILE

    I need to remove the spfile a database. I want to use only the pfile file. How do I do that?

    Hello
    The default location of the SPFILE is under $ORACLE_HOME/dbs on Unix and %ORACLE_HOME%\database on Windows.

    You can directly delete SPFILE. Oracle search sequentially follwing files at startup in above directory.

    spfileSID.ora
    SPFile.ora
    initSID.ora
    init.ora

    SELECT DECODE (' NULL, 'PFILE' value, ' SPFILE ") 'Init file Type' v $ parameter WHERE name ="spfile ".

    HTH
    Kind regards!

    Published by: Ora - Lad on November 26, 2008 09:03
    PS. before you delete the SPFILE, create PFILE FROM SPFILE

  • How to change the spfile to the CCR with location + DATA.

    Dear all,

    My CAR is 2 node 11 GR 2 on Linux.

    I need to change my spfile since my UNDO tablespace give error when starting Oracle:

    ORA-01092: ORACLE instance is complete. Disconnection forced
    ORA-30012: undo tablespace "UNDOTBS2" there is not, or of the wrong type

    I changed the UNDO TABLESPACE recently to help change the system only.

    Now, I want to change the UNDO TABLESPACE in spfile.

    When I go to the dbs directory I can see the settings file and its content is: SPFILE='+DATA/racdb/spfileracdb.ora'

    I need to change this file, how can I change it?

    Kindly help

    Kind regards
    Imran

    mrimran,

    After asking a huge amount of questions doc you need to know

    change the scope = spfile system

    modifies the spfile

    You should also know how to find documentation (searchable) at http://tahiti.oracle.com and use

    Your abuse of this forum with questions doc is totally unacceptable.

    I then mark, any other issue of doc of your grip as abuse of this forum. Each question, up to the moderators have deleted you!

    ----------------
    Sybrand Bakker
    Senior Oracle DBA

  • Several instances of container, with PDB, located in the same House of Oracle?

    Hello

    I'm just doing labs OBE on a VM for now, until I get new hardware which runs to 12.1.0.2 database. The issue I'm having with a laboratory OBE, which demonstrates her unplug and plug from one container to another PDB has confused me. The laboratory reports the following set up:

    Prerequisites

    Before you begin this tutorial, you should:

      • Install the Oracle 12 c database.
      • Create two CDBs with two PDBs in the CBD first.
    1. The environment used in the development of this tutorial is:
      • ORACLE_HOME: /u01/app/oracle/product/12.1.0
      • TNS listener: 1521
      • Databases:
        • SID: cdb1
        • SID: cdb2
      • Pluggable databases (in cdb1):
        • PDB1
        • pdb2

    The problem I have is when I use DBCA or scripts to create CDB2, it does not create a new database from the container. I get an instance and a database called CDB2, but it is not a CBD. I getORA-65090: operation only allowed in a container database.

    In the DBCA Wizard, make sure that "install connectable database to" is checked, and I in the SPFILE ENABLE_PLUGGABLE_DATABASE = TRUE... The new instance is the name I gave him, without plug-in database installed and for CDB2:

    SQL > select name from v$ database;

    NAME

    ---------

    CDB2

    SQL > show con_id

    CON_ID

    ------------------------------

    0 (is expected to see a 1)

    SQL > show con_name

    CON_NAME

    ------------------------------

    cdb2 (is expected to see CBD$ ROOT)

    The link to the lab can be found here:

    Connect a disconnected Pluggable database

    Is it possible to have two databases containing the same ORACLE_HOME? What Miss me to install a second data base of the container?

    I chose not "tocreate a database of the container", but that I listed above, when he tries create the pdb file, it returns ORA-65090: operation allowed only in a database container.

    The OS is OEL 6.6 X86_64.

    You haven't said why you change the SPFILE - it will be created properly when you create a CBD.

    Remember: we cannot see your monitor or WHAT you do.

    You must post EACH NOT you do and EACH ENTRY you make or that we cannot try to reproduce the problem.

    Take a look at this article in the Oracle database in DBCA use to create a CBD and PDB at the same time. Notice how he SAYS what entries are made.

    ORACLE-BASE - shared: create and configure a database container (CDB) in Oracle Database Release 1 (12.1) 12 c

    Note also that the FIRST screen of the DBCA section will NOT lets you choose a House of the Oracle, but only the location for the database files.

  • restore from default location in ASM spfile

    Hi all

    Database: 11g

    EBS: 12.1.3

    Operating systems: Solaris Sparc 64-bit

    Description of the problem:

    Cloning of the Source A instance instance target B, and both are in ASM instances. RMAN backup pending source ended, that has the spfile configured in the default location in ASM for example, see below

    ASMCMD [+ ASMDG003/TEST1 > ls - lt]

    Name of type Redund time scratched Sys

    TEMPFILE Y.

    Y ONLINELOG.

    DATAFILE Y.

    Y CONTROLFILE.

    N spfiletest1.ora = > +ASMDG003/TEST1/PARAMETERFILE/SPFILE.747.856347

    In addition, there is no SPFILE in $ORACLE_HOME/dbs to the TEST1 source instance. INITTEST1.ora file has the following entry:

    Cat INITTEST1.ora

    SPFile='+ASMDG003/test1/spfileTEST1.ora'

    Question: In the instance target to be cloned from RMAN backup FRO instance source TEST1, the performance of ' restore automatic backup spfile "rental."

    The spfile will be restored in $ORACLE_HOME/dbs in the instance target TEST2?

    If you would be grateful if someone could share their resolution.

    Thank you

    user10088255

    Solved your problem?

    If we answer your question, please mark replied to your thread.

    Best regards & thanks

    Mr. Mahir Quluzade

  • Comparing the spfile and pfile

    Hi all

    11.2.0.3

    I want to compare my pfile_old generated a month ago and the spfile current, just to check if there have been changes.

    So, I converted my current spfile to pfile_new. To make the taskeasy...

    Then, I created an external table for this 2 files with the same name.

    create table pfile_old (text1 varchar2 (100))

    external organization (type oracle_loader default BDUMP directory

    access parameters (records delimited by newline)

    location ("pfile_old.txt"))

    reject the limit 1000;

    create table pfile_new (Text2 varchar2 (100))

    external organization (type oracle_loader default BDUMP directory

    access parameters (records delimited by newline)

    location ("pfile_new.txt"))

    reject the limit 1000;

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

    But when I compare the values, none are equal?

    Select text1 from pfile_old less select Text2 pfile_new;

    everything is selected in pfile_old.

    How can I fix this?

    Thank you

    zxy

    Have you looked at the actual data in both files to see what are the real differences?  It is impossible for us to guess what may be different between the files, because we have no idea how the original pfile has been created or maintained.  You have two files.  You know what lines you expect to be the same.  You know, or can know, what are the real differences.

    If, once you know why they are different and determine the algorithm you want to use for comparison, we would be happy to help you to implement this algorithm if you know enough PL/SQL to do.  But you'll have to do the legwork.

    Of course, discover that something has changed by looking at the spfile rather than through good change control process is rather crazy in and of itself.  In the past, you indicated that you are somehow responsible for a large system.  There is no universe in which it makes sense for a DBA of a real production system (not to mention one who claims to have sensitive data or to be 24 x 7) to be surprised by a change in initialization parameter.

    Justin

  • Let the RMAN to know the location of the backup during RMAN DUPLICATE item

    RDBMS Version: 11.2.0.3
    Platform: AIX 6.1

    I spent a few discussions lately about the creation of standby DB by using the RMAN DUPLICATE method.

    Taking an example from a thread by steve74 yesterday.

    The commands below are executed after copying the elements of hot backup of the primary DB Backup on the standby server.
    --- Will be running the following DUPLICATE command from standby server 
     
    export ORACLE_SID=orcldg
    SQL> startup nomount pfile='/u01/app/oracle/11.2/db_home1/dbs/initorcldg.ora'
     
     
    rman target sys/mypass@PRIMARY_TNS auxiliary / 
     
    run 
    {
         allocate channel C1 device type disk;
         allocate auxiliary channel C2 device type disk;
         duplicate target database for standby nofilenamecheck;
    }
    The auxiliary instance is just in NOMOUNT. Lets say I copied the primary DB Backup items to the
    following in the standby server location
    /u04/backup/RMAN
    I don't see all the above commands which allows to RMAN knows about this place where are stored the backup pieces. For regular DB cloning, we are cataloging of backup items using the CATALOG command. But, you need a control file to do cataloging. The auxiliary instance does still not have control file. So, how this work?

    Hello

    simple. duplicate is a faster and simpler, method because you issue a command.
    After configuration, you issue a command, and if the pfile/spfile is properly configured, RMAN takes care of ALL the necessary measures, even for ASM (assuming the switch of data file also). It restores the CF, he set up the db, it restores, it retrieves, it updates the CF with the correct names, it converts file names if necessary, open the DB ETC.
    And, since only a single command is used, it is less prone to errors.
    And allows you to save a lot of trouble.
    Quite simply, you have a few details such as the location of the backuppieces.

    It works very well also for DEV env refreshes (with a few modifications on the pfile/spfile file).

    BR,
    jpinela.

    Published by: Pinela December 21, 2012 16:02

  • changing the location of the log archiving PLZ flash recovery area HELP!

    Hi all

    My journal archive is stored in an area of memory flash that got the full and the production server is down.

    Details of the alerts log file...
    ORA-19809: limit exceeded for recovery files
    ORA-19804: cannot reclaim 43432960 bytes disk space from 2147483648 limit
    *** 2010-04-25 14:22:49.777 62692 kcrr.c
    ARCH: Error 19809 Creating archive log file to 
    
    '/oracle/product/10.2.0/flash_rec
    overy_area/EDWREP/archivelog/2010_04_25/o1_mf_1_232_%u_.arc'
    *** 2010-04-25 14:22:49.777 60970 kcrr.c
    kcrrfail: dest:10 err:19809 force:0 blast:1
    I deleted the files and started the database,

    Can a good person kindly tell me how to avoid this problem in the future by keeping the destination of the newspaper archive in the flash recovery area.

    I want to change the location of the files to archive log, can someone ' a please guide me about hiow to do

    I changed the size of the area of recovery flash for now, but I fear that it will be again!
    SQL> select * from v$flash_recovery_area_usage;
    
    FILE_TYPE    PERCENT_SPACE_USED PERCENT_SPACE_RECLAIMABLE NUMBER_OF_FILES
    ------------ ------------------ ------------------------- ---------------
    CONTROLFILE                   0                         0               0
    ONLINELOG                     0                         0               0
    ARCHIVELOG                99.44                         0              57
    BACKUPPIECE                   0                         0               0
    IMAGECOPY                     0                         0               0
    FLASHBACKLOG                  0                         0               0
    
    6 rows selected.
    
    SQL> alter system set DB_RECOVERY_FILE_DEST_SIZE = 4G ;
    
    System altered.
    
    SQL> select * from v$flash_recovery_area_usage;
    
    FILE_TYPE    PERCENT_SPACE_USED PERCENT_SPACE_RECLAIMABLE NUMBER_OF_FILES
    ------------ ------------------ ------------------------- ---------------
    CONTROLFILE                   0                         0               0
    ONLINELOG                     0                         0               0
    ARCHIVELOG                49.72                         0              57
    BACKUPPIECE                   0                         0               0
    IMAGECOPY                     0                         0               0
    FLASHBACKLOG                  0                         0               0
    
    6 rows selected.
    Kind regards

    Published by: user10243788 on April 25, 2010 06:12

    following steps should be ok
    (1) create pfile from spfile;
    (2) remove the unnecessary params
    (3) configure log_archive_dest_1
    Note: do not remove the db_recovery_file_dest, db_recovery_file_dest_size, and parameters. they may be required at another time
    (4) stop and start your database using this new pfile
    (5) check if the archives are in one place
    (6) create spfile and bounce database to ensure that it uses spfile

    Please try all the steps test env first and go ahead in the event of success, to production

  • How to disable location under the privacy services? My switch is freezed help kindly

    How to disable location under the privacy services? My switch is freezed help kindly

    Try disabling "Find my iPhone" in iCloud settings first.

  • I do a migration and need to know the location of the file of passwords for Firefox, please.

    I'm migrating from an older system to a new system.

    I need the location of the password file, please.

    I tried to migrate and crush the entire Firefox folder, but passwords are not transferred?

    I can't use sync to the cloud. It is a secure laptop and the cloud doesn't offer sufficient guarantees.

    TIA.

    MJR

    key3db and logins.json: these are the password files.

    Both are necessary.

  • MAR to location of the file has changed?

    Hello

    We use MAR patch files automatically Firefox by https://wiki.mozilla.org/Software_Update:Manually_Installing_a_MAR_file. However, the http://releases.mozilla.org/pub/mozilla.org/firefox/releases/latest/ directory is no longer exists and has been replaced by a file README.txt document how to use web download.mozilla.org .

    Is there a new location for the files last update MAR, or better still, a way to use the web service of releases to get a MAR?

    Thank you

    You must download the files of MAR of the repertoire of the current version.
    The most recent release directory no longer exists as you have noticed.

    You can construct a URL like this with the current version and the version that you want to update.

    This will give you a MAR file if this partial update is available.

  • Location of the computer has changed with the HDD Upgrade

    I live just outside OR Belfast. I just upgraded my HARD for one SSD drive. My computer is an iMac late 2009.

    I had a lot of alerts on my iPhone while allowing this new record, since it is considered as opening session on a new computer, which is perfectly fine. But authorities said that the location of my iMac is now in MANCHESTER, England (including the alert when I logged on my Apple account to ask this question)! Should I worry?

    I'm fighting to understand this. When I go in the Date and time preferences it gives my correct location. Local Apple authorized company to upgrade my HARD drive order in the SSD, probably from Manchester, is there something integral to the SSD which gives a Manchester location? If so, is it possible I can reset?

    Thank you

    Location Services uses the location of the router is using your Mac. The Mac itself has no possibility to determine its location. Extract from on location Services in OS X and Safari - Apple Support:

    Your approximate location is determined using information from local Wi - Fi networks...

    The iMac may contains a location cached to a bygone era - that of FSAA install the SSD. Time zone of your Mac (in system preferences > Date & time > time zone) is based on the extensive location of the IP address of your router and can simply choose the closest major city.

    If so, is it possible I can reset?

    Perhaps. Open system preferences > privacy and security > protection of personal information. Authenticate, then deselect Enable the location Services. Select again.

    If this does not work, try cycling the power on your router.

    If it still does not work, give it a day or more resets automatically.

  • How to make the dialog box "New bookmark" Auto name and the location of the current page?

    I would like to add bookmarks by clicking on the right or on the bar inside a folder of bookmarks or bookmarks, and choosing "new bookmark". This opens a dialog box with the various areas. In the past, the fields title and location were auto-remplies using the title info and the location of the page / tab active. Now, however, all of the fields are empty, making it virtually impossible to use. How do I bring back this feature?

    I am running Firefox 40.0.2 for Windows, and I have the extension classic restaurateur theme installed. I have already looked at all options Classic theme restaurateur and haven't seen anything that would change/conflict with the behavior of bookmark Add.

    Try:

  • name and location of the folder Thunderbird downloads the messages to

    Salvation _

    I download a lot of e-mails for a customer using Thunderbird
    I went through everything and set up the synchronization & storage etc.
    and Mozilla Thunderbird is being downloaded 11000 + emails

    the ONLY thing I need to know _ the room ONLY info I can't find (anywhere!)
    What is the name and the location of the folder Thunderbird download automatically

    I would be really grateful if some volunteers kind could let me know _ thanks

    I don't know what you're trying to reach.

  • Does someone have a MagSafe 2 power adapter whose serial number is located inside the space where the two pins?

    Hi guys!

    I want to know if the power adapter of MagSafe2 that I just bought is genuine or counterfeit.

    I bought a MagSafe2 power adapter that has its serial number located inside the space where the two pins. Its model # is A1424. All the power MagSafe adapters I've seen always have serial number located under the round metal head big (I guess it's called head male or female?). Please see photo for reference.

    If any of you have or had any Apple Store, can you let me know?

    Thank you!

    My 85 Magsafe is exactly identical to your image.   It was 'inside the box' with a new MBP computer.

Maybe you are looking for