DBPedias

Your Database Knowledge Community

Oracle

The Oracle Database (commonly referred to as Oracle RDBMS or simply as Oracle) is an object-relational database management system (ORDBMS) produced and marketed by Oracle Corporation.

  1. PROT-1: Failed to initialize ocrconfig

    Today during RAC installation I got the following error while running root.sh on the first node Setting the permissions on OCR backup directory Setting up NS directories PROT-1: Failed to initialize ocrconfig Failed to upgrade Oracle Cluster Registry configuration Then I checked ocrconfig log file and got the following ...

  2. OEM12c Discovery of Exadata Cluster

    dbm_configurator.xls is needed to generate databasemachine.xml file which is needed by OEM 12c to discover an exadata cluster.Following is a step by step process as how to generate databasemachine.xml file to be used with OEM 12c:1) Get the dbm_configurator70.xls file from /opt/oracle.SupportTools ...

  3. Easily connect mapped network using pushd command

    I would like to share this information If you want to connect map network using command prompt in windows , you can use pushd command. C:\Users\mazar>pushd \\10.1.xx.xxx\export Z:\>dir Volume in drive Z has no label. Volume Serial Number is 3CF7-C48C Directory of Z ...

  4. Migrating Jobs in Enterprise Manager 12c- not for the faint of heart… :)

    Tweet These are instructions that allowed me to migrate over a large library of EM12c jobs from an existing, split EM console, (Linux) and OMS Repository(Windows) to a single server environment without requiring me to recreate them new. Disclaimer**The migration is a multi-step process that was performed on ...

  5. Internet Explorer and ADF: Not Friends

    One of the advantages to using commercial, fully supported framework like Oracle Application Development Framework (ADF) is that the vendor supplies a list of supported browsers. If something doesn’t work or doesn’t look right, it’s the vendor’s problem. When we started a recent project, we initially ...

  6. Council Tax and calling functions from SQL in 11g

    There is a frisson of excitement in our household at the moment. It’s not simply because the mighty Hammers on their way to Wembley. Oh no. It’s not even that Luton will be making the same journey with the same aim (i.e. promotion). In fact, it has ...

  7. Oracle Database Appliance Offline Configurator

    If you have an ODA you have been thru the Oracle Database Appliance configurator. Oracle Also provides an offline version for people to build the configs before even going to build the box. Just a quick note that if you used the ODA Offline Configurator V2.1 the files will ...

  8. Changing emoms.properties file

    Today, after changing password of the sysman user of the repository database of the Grid Control, I wasn’t able to connect to the Grid control and getting the following output: 503 Service Unavailable This output means that there’s a problem with Repository database connection. In this case, you ...

  9. ASM : Multiplex redolog files

    If you have two diskgroup, you want to multiplex redo in different diskgroup, you just add redo log desitnation diskgroup. sql>alter system set db_create_online_log_dest_1='+RED01' scope=spfile; System altered. sql>alter system set db_create_online_log_dest_2='+REDO2' scope=spfile; System altered SQL> create pfile='/u01/initcrmprod.ora' from spfile; File created ...

  1. 1
  2. Next ›
  3. Last »