Welcome to Oracle Masters. The portal, as the tagline says, is for anything Oracle. FAQs, Certifications, Resources! In addtion, there will be pages on real life scenarios, Oracle internals, approaching the DBA job at various stages in your career and many other useful resources.Further, if you have a question, you can ask it and we will answer it at the earliest!
So join in. Learn, share and prosper! Register with us!
Are you interested in Weekend/Online Training in Oracle DBA? Do you have business/consulting requirements? Click here Enquiry Form to leave your requirements or mail me at Ramesh Menon
This post is a demonstration of duplicating an Oracle database to another server over the network. The article is for the scenario where ALL directory structures are the same on both the source and the destination database.
SELECT /*+ INDEX (b BT_BILLING_CHARGES_I4) */ B.AMOUNT,B.INVOICE_CHARGE_PRICE,B.CHARGE_ID,B.INTER
NAL_AGREEMENT_NO, B.ITEM_CODE,B.ENTITY_ID,B.AGREEMENT_ID,B.START_DATE,B.END_DATE, B.CHARGE_CODE,B
.CHARGE_TYPE,PRICE_INCLUSIVE_OF_TAXES,B.PRICING_ENTITY_ID,B.PARTY_SLACCOUNT FROM IMCL420.BT_BILLI
NG_CHARGES B WHERE B.ENTITY_ID=12345263 AND NVL(B.INVOICE_NO,0)=0 AND B.PAID_STATUS='N' AND B.CP_
CODE=NVL(0,B.CP_CODE) AND B.PAYMODE_TRANS_NO= NVL(0,B.PAYMODE_TRANS_NO)
Checking operating system version: must be 5.8 or 5.9. Actual 5.10
Failed <<<<
Exiting Oracle Universal Installer, log for this session can be found at /ora9i/oracle/oraInventory/logs/installActions2010-05-27_03-09-17PM.log
This error we rectified by editing the file oraparamsilent.ini
oraparam.ini
By default these files were present on Disk1/install folder of the patch set dumps.
We added solaris 5.10 entry in to the above mentioned files under column
This tutorial simulates a scenario, where in you are unable to recover your standby database because of a corrupted archive log file. The premise is that the archive log is corrupted on both production and standby, and we do not have a backup of this archive log.
The tutorial shows an example of how we can use RMAN incremental backup to recover the standby in such a scenario.
With CRS successfully installed and running, we can proceed with installation of Oracle RAC binaries and configure a RAC database. In this section we will see the screenshots for Oracle RAC database creation.
On successful completion of cluster verification utility, you can proceed with installation of Oracle Clusterware. This section has the screenshots of clusterware installation including running the scripts as root from both nodes. DO NOT RUN these scripts parallely, run them on one node and then the other on completion of the script on the first node.
Since Oracle 11g R2 requires quite a lot of resources, you can use the following article to setup Oracle 10g RAC on Solaris 10. The article has sections common with the Oracle 11g R2 tutorial. Hence, I have just put in links where ever possible, so as to not repeat common content. NOTE: If you are missing some configuration information in the links, come back here to gather that information. The idea is to just follow the links with the appropriate configuration information from this section.