Pfile creation in cluster database

Hi,
I am trying to create a pfile from spfile, here is the command i used
create pfile='D:\oracle\database\inittest.ora' from spfile='e:\cdd\spfilecdd.ora';
i logged in as sys and issued the above command but dont see the file in the database directory. why is this?
i am on windows and oracle 10g v2.
please help.

It works for me.
oracle@bcm-laptop:/u01/app/oracle/product/11.2.0/dbhome_1/dbs$ ls -ltr
total 9708
-rw-r--r-- 1 oracle dba    2851 2009-05-15 14:35 init.ora
-rw-r----- 1 oracle dba      24 2010-05-07 11:17 lkV112
-rw-r----- 1 oracle dba 9912320 2010-05-20 18:33 snapcf_v112.f
-rw-rw---- 1 oracle dba    1544 2010-06-09 08:31 hc_DBUA0.dat
-rw-r----- 1 oracle dba    2048 2010-12-13 21:11 orapwv112
-rw-r--r-- 1 oracle dba    1026 2010-12-28 16:50 initv112.ora
-rw-r----- 1 oracle dba    3584 2011-01-11 06:48 spfilev112.ora
-rw-rw---- 1 oracle dba    1544 2011-01-11 06:48 hc_v112.dat
oracle@bcm-laptop:/u01/app/oracle/product/11.2.0/dbhome_1/dbs$ sqlplus
SQL*Plus: Release 11.2.0.1.0 Production on Tue Jan 11 08:11:18 2011
Copyright (c) 1982, 2009, Oracle.  All rights reserved.
Enter user-name: / as sysdba
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> create pfile from spfile;
File created.
SQL> !ls -ltr
total 9708
-rw-r--r-- 1 oracle dba    2851 2009-05-15 14:35 init.ora
-rw-r----- 1 oracle dba      24 2010-05-07 11:17 lkV112
-rw-r----- 1 oracle dba 9912320 2010-05-20 18:33 snapcf_v112.f
-rw-rw---- 1 oracle dba    1544 2010-06-09 08:31 hc_DBUA0.dat
-rw-r----- 1 oracle dba    2048 2010-12-13 21:11 orapwv112
-rw-r----- 1 oracle dba    3584 2011-01-11 06:48 spfilev112.ora
-rw-rw---- 1 oracle dba    1544 2011-01-11 06:48 hc_v112.dat
-rw-r--r-- 1 oracle dba    1026 2011-01-11 08:11 initv112.ora
SQL>

