Skip DNS reslov.conf check during RAC configuration
Before start reading this post you should know that Oracle is highly recommended using DNS while configure Oracle RAC include to this it will make your life easier in case any one wants to change the...
View ArticleResult: Clock synchronization check using Network Time Protocol(NTP) failed RAC
When trying to Run the Runcluvfy command to check RAC pre requsiites the NTP failed , but at the same time it's gives you the solution to solve it :-in the following file :- /etc/sysconfig/ntpd open...
View ArticleInstall Oracle EBS R12.2 StartCD 51 on RAC
this post is questionnaire more than a technical, EBS startCD 51 released before 1 month and it's comes with different features such as DB 12c will be installed and it's support RAC installation...
View ArticleOTN Appreciation Day : Oracle WebLogic 12c #ThanksOTN
OTN Appreciation Day The idea came from Our Oracle ACE Director ( the Mind ) Tim Hall Here OTN : Oracle Technology network or let me say OTN gather all of us no matter where you live in this world ?...
View ArticleChange SCAN Listener from etc/host to DNS
Changing SCAN LISTENER from etc/hosts on Linux to use DNS which mean the from one IP to 3 IPsThe SCAN listener will remain the same without any change therefore like i mentioned before the these steps...
View ArticleDirect NFS: please check that oradism is setuid
The above error appeared in Database Alertlog and it's related to permission, i am using DNFS as file system for Database :- ls -ltr $ORACLE_HOME/bin/oradism-rwxrwxr-x 1 sorabill oinstall 109247 Jul...
View ArticleCreate new swap file to Linux
to add new swap file to Linux just follow the below steps , in my case i will add 32GB and i am not using LVM :-just create file by the below command :-touch /new.swapWrite on the file :- dd...
View ArticleInstalling SIEBEL on RAC took a lot of time
The Situation like the following when we was trying to install SIEBEL On RAC 12C its took 10 hours for importing 2 database which is usually takes 2 hours at max, storage was NFS , enabled DNFS for...
View ArticleRMOUG - Training day 2017
RMOUG HereOne of the best conference Where all the geeks around the world will be there in one place.Meet me there i will present in RMOUG#TD2017ThanksOsama
View ArticleRemove Conflict Patch From Weblogic
When trying to apply new patch to the weblogic the following error shown up :-[oracle@ebsnew bsu]$ ./bsu.sh -prod_dir=/u01/oracle/EBSTST/fs1/FMW_Home/wlserver_10.3/...
View Articleadop exiting with status = 255 (Fail)
[oracle@ebsnew appl]$ adop phase=abortEnter the APPS password:Enter the SYSTEM password:Enter the WLSADMIN password: Please wait. Validating credentials...Enter the RUN file system context file name...
View Article2016 Another Year In this world
I don't know if it is early to write something now, most of people will share this during the end of December but i choose to write mine earlier, i will not share anything technical this time but i...
View ArticleOCP Upgrade 1Z0-060 Exam guide
This guide will get Oracle admins up to date with the latest developments in Oracle 12c. It includes all the necessary information that you need to implement in your existing systems.All of the...
View ArticleWhen the last time the password has been changed ?
Do you want to know what is the last time the DBA or developers change the password ?Using the below table :-NameNullTypeUSER# NOT NULL NUMBERNAME NOT NULL NUMBER TYPE#...
View ArticleOBIEE Oracle Support Notes - Useful One.
A list of Information Centers:Note 1378677.2 - Information Center: Enterprise Performance Management and BI Index (EPM/BI)Note 1349989.2 - Information Center: Installing and Configuring Oracle Business...
View ArticleOracle Data Integrator repository is not accessible.
When trying to access to the http://hostname:9704/biacmthe following warning appeared on the Dashboard :-Oracle Data Integrator repository is not accessible.Possible causes:Bad user credentials and/or...
View ArticleKill Databump job that running inside Database
even if you interrupt data bump job on shell therefore you have to do the following :-as / as sysdba run the below query :select * from dba_datapump_jobsAfter checking the status of each one, run the...
View ArticleDBMS_REDEFINITION to create partition for existing table
to do this oracle provide you with package called DBMS_REDEFINITION for more information about it hereIn this post i will show you how to partition existing table for SIEBEL application which is my...
View ArticleImport One table to the new name in the same schema
The following case just want to share it in case anyone need it, development wants to import the existing table in the siebel schema into the new name to check the data integrity:-Oracle Provide you...
View Article