Similar Messages

  • Creation of cluster database failed

    Hai all,
    We have successfully implemented Oracle 10g RAC on windows 2003.. but when am trying to create a new cluster database using DBCA ..DBCA failed after reaching 70% with the error
    PRKR-1001 PRKR-1001 "cluster database dbname does not exist"
    The other database is working fine and all services are up
    Thanks
    Kai

    can you see the db registered in CRS by running crs_stat -t, seems like issue with reigtring db with CRS. Please check dbca logs and crs logs for details.

  • Rollback segment is filling up during creation of the database

    Hi
    The Rollback segment is showing around 520mb immediately after
    creation of the database after following the wizard provided in
    the enterprise manager of oracle. What might be the reason. How
    to reduce it. Could any one give me a solution for this matter.
    Thanks in Advance.

    I tried creating the password file using the following command:
    orapwd file=/home/oracle/product/9.2.0/dbs/orapwHR.ora
    password=HR entries=5
    and got the same error:
    ORA-01501 Create Database failed.
    ORA-01990 -ERROR opening password file '/home/oracle/product/9.2.0/dbs/orapw'
    ORA-27037 Unable to obtain file status.
    Linux error: 2: No such file or directory.
    Additional information: 3.
    Does anybody know how to fix this problem?
    Thanks,
    Katya

  • Creation of uninitialized database 87684942 failed

    Hello,
    we get this "Error Creation of uninitialized database 87684942 failed" if we try to make a Setup-Package under MI 7.0 SP 15 with MaxDB for Client persistance.
    Our System is WebAS is NW 7.0 SP15 with usage type MI and AS ABAP and AS Java. MI is 7.0 SP 15. All on Win 2003 32-Bit with Oracle DB.
    The MaxDB is 7.6 the newest Version. The Generation-Process function well till it tries to create the DB. We've changed a lot of things in Visual Admin for MaxDB without any better result.
    Any suggestions?
    Thanks in advance.

    Hi Oliver,
    thank you.
    Maybe i have another Documentation, but this is written in the Docu:
    Installing SAP MI on the Mobile Device
    -Mobile Device Installation using Setup Packages
    --Installing MaxDB for Setup Package Creation
    ---Installing MaxDB on a system where a different version is installed
    ---Installing MaxDB on a system with no MaxDB installation
    I spend times on Installation and Setup that MI, cause the Help, Guides and Notes are so dramatically inconsistent. We can't download the DB2e from SAP nor either from IBM. Every Link is broken. If you be able to send me the DB2e we are very happy.
    For a little explanation: This is my first time i use SAP MI. All work is for my diploma. So that is too much time consuming.
    Thank you.
    Regards

  • Cluster database

    hi
    Can anyone give me a example how to use data clusters and cluster database using export and import statement ?
       Thanks in advance

    Hi,
    DATA ITAB LIKE SBOOK OCCURS 10 WITH HEADER LINE.
    DATA JTAB LIKE SBOOK OCCURS 10 WITH HEADER LINE.
    EXPORT ITAB
      TO MEMORY ID 'table'.
    IMPORT ITAB
      TO JTAB FROM MEMORY ID 'table'
    Message was edited by: Dhananjay Patil

  • Cluster Database Connect Works Only in stand-alone OEM

    When I connect to OEM standalone, I can connect to the cluster database with no problem. When I try to connect with the management server, it gives me the ORA-12514 error. The service name works both in SQLplus and in stand-alone mode.
    My console is running on a windows XP machine, the management server and OEM catalog are on a machine running 9.2, the cluster resides on two other machines running 9.2.
    What do I need to change to get OEM to let me open the cluster database using the management server?

    Try to create a service like this one and try:
    joel.us.acme.com=
    (description=
    (load_balance=on)
    (failover=on)
    (address=(protocol=tcp)(host=host1)(port=1521))
    (address=(protocol=tcp)(host=host2)(port=1521))
    (address=(protocol=tcp)(host=host3)(port=1521))
    (connect_data=
    (service_name=joel.us.acme.com)))
    for more information about it you can check these
    documents:
    Real Application Clusters Administration Contents / Search / Index / PDF
    Real Application Clusters Concepts Contents / Search / Index / PDF
    Real Application Clusters Deployment and Performance Contents / Search / Index / PDF
    Real Application Clusters Documentation Online Roadmap Contents / Search / /
    Real Application Clusters Real Application Clusters Guard I - Concepts and Administration Contents / Search / Index / PDF
    Real Application Clusters Real Applications Clusters Guard I Configuration Guide Release 2 (9.2.0.1.0) for UNIX Systems: AIX-Based Systems, Compaq Tru64 UNIX, HP 9000 Series HP-UX, and Sun Solaris Contents / Search / Index / PDF
    Real Application Clusters Setup and Configuration Contents / Search / Index / PDF
    http://otn.oracle.com/pls/db92/db92.docindex?remark=homepage
    Joel Pérez

  • 11.2 cluster database instances crashed..

    Hi all,
    we have a two node 11.2 cluster on OL 5.7.
    Today our cluster database instances on node two all crashed.
    I found several log entry´s. There are all addicted to network.
    _____Alert log
    Thu Mar 22 09:15:31 2012
    Errors in file /u01/app/oracle/diag/rdbms/borac4/borac42/trace/borac42_ora_27888.trc (incident=5217):
    ORA-00603: ORACLE server session terminated by fatal error
    ORA-27501: IPC error creating a port
    ORA-27300: OS system dependent operation:bind failed with status: 99
    ORA-27301: OS failure message: Cannot assign requested address
    ORA-27302: failure occurred at: sskgxpsock
    Incident details in: /u01/app/oracle/diag/rdbms/borac4/borac42/incident/incdir_5217/borac42_ora_27888_i5217.trc
    Thu Mar 22 09:15:33 2012
    SKGXP: ospid 5375: network interface query failed for IP address 169.254.68.184.
    SKGXP: [error 11017]
    ... we can ping all interfaces, interlinks and virtuelle ip-addresse linke 169.254....
    we als can not find any misconfiguration and can ping all routes.
    If I try to restart the instances with sqlplus startup
    ORA-00119: invalid specification for system parameter REMOTE_LISTENER
    ORA-00132: syntax error or unresolved network name 'borac4-prod:1521'
    We did not change anything at the configuration :-/
    I can ping the SCAN address from dns configuration "ping borac4-prod:" also telnet established a connection "telnet borac4-prod 1521"
    We start all instances via SPFILE from an ASM instance
    Does anyone has some ideas to dig the problem out ?
    Thanks
    *T                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    I repeat we did not change anything at the configuration .....I guess....I hope....NOT
    $ORACLE_HOME/network/admin/sqlnet.ora
    NAMES.DIRECTORY_PATH= (tnsnames,ldap,EZCONNECT)
    --> EZCONNECT
    METANOTE: 1254929.1
    *T                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • CloudControl 12c shows "Agent Unreachable" for Cluster Database

    Hello ,
    when clicking on "Targets -> Databases" our RAC database shows up as follows:
    Name Type Status
    PROD02 Cluster Database symbol for "Agent Unreachable"
    PROD021 Database Instance symbol "green arrow" for "Up"
    PROD022 Database Instance symbol "green arrow" for "Up"
    I don't understand why the symbol for the Cluster Database is not a green arrow, too. The agent on each node is up and running - and when either clicking on "PROD02" or "PROD021" (or PROD022) Cloud Control offers the full functionality. Therefore the status "Agent Unreachable" is missleading (from my point of view). I don't want to remove the complete Cluster Database and discover it once again - several jobs have already been defined and I don't want to do that once again.
    Did anybody else experience the same behaviour?
    Any help will get appreciated...
    Rgds
    JH

    ... seems like if I'm hitting bug "BUG 13865299".
    => "12c Cluster database or Cluster ASM in Pending or "Agent unreachable" for undetermined time [ID 1463196.1]"

  • Multiple Single Instance DB Conversion to Cluster Database RAC

    Hi,
    Good Day.
    we are in planning phase to perform an activity, in which 8 existing (Single Instance) and 1 new database will be consolidated in ONE Oracle RAC Cluster database.
    Kindly share your ideas, to perform the consolidation smoothly with minimal downtime.
    can any one share the cons/pros, what if we create MULTIPLE RAC cluster databases instead of one cluster database?
    Thank You.
    Regards,

    The cons are pretty much the same as running multiple instances on a single server: Tuning will be much harder because you will have to look for bottleneck and depletion of common resources (CPU, RAM, IO) across all your instances instead of one (where you have lots of nice and integrated features). There is the potential for contention between resources and since each instance/database has its own SGA (and they are not shared) you will potentially waste a lot of ram for stuff that is redundant between the instances.
    But if you still think this is something you want to do, you should take a look at the 'server pool' feature. It will give you some more control over how your databases/instances should be ditributed across your rac (there is propably no need for all databases to be running on all servers at the same time)
    Bjoern

  • Is it possible to create Dictionary Tablespace creation in 10g database?

    Dear All,
    Is it possible to create Dictionary Tablespace creation in 10g database?
    regards,
    DB.

    Check this
    How To create dictionary managed system tablespace in 10g R2

  • Cluster Database Error

    hi
    I am trying to configure oracle 10g 2 node cluster database on Oracle grid control.
    When i am trying to add the database, it discovers the defaulr one which is not proper. so i add manually. When I add the cluster database details and instance details when i submit i am getting foll. error.
    Database Configuration Result
    D2mp.prd.amer.dell.com:
    Saving D2mp1.prd.amer.dell.com ...java.sql.SQLException: ORA-20600: The specified target is in the process of being deleted.(target name = D2mp.prd.amer.dell.com)(target type = rac_database)(target guid = CE1212BCBABF40F46B893140DBB5EBFC) ORA-06512: at "SYSMAN.TARGETS_INSERT_TRIGGER", line 24 ORA-04088: error during execution of trigger 'SYSMAN.TARGETS_INSERT_TRIGGER' ORA-06512: at "SYSMAN.MGMT_TARGET", line 2720 ORA-06512: at line 1 - ORA-20600: The specified target is in the process of being deleted.(target name = D2mp.prd.amer.dell.com)(target type = rac_database)(target guid = CE1212BCBABF40F46B893140DBB5EBFC) ORA-06512: at "SYSMAN.TARGETS_INSERT_TRIGGER", line 24 ORA-04088: error during execution of trigger 'SYSMAN.TARGETS_INSERT_TRIGGER' ORA-06512: at "SYSMAN.MGMT_TARGET", line 2720 ORA-06512: at line 1
    Saving D2mp2.prd.amer.dell.com ...java.sql.SQLException: ORA-20600: The specified target is in the process of being deleted.(target name = D2mp.prd.amer.dell.com)(target type = rac_database)(target guid = CE1212BCBABF40F46B893140DBB5EBFC) ORA-06512: at "SYSMAN.TARGETS_INSERT_TRIGGER", line 24 ORA-04088: error during execution of trigger 'SYSMAN.TARGETS_INSERT_TRIGGER' ORA-06512: at "SYSMAN.MGMT_TARGET", line 2720 ORA-06512: at line 1 - ORA-20600: The specified target is in the process of being deleted.(target name = D2mp.prd.amer.dell.com)(target type = rac_database)(target guid = CE1212BCBABF40F46B893140DBB5EBFC) ORA-06512: at "SYSMAN.TARGETS_INSERT_TRIGGER", line 24 ORA-04088: error during execution of trigger 'SYSMAN.TARGETS_INSERT_TRIGGER' ORA-06512: at "SYSMAN.MGMT_TARGET", line 2720 ORA-06512: at line 1
    If i check management system and deleted targets there are no pending deletions.
    Then still why I am not able to add the cluster database.
    Please help.

    the oms is 10.1.0.4 on linux.
    the database i am trying to configure is oracle 10g 2 node RAC on linux.
    please let me know if u want any other information .

  • Error when opening OEM: Cluster Database : OraDB.SP2-0640: Not connected

    I have successfully installed 2 nodes Oracle cluster.
    1. The dbconsole is started in both nodes.
    I checked this with HM/bin>emctl status dbconsole
    2. The agent is also started successfully in both nodes.
    I checked this with HM/bin>emctl status agent
    The problem is that my enterprise manager is started with error; Cluster Database : v3uat.SP2-0640: Not connected
    My database is up and running because I can connect using sqlplus and toad.
    Did anyone know what the problem might be?
    Any help would be greatly appreciated.
    AsoRock

    check emoms.trc

  • Cluster database and payroll database

    please let me know what is a cluster database and payroll database, and what are the structures involved in it.
    please let me know as soon as possible as it is very URGENT.
    ADV THANX
    REGARDS,
    VETRIVEL MURUGAN

    You didn't say what platform you are using. I have done clustering with 11i (CRM and HR/Payroll) on Solaris 8 using Sun Cluster 3.
    If you look at http://docs.sun.com/db?p=prod/cluster you will see a number of documents on the subject of clustering. The Data Services guide will tell you clustering an Oracle database and TNS listeners.
    If you want to cluster other components to failover (Apache, Concurrent Manager, Forms Server) you will have to write start, stop and probe scripts for Sun Cluster 3 GDS to use.
    Payroll is the 11i Application suite that delivers payroll functionality, though Oracle are not the only ones that provide this type of software.

  • Cluster database to standalone database

    Hi,
    I want to do cluster database(oracle9i) to standalone database(oracle9i)
    kindly provide me the steps for the same.
    Thanx,
    amit
    [email protected]

    Hello Amit,
    Here is a good discussion link to how to do this:
    Convert RAC database to single instance database
    Also, your best bet to avoid downtime and avoid data loss when converting from RAC to single instance would be to implement a standby. Here is a link to a whitepaper related to the topic:
    [Convert RAC to single instance with standby|http://www.oracle.com/technology/deploy/availability/pdf/MAA_WP_10g_RACPrimarySingleInstancePhysicalStandby.pdf]
    Hope this helps.
    Regards,
    Ben
    [www.ben-oracle.com]

  • DB console is showing two Cluster databases

    Hi,
    I have a two RAC envieronment. I added another instacne . Now the EM (DBconsole) is showing only the old instances , not the new one as well. when i did further investigation , found this.
    On the OEM console page, click preferences, click preferred Credentials and the database instance
    Under cluster databases, system is showing following
    (+)DBNAME.hostname.lcl
    (+)DBNAME
    when i expanded the (+)DBNAME.hostname.lcl, its showing
    DBNAME.hostname.lcl_DBNAME3
    Exapanding (+)DBNAME shows
    DBNAME_DBNAME2
    DBNAME_DBNAME1
    The problem is , why not all the instances are shown into one cluster databases.
    does anyone knows, how to fix. I have raised a SR , but as usual no solution.

    I definitely feel your pain, I've been there and done that. If you don't mind punting I would suggest the following:
    As an example, we have a three node rac database. The node/instance names are rac01/ORADB1, rac02/ORADB2, and rac03/ORADB3. We want to install EM dbconsole to manage all the instances. rac01 is the EM host server. The database registry shows the following:
    COMP_ID COMP_NAME VERSION STATUS SCHEMA
    EM Oracle Enterprise Manager 11.1.0.6.0 VALID SYSMAN
    Set up ssh authorization in such way so that all nodes can connect to each other without password prompt. The ssh authorization can be disabled after the configuration.
    emca -config dbcontrol db -repos recreate -cluster -EM_NODE rac01 -EM_SID_LIST ORADB2,ORADB3 -SYS_PWD password -DBSNMP_PWD password -SYSMAN_PWD password -PORT 1521
    The logs for this activity can be found under:
    cd $ORACLE_BASE/cfgtoollogs/emca/<DB_UNIQUE_NAME>
    You will be prompted for :
    Database unique name: ORADB
    Cluster name: rac_cluster
    Email address for notifications (optional): <enter>
    Outgoing Mail (SMTP) server for notifications (optional): <enter>
    ASM ORACLE_HOME [ /apps/dbs/oracle/product/11.1.0/db_1 ]: <enter>
    ASM port [ 1521 ]: <enter>
    ASM user role [ SYSDBA ]: <enter>
    ASM username [ SYS ]: <enter>
    ASM user password: < the password for SYS ASM user>
    The whole process takes about 1 hour, depending on the speed of the servers that you are using.
    If in the future another node is added to the RAC system, then issue the following command on node 1:
    emca -addInst db
    You will be prompted for :
    Node name: <new server name>
    Database unique name: ORADB
    Database SID: <new instance name>
    Password for SYS user: <password>
    You should find the agent running on non host nodes, in this case rac02 and rac03, while db console will also be running on the host node i.e. rac01.
    IF not then run emctl start dbconsole on all on nodes.
    How does that work for you?
    -JR jr.

Maybe you are looking for

  • LabVIEW DSC: How to get alarm status from the area?

    Colleagues, I have, lets say, 50 Shared Variables where alarming enabled. Some of these variables assigned to area, so I can get status of the entire area or acknowledge an entire area of alarms (prior to version 8.x there was groups of the tags). No

  • Boot camp not working

    Hello, I'm trying to get windows 7 ultimate 64 on my mac book pro. However every time I try and run bootcamp it tells me I need to update, when I update it says everything is all good.... I'm running Version 3.0.4 (322) of bootcamp Thanks

  • "Startup disk full" - I have at least 15 GB left - after restart back to OK

    Hi all ! I'm starting to get these error messages that my +"startup disk is almost full"+ even though there is at least 15 GB left, for sure... After rebooting things go back to normal but I need to take care of this... Any ideas what to do ??? Thanx

  • How to register new lightroom

    Have LightRoom CC up and running but it doesn't show up on my list of products.  How to I register it

  • DHCP Server Issue

    Hi, We are facing a very weird issue with one of our DHCP server. The DHCP server is Windows 2008 Server. We have configured the scope. The clients are getting the IP address from DHCP server, and the lease is showing in the DHCP console. But after s